pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gdb6 Do not install standards.info, to avoid con...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abae20f76718
branches:  trunk
changeset: 398810:abae20f76718
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 09 12:50:58 2009 +0000

description:
Do not install standards.info, to avoid conflict with autoconf.
Bump PKGREVISION.
Requested by Aleksey Cheusov.

diffstat:

 devel/gdb6/Makefile         |   4 ++--
 devel/gdb6/PLIST.common     |   3 +--
 devel/gdb6/distinfo         |   3 ++-
 devel/gdb6/patches/patch-br |  28 ++++++++++++++++++++++++++++
 4 files changed, 33 insertions(+), 5 deletions(-)

diffs (77 lines):

diff -r 55a61910ab7b -r abae20f76718 devel/gdb6/Makefile
--- a/devel/gdb6/Makefile       Wed Sep 09 11:22:22 2009 +0000
+++ b/devel/gdb6/Makefile       Wed Sep 09 12:50:58 2009 +0000
@@ -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 -r 55a61910ab7b -r abae20f76718 devel/gdb6/PLIST.common
--- a/devel/gdb6/PLIST.common   Wed Sep 09 11:22:22 2009 +0000
+++ b/devel/gdb6/PLIST.common   Wed Sep 09 12:50:58 2009 +0000
@@ -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/gdbint.info
 info/mmalloc.info
 info/stabs.info
-info/standards.info
 lib/gdb6/libbfd.la
 lib/gdb6/libiberty.a
 lib/gdb6/libmmalloc.a
diff -r 55a61910ab7b -r abae20f76718 devel/gdb6/distinfo
--- a/devel/gdb6/distinfo       Wed Sep 09 11:22:22 2009 +0000
+++ b/devel/gdb6/distinfo       Wed Sep 09 12:50:58 2009 +0000
@@ -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-bn) = cfeee69148028782b9ab6580f0f619d5f3327325
 SHA1 (patch-bo) = 92221afaa93d9362057783c20100ce7ff1b5df9b
 SHA1 (patch-bp) = bff41b3fb0f5952cbcd37797ec4bb63f6f79da8d
+SHA1 (patch-br) = f1e1a0b16721cdc8b1379685a0598211e71cee49
diff -r 55a61910ab7b -r abae20f76718 devel/gdb6/patches/patch-br
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gdb6/patches/patch-br       Wed Sep 09 12:50:58 2009 +0000
@@ -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 \



Home | Main Index | Thread Index | Old Index