pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/gsed This package wants USE_TOOLS+=makeinfo, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1676dd33cf19
branches:  trunk
changeset: 521085:1676dd33cf19
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sun Nov 05 01:42:03 2006 +0000

description:
This package wants USE_TOOLS+=makeinfo, at least under my environment.
It's not exactly clear why, since the error states:

"You should only need it [makeinfo] if you modified a `.texi' or
`.texinfo' file, or any other file indirectly affecting the aspect of
the manual."

... but it's possibly a side effect of GNU_PROGRAM_PREFIX=g.  At any
rate, "makeinfo" seems a harmless request.

diffstat:

 textproc/gsed/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f79db1ed03f4 -r 1676dd33cf19 textproc/gsed/Makefile
--- a/textproc/gsed/Makefile    Sat Nov 04 22:18:41 2006 +0000
+++ b/textproc/gsed/Makefile    Sun Nov 05 01:42:03 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/04/07 19:54:17 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2006/11/05 01:42:03 dsainty Exp $
 #
 
 DISTNAME=      sed-4.1.1
@@ -18,7 +18,7 @@
 CONFIG_STATUS_OVERRIDE=        # empty
 
 # at least Solaris-2.9 has issues with grep/egrep
-USE_TOOLS+=            grep
+USE_TOOLS+=            grep makeinfo
 
 INFO_FILES=            # PLIST
 



Home | Main Index | Thread Index | Old Index