mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Those ports do not build with php 5.6
This commit is contained in:
parent
686e2f567e
commit
8842ccdc9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379897
14 changed files with 14 additions and 11 deletions
|
@ -16,7 +16,7 @@ LICENSE= PHP30
|
|||
USES= tar:tgz
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP=5
|
||||
IGNORE_WITH_PHP=5 56
|
||||
|
||||
CONFIGURE_ARGS= --enable-id3
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libdrizzle.so:${PORTSDIR}/databases/libdrizzle
|
|||
USES= tar:tgz
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP=5
|
||||
IGNORE_WITH_PHP=5 56
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ USES= pkgconfig tar:tgz
|
|||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
USE_PHP_BUILD= yes
|
||||
IGNORE_WITH_PHP=5
|
||||
IGNORE_WITH_PHP=5 56
|
||||
|
||||
CONFIGURE_ARGS= --with-mdbtools=${LOCALBASE}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ USES= tar:tgz
|
|||
USE_PHP= yes
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP=5
|
||||
IGNORE_WITH_PHP=5 56
|
||||
|
||||
CONFIGURE_ARGS= --enable-bbcode
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ LICENSE= PHP202
|
|||
USES= tar:tgz
|
||||
USE_PHP= bz2
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP=5
|
||||
IGNORE_WITH_PHP=5 56
|
||||
|
||||
CONFIGURE_ARGS= --enable-bcompiler
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ USES= tar:tgz
|
|||
USE_OPENSSL= yes
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP= 5
|
||||
IGNORE_WITH_PHP= 5 56
|
||||
CONFIGURE_ARGS+= --with-mcve="${LOCALBASE}"
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -17,6 +17,7 @@ USES= tar:tgz
|
|||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
PHP_MODNAME= ${PORTNAME}
|
||||
IGNORE_WITH_PHP= 56
|
||||
|
||||
post-extract::
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
|
|
@ -21,7 +21,7 @@ USE_PHP= yes
|
|||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
PHP_MODNAME= shp
|
||||
IGNORE_WITH_PHP= 5
|
||||
IGNORE_WITH_PHP= 5 56
|
||||
|
||||
CONFIGURE_ARGS+= --with-shp=${LOCALBASE}
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4
|
|||
USES= tar:tgz
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP= 56
|
||||
|
||||
CONFIGURE_ARGS+= --with-spread=${LOCALBASE}
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp
|
|||
USES= tar:tgz
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP= 56
|
||||
|
||||
OPTIONS_DEFINE= RE2C
|
||||
OPTIONS_DEFAULT= RE2C
|
||||
|
|
|
@ -16,6 +16,6 @@ LICENSE= PHP202
|
|||
USES= tar:tgz
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP=5
|
||||
IGNORE_WITH_PHP=5 56
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,7 +16,7 @@ LICENSE= PHP202
|
|||
USES= tar:tgz
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP=5
|
||||
IGNORE_WITH_PHP=5 56
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/config.m4
|
||||
|
|
|
@ -19,7 +19,7 @@ USES= tar:tgz
|
|||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
PHP_MODNAME= ${PORTNAME}
|
||||
IGNORE_WITH_PHP= 5
|
||||
IGNORE_WITH_PHP= 5 56
|
||||
CONFIGURE_ARGS+= --with-enchant=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,7 +20,7 @@ USES= tar:tgz
|
|||
USE_PHP= yes
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP= 5
|
||||
IGNORE_WITH_PHP= 5 56
|
||||
|
||||
CONFIGURE_ARGS= --enable-html_parse
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue