pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/gsed



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Mar 17 22:24:20 UTC 2020

Modified Files:
        pkgsrc/textproc/gsed: Makefile

Log Message:
textproc/gsed: don't use Perl during the build


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/textproc/gsed/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/gsed/Makefile
diff -u pkgsrc/textproc/gsed/Makefile:1.56 pkgsrc/textproc/gsed/Makefile:1.57
--- pkgsrc/textproc/gsed/Makefile:1.56  Mon Jan 27 10:37:33 2020
+++ pkgsrc/textproc/gsed/Makefile       Tue Mar 17 22:24:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/01/27 10:37:33 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2020/03/17 22:24:20 rillig Exp $
 
 DISTNAME=      sed-4.8
 PKGNAME=       g${DISTNAME}
@@ -22,6 +22,9 @@ INSTALLATION_DIRS=    ${PKGGNUDIR}bin ${PKG
 # at least Solaris-2.9 has issues with grep/egrep
 USE_TOOLS+=            grep makeinfo
 
+# Prevent "Please add USE_TOOLS+=perl" warning at the end of configure phase.
+CONFIGURE_ENV+=                PERL=
+
 CONFIGURE_ARGS+=       --program-prefix=g
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index