pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php72



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Dec 12 15:44:43 UTC 2018

Modified Files:
        pkgsrc/lang/php72: Makefile.php

Log Message:
lang/php72: drop sqlite3 PKG_OPTIONS

Drop sqlite3 PKG_OPTIONS since sqlite3 is supported by
databases/php-sqlite3 package.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/php72/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/php72/Makefile.php
diff -u pkgsrc/lang/php72/Makefile.php:1.11 pkgsrc/lang/php72/Makefile.php:1.12
--- pkgsrc/lang/php72/Makefile.php:1.11 Sun Dec  9 12:14:36 2018
+++ pkgsrc/lang/php72/Makefile.php      Wed Dec 12 15:44:43 2018
@@ -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-libxml-dir=${PRE
 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 @@ CONFIGURE_ARGS+=   --with-password-argon2=
 .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