mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
These do not build with php 5.6.
With hat: portmgr Sponsored by: Absolight
This commit is contained in:
parent
a083bbf40d
commit
bcd0fff7b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370773
@ -17,6 +17,7 @@ LICENSE= PHP301
|
||||
USE_PHP= yes
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP= 56
|
||||
|
||||
CONFIGURE_ARGS= --enable-phk
|
||||
|
||||
|
@ -16,5 +16,6 @@ USE_PHP= json
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
USE_PHPIZE= yes
|
||||
IGNORE_WITH_PHP= 56
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,5 +15,6 @@ COMMENT= Query cache plugin for mysqlnd
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
USE_PHPIZE= yes
|
||||
IGNORE_WITH_PHP= 56
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,6 +18,7 @@ USE_PHP= spl
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
PHP_MODNAME= automap
|
||||
IGNORE_WITH_PHP= 56
|
||||
|
||||
CONFIGURE_ARGS= --enable-automap
|
||||
|
||||
|
@ -16,6 +16,7 @@ LICENSE= PHP301
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP= 56
|
||||
|
||||
CONFIGURE_ARGS= --enable-hidef
|
||||
|
||||
|
@ -17,7 +17,7 @@ LICENSE= PHP301
|
||||
USE_PHP= yes
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP= 53
|
||||
IGNORE_WITH_PHP= 53 56
|
||||
|
||||
CONFIGURE_ARGS= --enable-parsekit
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -16,6 +16,7 @@ LICENSE= BSD
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP= 56
|
||||
|
||||
CONFIGURE_ARGS= --enable-vld
|
||||
|
||||
|
@ -24,7 +24,7 @@ SPINLOCKS_DESC= Spinlocks (experimental)
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS= --enable-apc
|
||||
IGNORE_WITH_PHP=55
|
||||
IGNORE_WITH_PHP=55 56
|
||||
PHP_MODNAME= ${PORTNAME:tl}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -16,6 +16,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP= 56
|
||||
|
||||
CONFIGURE_ARGS+= --with-http-curl-requests \
|
||||
--with-http-zlib-compression \
|
||||
|
@ -22,5 +22,6 @@ CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
USE_PHPIZE= yes
|
||||
IGNORE_WITH_PHP= 56
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -23,7 +23,7 @@ PHP_MODNAME= opcache
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
IGNORE_WITH_PHP= 55
|
||||
IGNORE_WITH_PHP= 55 56
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user