summaryrefslogtreecommitdiff
path: root/devel/gdb6
diff options
context:
space:
mode:
authorwiz <wiz>2009-09-09 12:50:58 +0000
committerwiz <wiz>2009-09-09 12:50:58 +0000
commitb0ac204fa491a5a6f068fe481db3ee68dc801254 (patch)
tree114dc555da459f28b968af501a31da8f175c707e /devel/gdb6
parent22d5cf3405a58b3664797743aa5e57778bd1294f (diff)
downloadpkgsrc-b0ac204fa491a5a6f068fe481db3ee68dc801254.tar.gz
Do not install standards.info, to avoid conflict with autoconf.
Bump PKGREVISION. Requested by Aleksey Cheusov.
Diffstat (limited to 'devel/gdb6')
-rw-r--r--devel/gdb6/Makefile4
-rw-r--r--devel/gdb6/PLIST.common3
-rw-r--r--devel/gdb6/distinfo3
-rw-r--r--devel/gdb6/patches/patch-br28
4 files changed, 33 insertions, 5 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile
index 55b538f0e61..e746d9cfb7d 100644
--- a/devel/gdb6/Makefile
+++ b/devel/gdb6/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2009/07/14 19:02:16 hasso Exp $
+# $NetBSD: Makefile,v 1.26 2009/09/09 12:50:58 wiz Exp $
#
DISTNAME= gdb-6.2.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= ftp://sources.redhat.com/pub/gdb/releases/
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/gdb6/PLIST.common b/devel/gdb6/PLIST.common
index a054977161a..d8a4772d01c 100644
--- a/devel/gdb6/PLIST.common
+++ b/devel/gdb6/PLIST.common
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.3 2009/06/14 17:48:44 joerg Exp $
+@comment $NetBSD: PLIST.common,v 1.4 2009/09/09 12:50:58 wiz Exp $
bin/gdb
${PLIST.tui}bin/gdbtui
include/gdb6/ansidecl.h
@@ -13,7 +13,6 @@ info/gdb.info
info/gdbint.info
info/mmalloc.info
info/stabs.info
-info/standards.info
lib/gdb6/libbfd.la
lib/gdb6/libiberty.a
lib/gdb6/libmmalloc.a
diff --git a/devel/gdb6/distinfo b/devel/gdb6/distinfo
index 88b47e06829..08aaca830a8 100644
--- a/devel/gdb6/distinfo
+++ b/devel/gdb6/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2008/01/06 19:54:46 rillig Exp $
+$NetBSD: distinfo,v 1.13 2009/09/09 12:50:58 wiz Exp $
SHA1 (gdb-6.2.1.tar.bz2) = 50cee3887744c4140aafcc0e4eb579d94464dfd7
RMD160 (gdb-6.2.1.tar.bz2) = 6fe9f3bbef076c55cbcdf05143e7d5f98f61f889
@@ -45,3 +45,4 @@ SHA1 (patch-bm) = baf198e86cb5e9d8b9f6b0bd6d7ccd1ca61227b4
SHA1 (patch-bn) = cfeee69148028782b9ab6580f0f619d5f3327325
SHA1 (patch-bo) = 92221afaa93d9362057783c20100ce7ff1b5df9b
SHA1 (patch-bp) = bff41b3fb0f5952cbcd37797ec4bb63f6f79da8d
+SHA1 (patch-br) = f1e1a0b16721cdc8b1379685a0598211e71cee49
diff --git a/devel/gdb6/patches/patch-br b/devel/gdb6/patches/patch-br
new file mode 100644
index 00000000000..f66e465c29c
--- /dev/null
+++ b/devel/gdb6/patches/patch-br
@@ -0,0 +1,28 @@
+$NetBSD: patch-br,v 1.1 2009/09/09 12:50:58 wiz Exp $
+
+--- etc/Makefile.in.orig 2003-01-02 20:51:02.000000000 +0000
++++ etc/Makefile.in
+@@ -48,8 +48,8 @@ TEXIDIR = $(srcdir)/../texinfo
+ #### Host, target, and site specific Makefile fragments come in here.
+ ###
+
+-INFOFILES = standards.info configure.info
+-DVIFILES = standards.dvi configure.dvi
++INFOFILES = configure.info
++DVIFILES = configure.dvi
+
+ all:
+
+@@ -71,12 +71,6 @@ info:
+
+ install-info: info
+ $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(infodir)
+- if test ! -f standards.info; then cd $(srcdir); fi; \
+- if test -f standards.info; then \
+- for i in standards.info*; do \
+- $(INSTALL_DATA) $$i $(DESTDIR)$(infodir)/$$i; \
+- done; \
+- fi
+ if test ! -f configure.info; then cd $(srcdir); fi; \
+ if test -f configure.info; then \
+ for i in configure.info*; do \