diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-12 12:57:18 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-12 12:57:18 +0000 |
commit | 8c60cffc902f73b2bc9b35a2c90cccb663bb1260 (patch) | |
tree | 5420aab46a862d597ca5ddbe96b764b55b898c81 /lang/php56 | |
parent | sysutils/mbgtools: Fix license information and portlint warnings (diff) |
- Replace USE_AUTOTOOLS with USES=autoreconf:build and run an upstream
script in pre-configure to regenerate configure scripts. Because this
regenerates php_config.h.in, merge a patch for that file into the patch
for configure.in.
- Remove redundant --localstatedir=/var (added by bsd.port.mk).
Notes
Notes:
svn path=/head/; revision=458821
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/Makefile | 12 | ||||
-rw-r--r-- | lang/php56/files/patch-configure.in | 24 | ||||
-rw-r--r-- | lang/php56/files/patch-main__php_config.h.in | 12 |
3 files changed, 19 insertions, 29 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 28c10b0c2041..681dc64dadfb 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -17,12 +17,10 @@ USES+= tar:xz cpe CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf - LIB_DEPENDS= libpcre.so:devel/pcre +GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-layout=GNU \ - --localstatedir=/var \ --with-config-file-scan-dir=${PREFIX}/etc/php \ --disable-all \ --enable-libxml \ @@ -31,7 +29,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ --with-pcre-regex=${LOCALBASE} \ --with-zlib-dir=/usr \ --program-prefix="" - +USES+= autoreconf:build USE_GNOME= libxml2 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS @@ -171,12 +169,8 @@ post-patch: ${WRKSRC}/sapi/fpm/php-fpm.conf.in .endif -# Work around issues with newer (>=2.64) autoconf pre-configure: - @${REINPLACE_CMD} -E 's:^((m4_)?divert)[(]([0-9]*)[)]:\1(600\3):' \ - ${WRKSRC}/configure.in `${FIND} ${WRKSRC} -name '*.m4'` - @${RM} ${WRKSRC}/configure - @${CAT} ${WRKSRC}/acinclude.m4 ${WRKSRC}/build/libtool.m4 > ${WRKSRC}/aclocal.m4 + @(cd ${WRKSRC} && ${SETENV} MAKE=${MAKE_CMD} ./buildconf --force) .if !defined(PKGNAMEPREFIX) post-build: diff --git a/lang/php56/files/patch-configure.in b/lang/php56/files/patch-configure.in index f30e9d392594..0f743bd09899 100644 --- a/lang/php56/files/patch-configure.in +++ b/lang/php56/files/patch-configure.in @@ -1,6 +1,14 @@ ---- configure.in.orig 2014-04-01 12:32:03.000000000 +0000 -+++ configure.in 2014-04-09 07:56:27.824397653 +0000 -@@ -370,7 +370,6 @@ +--- configure.in.orig 2017-10-25 01:48:22 UTC ++++ configure.in +@@ -115,6 +115,7 @@ int zend_sprintf(char *buffer, const char *format, ... + #endif + + #undef PTHREADS ++#include <ext/php_config.h> + ]) + + PHP_MAJOR_VERSION=5 +@@ -370,7 +371,6 @@ sinclude(TSRM/tsrm.m4) dnl . dnl ------------------------------------------------------------------------- @@ -8,7 +16,7 @@ PHP_HELP_SEPARATOR([SAPI modules:]) PHP_SHLIB_SUFFIX_NAMES PHP_BUILD_PROGRAM -@@ -401,15 +400,9 @@ +@@ -401,15 +401,9 @@ else AC_MSG_RESULT([none]) fi @@ -24,7 +32,7 @@ fi dnl Starting system checks. -@@ -688,7 +681,7 @@ +@@ -691,7 +685,7 @@ nanosleep \ ) dnl Some systems (like OpenSolaris) do not have nanosleep in libc @@ -33,7 +41,7 @@ dnl Check for getaddrinfo, should be a better way, but... dnl Also check for working getaddrinfo -@@ -1225,7 +1218,7 @@ +@@ -1242,7 +1236,7 @@ EXPANDED_SYSCONFDIR=`eval echo $sysconfdir` 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"` @@ -42,12 +50,12 @@ exec_prefix=$old_exec_prefix libdir=$old_libdir -@@ -1435,7 +1428,7 @@ +@@ -1452,7 +1446,7 @@ PHP_SUBST(all_targets) PHP_SUBST(install_targets) PHP_SUBST(install_binary_targets) -PHP_INSTALL_HEADERS([Zend/ TSRM/ include/ main/ main/streams/]) +PHP_INSTALL_HEADERS([Zend/ TSRM/ main/ main/streams/]) - PHP_ADD_SOURCES(TSRM, TSRM.c tsrm_strtok_r.c tsrm_virtual_cwd.c) + PHP_ADD_SOURCES(TSRM, TSRM.c tsrm_strtok_r.c) diff --git a/lang/php56/files/patch-main__php_config.h.in b/lang/php56/files/patch-main__php_config.h.in deleted file mode 100644 index 36cc08c6e92b..000000000000 --- a/lang/php56/files/patch-main__php_config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- main/php_config.h.in.orig 2013-12-10 23:50:50.000000000 +0000 -+++ main/php_config.h.in 2013-12-13 21:50:25.396258363 +0000 -@@ -2342,6 +2342,9 @@ - /* Define if processor uses big-endian word */ - #undef WORDS_BIGENDIAN - -+/* Include external shared modules configurations */ -+#include "ext/php_config.h" -+ - /* Whether sprintf is broken */ - #undef ZEND_BROKEN_SPRINTF - |