pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/php73
Module Name: pkgsrc
Committed By: rillig
Date: Sun Feb 9 22:01:10 UTC 2020
Modified Files:
pkgsrc/lang/php73: Makefile.common Makefile.php
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php73/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php73/Makefile.php
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/php73/Makefile.common
diff -u pkgsrc/lang/php73/Makefile.common:1.2 pkgsrc/lang/php73/Makefile.common:1.3
--- pkgsrc/lang/php73/Makefile.common:1.2 Thu Nov 28 14:54:50 2019
+++ pkgsrc/lang/php73/Makefile.common Sun Feb 9 22:01:10 2020
@@ -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 @@ CONFIGURE_ARGS+= php_cv_cc_dashr=no
# dependency only
BUILDLINK_DEPMETHOD.pcre2?= build
CONFIGURE_ARGS+= --with-pcre-regex=${BUILDLINK_PREFIX.pcre2}
+GNU_CONFIGURE_STRICT= no
.include "../../devel/pcre2/buildlink3.mk"
Index: pkgsrc/lang/php73/Makefile.php
diff -u pkgsrc/lang/php73/Makefile.php:1.3 pkgsrc/lang/php73/Makefile.php:1.4
--- pkgsrc/lang/php73/Makefile.php:1.3 Mon Dec 16 15:58:19 2019
+++ pkgsrc/lang/php73/Makefile.php Sun Feb 9 22:01:10 2020
@@ -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 @@ CONFIGURE_ARGS+= --with-libxml-dir=${PRE
.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