pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/automake texinfo-4.0 is not enough, 4.5 works ok.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb1edf7548a6
branches:  trunk
changeset: 467870:cb1edf7548a6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 07 17:05:38 2004 +0000

description:
texinfo-4.0 is not enough, 4.5 works ok.
Addresses PR 24347 by Garry Page.

diffstat:

 devel/automake/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 973f0d40321f -r cb1edf7548a6 devel/automake/Makefile
--- a/devel/automake/Makefile   Sat Feb 07 16:43:00 2004 +0000
+++ b/devel/automake/Makefile   Sat Feb 07 17:05:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2004/01/30 15:05:17 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2004/02/07 17:05:38 wiz Exp $
 #
 
 DISTNAME=      automake-1.8.2
@@ -26,7 +26,7 @@
 MAKE_ENV+=             MAKEINFOFLAGS="${MAKEINFOFLAGS}"
 
 USE_MAKEINFO=          YES
-TEXINFO_REQD=          4.0
+TEXINFO_REQD=          4.5
 INFO_FILES=            automake.info
 
 PERL5_REQD=            5.5



Home | Main Index | Thread Index | Old Index