pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php72 lang/php72: drop sqlite3 PKG_OPTIONS
details: https://anonhg.NetBSD.org/pkgsrc/rev/48553d2be382
branches: trunk
changeset: 388687:48553d2be382
user: taca <taca%pkgsrc.org@localhost>
date: Wed Dec 12 15:44:43 2018 +0000
description:
lang/php72: drop sqlite3 PKG_OPTIONS
Drop sqlite3 PKG_OPTIONS since sqlite3 is supported by
databases/php-sqlite3 package.
diffstat:
lang/php72/Makefile.php | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diffs (35 lines):
diff -r 1825c98c965e -r 48553d2be382 lang/php72/Makefile.php
--- a/lang/php72/Makefile.php Wed Dec 12 15:10:35 2018 +0000
+++ b/lang/php72/Makefile.php Wed Dec 12 15:44:43 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.11 2018/12/09 12:14:36 taca Exp $
+# $NetBSD: Makefile.php,v 1.12 2018/12/12 15:44:43 taca Exp $
# used by lang/php72/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -53,9 +53,9 @@
CONFIGURE_ARGS+= --with-pcre-regex=${BUILDLINK_PREFIX.pcre}
PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX}
-PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline argon2 sqlite3
+PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline argon2
PKG_SUPPORTED_OPTIONS+= disable-filter-url
-PKG_SUGGESTED_OPTIONS+= inet6 ssl readline sqlite3
+PKG_SUGGESTED_OPTIONS+= inet6 ssl readline
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD"
PKG_SUPPORTED_OPTIONS+= dtrace
@@ -106,13 +106,6 @@
.include "../../security/argon2/buildlink3.mk"
.endif
-.if !empty(PKG_OPTIONS:Msqlite3)
-CONFIGURE_ARGS+= --with-sqlite3=${BUILDLINK_PREFIX.sqlite3}
-.include "../../databases/sqlite3/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-sqlite3
-.endif
-
.if !empty(PKG_OPTIONS:Mdisable-filter-url)
CFLAGS+= -DDISABLE_FILTER_URL
.endif
Home |
Main Index |
Thread Index |
Old Index