pkgsrc-Users archive

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

pkg/34694 gdb6 and autoconf both install standards.info [patch]



Can anybody apply the following patch?
It removes standards.info from devel/autoconf package.

standards.info should also be removed from devel/gdb6
in order to remove future possible conflicts.

Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/autoconf/PLIST,v
retrieving revision 1.13
diff -u -r1.13 PLIST
--- PLIST       14 Jun 2009 18:48:09 -0000      1.13
+++ PLIST       9 Jul 2009 09:32:28 -0000
@@ -7,7 +7,6 @@
 bin/autoupdate
 bin/ifnames
 info/autoconf.info
-info/standards.info
 man/man1/autoconf.1
 man/man1/autoheader.1
 man/man1/autom4te.1
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/autoconf/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- distinfo    9 Oct 2008 18:21:39 -0000       1.18
+++ distinfo    9 Jul 2009 09:32:28 -0000
@@ -3,3 +3,4 @@
 SHA1 (autoconf-2.63.tar.bz2) = f15e14aa34acf871b47f659ef99a2e6707db4a18
 RMD160 (autoconf-2.63.tar.bz2) = 273448a60bc4dfcfcb3ee455ef012333eeca3256
 Size (autoconf-2.63.tar.bz2) = 1195259 bytes
+SHA1 (patch-aa) = cbe9d7dbc2401d6755632b4c5a94f9ac3b5c83fe
Index: patches/patch-aa
===================================================================
RCS file: patches/patch-aa
diff -N patches/patch-aa
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-aa    9 Jul 2009 09:32:28 -0000
@@ -0,0 +1,22 @@
+$NetBSD$
+
+--- doc/Makefile.in.orig       2008-09-08 15:26:25.000000000 +0300
++++ doc/Makefile.in
+@@ -60,7 +60,7 @@ mkinstalldirs = $(install_sh) -d
+ CONFIG_CLEAN_FILES =
+ SOURCES =
+ DIST_SOURCES =
+-INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info
++INFO_DEPS = $(srcdir)/autoconf.info # $(srcdir)/standards.info
+ am__TEXINFO_TEX_DIR = $(srcdir)/../build-aux
+ DVIS = autoconf.dvi standards.dvi
+ PDFS = autoconf.pdf standards.pdf
+@@ -167,7 +167,7 @@ top_srcdir = @top_srcdir@
+ AM_MAKEINFOFLAGS = --no-split
+ TEXI2HTML_FLAGS = -split_chapter
+ TEXINFO_TEX = ../build-aux/texinfo.tex
+-info_TEXINFOS = autoconf.texi standards.texi
++info_TEXINFOS = autoconf.texi # standards.texi
+ autoconf_TEXINFOS = fdl.texi install.texi
+ standards_TEXINFOS = make-stds.texi
+ 

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index