diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 8d0fc1c1494..3bed9beb56d 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2011/11/08 12:40:41 jasper Exp $ +# $OpenBSD: Makefile,v 1.15 2011/11/08 20:23:00 jasper Exp $ COMMENT= GNU debugger CATEGORIES= devel DISTNAME= gdb-7.2 -REVISION= 3 +REVISION= 4 MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} \ http://distfiles.nl/ diff --git a/devel/gdb/patches/patch-etc_Makefile_in b/devel/gdb/patches/patch-etc_Makefile_in new file mode 100644 index 00000000000..bf3dbfbc852 --- /dev/null +++ b/devel/gdb/patches/patch-etc_Makefile_in @@ -0,0 +1,15 @@ +$OpenBSD: patch-etc_Makefile_in,v 1.1 2011/11/08 20:23:00 jasper Exp $ + +Don't bother installing GNU coding standards info. + +--- etc/Makefile.in.orig Tue Nov 8 21:12:15 2011 ++++ etc/Makefile.in Tue Nov 8 21:12:28 2011 +@@ -64,7 +64,7 @@ PDFFILES = standards.pdf configure.pdf + HTMLFILES = standards.html configure.html + + all: info +-install: install-info ++install: + + uninstall: + diff --git a/devel/gdb/pkg/PLIST b/devel/gdb/pkg/PLIST index 2a15c4ae9a8..946d6f97e58 100644 --- a/devel/gdb/pkg/PLIST +++ b/devel/gdb/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.7 2011/11/08 12:40:41 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.8 2011/11/08 20:23:00 jasper Exp $ @conflict libbfd-* @bin bin/egdb @bin bin/egdbtui @@ -9,11 +9,9 @@ include/dis-asm.h include/symcat.h @info info/annotate.info @info info/bfd.info -@info info/configure.info @info info/gdb.info @info info/gdbint.info @info info/stabs.info -@info info/standards.info lib/libbfd.a lib/libbfd.la lib/libiberty.a