diff options
author | ale <ale@FreeBSD.org> | 2014-04-09 15:58:43 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-04-09 15:58:43 +0800 |
commit | ecb63ca362556a45c541226c40cffee3a8bbc7df (patch) | |
tree | 31694987e0cf378649f9b96963e33d79f3fe8024 /lang/php5 | |
parent | aad5e9e7e560e520728539497eead9e45380a3ab (diff) | |
download | freebsd-ports-gnome-ecb63ca362556a45c541226c40cffee3a8bbc7df.tar.gz freebsd-ports-gnome-ecb63ca362556a45c541226c40cffee3a8bbc7df.tar.zst freebsd-ports-gnome-ecb63ca362556a45c541226c40cffee3a8bbc7df.zip |
Now that mod_php is a separate port, allow to deselect all SAPIs.
PR: ports/188386
Submitted by: Joel Parker <rootrider@shellfront.org>
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/files/patch-configure.in | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/lang/php5/files/patch-configure.in b/lang/php5/files/patch-configure.in index b0e9c61f5a02..ac7c4605d639 100644 --- a/lang/php5/files/patch-configure.in +++ b/lang/php5/files/patch-configure.in @@ -1,6 +1,6 @@ ---- configure.in.orig 2013-12-10 19:32:43.000000000 +0000 -+++ configure.in 2013-12-13 21:55:53.986235686 +0000 -@@ -370,7 +370,6 @@ sinclude(TSRM/tsrm.m4) +--- configure.in.orig 2014-04-02 05:43:49.000000000 +0000 ++++ configure.in 2014-04-09 07:55:06.042404378 +0000 +@@ -370,7 +370,6 @@ dnl . dnl ------------------------------------------------------------------------- @@ -8,7 +8,15 @@ PHP_HELP_SEPARATOR([SAPI modules:]) PHP_SHLIB_SUFFIX_NAMES PHP_BUILD_PROGRAM -@@ -409,7 +408,6 @@ fi +@@ -401,15 +400,9 @@ + AC_MSG_RESULT([none]) + fi + +-dnl Exit early +-if test -z "$PHP_INSTALLED_SAPIS"; then +- AC_MSG_ERROR([Nothing to build.]) +-fi +- dnl force ZTS if test "$enable_maintainer_zts" = "yes"; then PTHREADS_ASSIGN_VARS @@ -16,7 +24,7 @@ fi dnl Starting system checks. -@@ -688,7 +686,7 @@ nanosleep \ +@@ -688,7 +681,7 @@ ) dnl Some systems (like OpenSolaris) do not have nanosleep in libc @@ -25,7 +33,7 @@ dnl Check for getaddrinfo, should be a better way, but... dnl Also check for working getaddrinfo -@@ -1225,7 +1223,7 @@ EXPANDED_SYSCONFDIR=`eval echo $sysconfd +@@ -1225,7 +1218,7 @@ EXPANDED_DATADIR=$datadir EXPANDED_PHP_CONFIG_FILE_PATH=`eval echo "$PHP_CONFIG_FILE_PATH"` EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=`eval echo "$PHP_CONFIG_FILE_SCAN_DIR"` @@ -34,7 +42,7 @@ exec_prefix=$old_exec_prefix libdir=$old_libdir -@@ -1435,7 +1433,7 @@ PHP_SUBST(all_targets) +@@ -1435,7 +1428,7 @@ PHP_SUBST(install_targets) PHP_SUBST(install_binary_targets) |