pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gtexinfo
Module Name: pkgsrc
Committed By: rillig
Date: Sun Oct 6 08:58:22 UTC 2019
Modified Files:
pkgsrc/devel/gtexinfo: Makefile
Log Message:
devel/gtexinfo: disable strict check for configure arguments
When the check was enabled, the sub-configure for the Perl modules didn't
know some options and failed. This in turn disabled the Perl modules from
being installed, but the PLIST mentions them unconditionally.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/gtexinfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gtexinfo/Makefile
diff -u pkgsrc/devel/gtexinfo/Makefile:1.102 pkgsrc/devel/gtexinfo/Makefile:1.103
--- pkgsrc/devel/gtexinfo/Makefile:1.102 Sun Aug 11 13:18:44 2019
+++ pkgsrc/devel/gtexinfo/Makefile Sun Oct 6 08:58:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2019/08/11 13:18:44 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2019/10/06 08:58:22 rillig Exp $
DISTNAME= texinfo-6.5
PKGNAME= g${DISTNAME}
@@ -18,6 +18,7 @@ DEPENDS+= p5-Text-Unidecode-[0-9]*:../.
DEPENDS+= p5-Unicode-EastAsianWidth-[0-9]*:../../converters/p5-Unicode-EastAsianWidth
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # otherwise MiscXS.pm won't be installed
CONFIGURE_ARGS+= --with-external-libintl-perl
CONFIGURE_ARGS+= --with-external-Text-Unidecode
CONFIGURE_ARGS+= --with-external-Unicode-EastAsianWidth
Home |
Main Index |
Thread Index |
Old Index