This updates GDB to the recently released version 7.5. Tested briefly on amd64 so far; please test if you're using it.
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/gdb/Makefile,v retrieving revision 1.21 diff -u -p -r1.21 Makefile --- Makefile 4 May 2012 21:09:29 -0000 1.21 +++ Makefile 19 Aug 2012 13:54:46 -0000 @@ -3,7 +3,7 @@ COMMENT= GNU debugger CATEGORIES= devel -DISTNAME= gdb-7.4.1 +DISTNAME= gdb-7.5 HOMEPAGE= http://www.gnu.org/software/gdb/ Index: distinfo =================================================================== RCS file: /cvs/ports/devel/gdb/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 4 May 2012 21:09:29 -0000 1.6 +++ distinfo 19 Aug 2012 13:54:46 -0000 @@ -1,5 +1,2 @@ -MD5 (gdb/gdb-7.4.1.tar.gz) = X7f8qe96njz+4OLywOUgUQ== -RMD160 (gdb/gdb-7.4.1.tar.gz) = BDFdVcZszWfkBpHUwEogSZu7fFM= -SHA1 (gdb/gdb-7.4.1.tar.gz) = iqkI8BpuVy01ZyEpenQfYir2xAc= -SHA256 (gdb/gdb-7.4.1.tar.gz) = +Z0r6DHq0yRxKuTxGGjgflRScvEKrEGGBg8ThvJimzg= -SIZE (gdb/gdb-7.4.1.tar.gz) = 27365650 +SHA256 (gdb/gdb-7.5.tar.gz) = jc843QT38DG1HQZyBQ1rFGJjAt3CTXTkhrRmYzXeLfM= +SIZE (gdb/gdb-7.5.tar.gz) = 28475479 Index: patches/patch-bfd_elf_c =================================================================== RCS file: /cvs/ports/devel/gdb/patches/patch-bfd_elf_c,v retrieving revision 1.1 diff -u -p -r1.1 patch-bfd_elf_c --- patches/patch-bfd_elf_c 3 Mar 2012 19:22:42 -0000 1.1 +++ patches/patch-bfd_elf_c 19 Aug 2012 13:54:46 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-bfd_elf_c,v 1.1 2012/03/03 19:22:42 pascal Exp $ ---- bfd/elf.c.orig Tue Dec 6 15:09:09 2011 -+++ bfd/elf.c Wed Feb 29 00:06:19 2012 -@@ -8641,6 +8641,11 @@ elfcore_grok_openbsd_procinfo (bfd *abfd, Elf_Internal +--- bfd/elf.c.orig Wed Jul 4 02:29:51 2012 ++++ bfd/elf.c Sun Aug 19 14:37:28 2012 +@@ -8747,6 +8747,11 @@ elfcore_grok_openbsd_procinfo (bfd *abfd, Elf_Internal static bfd_boolean elfcore_grok_openbsd_note (bfd *abfd, Elf_Internal_Note *note) { Index: patches/patch-gdb_data-directory_Makefile_in =================================================================== RCS file: /cvs/ports/devel/gdb/patches/patch-gdb_data-directory_Makefile_in,v retrieving revision 1.1 diff -u -p -r1.1 patch-gdb_data-directory_Makefile_in --- patches/patch-gdb_data-directory_Makefile_in 3 Mar 2012 19:22:42 -0000 1.1 +++ patches/patch-gdb_data-directory_Makefile_in 19 Aug 2012 13:54:46 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-gdb_data-directory_Makefile_in,v 1.1 2012/03/03 19:22:42 pascal Exp $ ---- gdb/data-directory/Makefile.in.orig Fri Jan 6 05:43:34 2012 -+++ gdb/data-directory/Makefile.in Wed Feb 29 00:35:12 2012 -@@ -93,7 +93,7 @@ FLAGS_TO_PASS = \ +--- gdb/data-directory/Makefile.in.orig Wed Apr 11 07:50:44 2012 ++++ gdb/data-directory/Makefile.in Sun Aug 19 14:37:28 2012 +@@ -94,7 +94,7 @@ FLAGS_TO_PASS = \ "RUNTESTFLAGS=$(RUNTESTFLAGS)" .PHONY: all @@ -10,7 +10,7 @@ $OpenBSD: patch-gdb_data-directory_Makef # For portability's sake, we need to handle systems that don't have # symbolic links. -@@ -187,7 +187,7 @@ install: all +@@ -188,7 +188,7 @@ install: all @$(MAKE) $(FLAGS_TO_PASS) install-only .PHONY: install-only Index: patches/patch-libiberty_Makefile_in =================================================================== RCS file: /cvs/ports/devel/gdb/patches/patch-libiberty_Makefile_in,v retrieving revision 1.2 diff -u -p -r1.2 patch-libiberty_Makefile_in --- patches/patch-libiberty_Makefile_in 3 Mar 2012 19:22:42 -0000 1.2 +++ patches/patch-libiberty_Makefile_in 19 Aug 2012 13:54:46 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-libiberty_Makefile_in,v 1.2 2012/03/03 19:22:42 pascal Exp $ ---- libiberty/Makefile.in.orig Wed Nov 2 23:02:55 2011 -+++ libiberty/Makefile.in Wed Feb 29 00:15:13 2012 -@@ -342,7 +342,7 @@ libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC) +--- libiberty/Makefile.in.orig Fri Apr 27 20:03:26 2012 ++++ libiberty/Makefile.in Sun Aug 19 14:37:28 2012 +@@ -343,7 +343,7 @@ libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC) @MAINT@ echo stamp > stamp-functions INSTALL_DEST = @INSTALL_DEST@ Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/gdb/pkg/PLIST,v retrieving revision 1.10 diff -u -p -r1.10 PLIST --- pkg/PLIST 3 Mar 2012 19:22:42 -0000 1.10 +++ pkg/PLIST 19 Aug 2012 13:54:46 -0000 @@ -1,7 +1,6 @@ @comment $OpenBSD: PLIST,v 1.10 2012/03/03 19:22:42 pascal Exp $ @conflict libbfd-* @bin bin/egdb -@bin bin/egdbtui include/ansidecl.h include/bfd.h include/bfdlink.h @@ -14,12 +13,12 @@ include/symcat.h @info info/gdb.info @info info/gdbint.info @info info/stabs.info +@comment lib/charset.alias lib/libbfd.a lib/libbfd.la lib/libopcodes.a lib/libopcodes.la @man man/man1/egdb.1 -@man man/man1/egdbtui.1 @comment share/gdb/ @comment share/gdb/python/ @comment share/gdb/python/gdb/
