pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/binutils A somewhat recent makeinfo is needed.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d75ccb0a06d2
branches:  trunk
changeset: 459940:d75ccb0a06d2
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Aug 12 14:15:38 2003 +0000

description:
A somewhat recent makeinfo is needed.
As suggested in PR pkg/22450 by <Ian dot Fry at sophos dot com>.
But version 4.0 is good enough and this is what is available on the 1.6
branch.

diffstat:

 devel/binutils/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 533fdfe9c23d -r d75ccb0a06d2 devel/binutils/Makefile
--- a/devel/binutils/Makefile   Tue Aug 12 13:38:54 2003 +0000
+++ b/devel/binutils/Makefile   Tue Aug 12 14:15:38 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/08/09 10:44:37 seb Exp $
+# $NetBSD: Makefile,v 1.16 2003/08/12 14:15:38 seb Exp $
 #
 
 DISTNAME=      binutils-2.14
@@ -15,6 +15,8 @@
 USE_MAKEINFO=          YES
 USE_PKGLOCALEDIR=      YES
 
+TEXINFO_REQD=          4.0
+
 CONFIGURE_ARGS+=       --with-lib-path='/lib:/usr/lib'
 
 PLIST_SRC=     ${PKGDIR}/PLIST.common



Home | Main Index | Thread Index | Old Index