Update to 7.8.1.

This commit is contained in:
pascal 2014-11-13 21:33:02 +00:00
parent e266bcc07b
commit 3713a0c3b9
4 changed files with 14 additions and 13 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.33 2014/08/16 11:14:04 chrisz Exp $
# $OpenBSD: Makefile,v 1.34 2014/11/13 21:33:02 pascal Exp $
COMMENT= GNU debugger
CATEGORIES= devel
DISTNAME= gdb-7.8
REVISION= 0
DISTNAME= gdb-7.8.1
HOMEPAGE= https://www.gnu.org/software/gdb/

View File

@ -1,2 +1,2 @@
SHA256 (gdb/gdb-7.8.tar.gz) = Rr5QX8G8FXoBEkMz7zftGVFH+mpAXL/TLepjusqqu+Q=
SIZE (gdb/gdb-7.8.tar.gz) = 32911353
SHA256 (gdb/gdb-7.8.1.tar.gz) = 16kj2Hbs+hzsTBx5wBTJ2OWHg6JYValc8mAnX2GZBkc=
SIZE (gdb/gdb-7.8.1.tar.gz) = 32926653

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gdb_data-directory_Makefile_in,v 1.5 2014/08/14 07:50:24 pascal Exp $
--- gdb/data-directory/Makefile.in.orig Tue Jul 29 14:30:04 2014
+++ gdb/data-directory/Makefile.in Tue Jul 29 20:32:54 2014
@@ -166,7 +166,7 @@ stamp-syscalls: Makefile $(SYSCALLS_FILES)
$OpenBSD: patch-gdb_data-directory_Makefile_in,v 1.6 2014/11/13 21:33:02 pascal Exp $
--- gdb/data-directory/Makefile.in.orig Wed Oct 29 20:45:50 2014
+++ gdb/data-directory/Makefile.in Wed Oct 29 22:15:02 2014
@@ -167,7 +167,7 @@ stamp-syscalls: Makefile $(SYSCALLS_FILES)
for file in $$files ; do \
f=$(SYSCALLS_SRCDIR)/$$file ; \
if test -f $$f ; then \
@ -10,7 +10,7 @@ $OpenBSD: patch-gdb_data-directory_Makefile_in,v 1.5 2014/08/14 07:50:24 pascal
fi ; \
done
touch $@
@@ -208,8 +208,8 @@ stamp-python: Makefile $(PYTHON_FILES)
@@ -209,8 +209,8 @@ stamp-python: Makefile $(PYTHON_FILES)
if test "x$$files" != x ; then \
for file in $$files ; do \
dir=`echo "$$file" | sed 's,/[^/]*$$,,'` ; \
@ -21,7 +21,7 @@ $OpenBSD: patch-gdb_data-directory_Makefile_in,v 1.5 2014/08/14 07:50:24 pascal
done ; \
fi
touch $@
@@ -302,7 +302,7 @@ stamp-system-gdbinit: Makefile $(SYSTEM_GDBINIT_FILES)
@@ -303,7 +303,7 @@ stamp-system-gdbinit: Makefile $(SYSTEM_GDBINIT_FILES)
for file in $$files ; do \
f=$(SYSTEM_GDBINIT_SRCDIR)/$$file ; \
if test -f $$f ; then \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2014/08/14 07:50:24 pascal Exp $
@comment $OpenBSD: PLIST,v 1.14 2014/11/13 21:33:02 pascal Exp $
@conflict libbfd-*
@bin bin/egdb
include/ansidecl.h
@ -28,7 +28,6 @@ share/gdb/python/gdb/FrameIterator.py
share/gdb/python/gdb/__init__.py
share/gdb/python/gdb/command/
share/gdb/python/gdb/command/__init__.py
share/gdb/python/gdb/command/bound_registers.py
share/gdb/python/gdb/command/explore.py
share/gdb/python/gdb/command/frame_filters.py
share/gdb/python/gdb/command/pretty_printers.py
@ -39,6 +38,9 @@ share/gdb/python/gdb/frames.py
share/gdb/python/gdb/function/
share/gdb/python/gdb/function/__init__.py
share/gdb/python/gdb/function/strfns.py
share/gdb/python/gdb/printer/
share/gdb/python/gdb/printer/__init__.py
share/gdb/python/gdb/printer/bound_registers.py
share/gdb/python/gdb/printing.py
share/gdb/python/gdb/prompt.py
share/gdb/python/gdb/types.py