pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gtexinfo devel/gtexinfo: disable strict check fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a075c26a5f24
branches:  trunk
changeset: 340671:a075c26a5f24
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 06 08:58:22 2019 +0000

description:
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.

diffstat:

 devel/gtexinfo/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9f13c28333e1 -r a075c26a5f24 devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile   Sun Oct 06 08:24:18 2019 +0000
+++ b/devel/gtexinfo/Makefile   Sun Oct 06 08:58:22 2019 +0000
@@ -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-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