pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php7?: revert previous commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e9e38a4dd70
branches: trunk
changeset: 326459:5e9e38a4dd70
user: taca <taca%pkgsrc.org@localhost>
date: Fri Dec 07 16:04:50 2018 +0000
description:
lang/php7?: revert previous commit
Revert previous commit and unbreak lang/php7{0,1,2}.
sqlite3 problem would be another way, after update current PHP versions.
diffstat:
lang/php70/Makefile.php | 5 +----
lang/php71/Makefile.php | 5 +----
lang/php72/Makefile.php | 5 +----
3 files changed, 3 insertions(+), 12 deletions(-)
diffs (57 lines):
diff -r bcda00c871ef -r 5e9e38a4dd70 lang/php70/Makefile.php
--- a/lang/php70/Makefile.php Fri Dec 07 12:40:39 2018 +0000
+++ b/lang/php70/Makefile.php Fri Dec 07 16:04:50 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.12 2018/12/07 01:54:52 manu Exp $
+# $NetBSD: Makefile.php,v 1.13 2018/12/07 16:04:50 taca Exp $
# used by lang/php70/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -46,9 +46,6 @@
CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX}
.include "../../textproc/libxml2/buildlink3.mk"
-CONFIGURE_ARGS+= --with-sqlite3=shared
-.include "../../databases/sqlite3/buildlink3.mk"
-
PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX}
PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline disable-filter-url
PKG_SUGGESTED_OPTIONS+= inet6 ssl readline
diff -r bcda00c871ef -r 5e9e38a4dd70 lang/php71/Makefile.php
--- a/lang/php71/Makefile.php Fri Dec 07 12:40:39 2018 +0000
+++ b/lang/php71/Makefile.php Fri Dec 07 16:04:50 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.11 2018/12/07 01:54:52 manu Exp $
+# $NetBSD: Makefile.php,v 1.12 2018/12/07 16:04:50 taca Exp $
# used by lang/php71/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -46,9 +46,6 @@
CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX}
.include "../../textproc/libxml2/buildlink3.mk"
-CONFIGURE_ARGS+= --with-sqlite3=shared
-.include "../../databases/sqlite3/buildlink3.mk"
-
PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX}
PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline disable-filter-url
PKG_SUGGESTED_OPTIONS+= inet6 ssl readline
diff -r bcda00c871ef -r 5e9e38a4dd70 lang/php72/Makefile.php
--- a/lang/php72/Makefile.php Fri Dec 07 12:40:39 2018 +0000
+++ b/lang/php72/Makefile.php Fri Dec 07 16:04:50 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.9 2018/12/07 01:54:53 manu Exp $
+# $NetBSD: Makefile.php,v 1.10 2018/12/07 16:04:50 taca Exp $
# used by lang/php72/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -49,9 +49,6 @@
CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX}
.include "../../textproc/libxml2/buildlink3.mk"
-CONFIGURE_ARGS+= --with-sqlite3=shared
-.include "../../databases/sqlite3/buildlink3.mk"
-
CONFIGURE_ARGS+= --with-pcre-regex=${BUILDLINK_PREFIX.pcre}
PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX}
Home |
Main Index |
Thread Index |
Old Index