pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php73 lang/php73: disable strict configure option...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af0886fc2a78
branches: trunk
changeset: 411319:af0886fc2a78
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Feb 09 22:01:10 2020 +0000
description:
lang/php73: disable strict configure options check for PHP modules
Several modules don't know the option --with-pcre-regex. These modules
should not fail.
diffstat:
lang/php73/Makefile.common | 3 ++-
lang/php73/Makefile.php | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 5e1a6bec523b -r af0886fc2a78 lang/php73/Makefile.common
--- a/lang/php73/Makefile.common Sun Feb 09 21:54:48 2020 +0000
+++ b/lang/php73/Makefile.common Sun Feb 09 22:01:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2019/11/28 14:54:50 taca Exp $
+# $NetBSD: Makefile.common,v 1.3 2020/02/09 22:01:10 rillig Exp $
# used by lang/php73/Makefile.php
# used by lang/php/ext.mk
# used by meta-pkgs/php73-extensions/Makefile
@@ -29,4 +29,5 @@
# dependency only
BUILDLINK_DEPMETHOD.pcre2?= build
CONFIGURE_ARGS+= --with-pcre-regex=${BUILDLINK_PREFIX.pcre2}
+GNU_CONFIGURE_STRICT= no
.include "../../devel/pcre2/buildlink3.mk"
diff -r 5e1a6bec523b -r af0886fc2a78 lang/php73/Makefile.php
--- a/lang/php73/Makefile.php Sun Feb 09 21:54:48 2020 +0000
+++ b/lang/php73/Makefile.php Sun Feb 09 22:01:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.3 2019/12/16 15:58:19 taca Exp $
+# $NetBSD: Makefile.php,v 1.4 2020/02/09 22:01:10 rillig Exp $
# used by lang/php73/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -51,6 +51,7 @@
.include "../../textproc/libxml2/buildlink3.mk"
CONFIGURE_ARGS+= --with-pcre-regex=${BUILDLINK_PREFIX.pcre2}
+GNU_CONFIGURE_STRICT= no
PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX}
PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline argon2
Home |
Main Index |
Thread Index |
Old Index