1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Mark php5-mbstring BROKEN on amd64 with FreeBSD 5

- Drop FreeBSD 4 bits
This commit is contained in:
Alex Dupre 2007-05-25 06:27:08 +00:00
parent f2acc774bf
commit 1a9a061caf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191727
4 changed files with 10 additions and 10 deletions

View File

@ -148,7 +148,7 @@ CONFIGURE_ARGS+=--enable-debug
CONFIGURE_ARGS+=--enable-zend-multibyte
.endif
.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6)
.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--disable-ipv6
.endif

View File

@ -556,6 +556,10 @@ CONFIGURE_ARGS+=--enable-gd-jis-conv
.endif
.if ${PHP_MODNAME} == "mbstring"
. if ${OSVERSION} < 600000 && ${ARCH} == "amd64"
BROKEN= Doesn't build on AMD64 with FreeBSD 5.x (varargs issue)
. endif
. if defined(WITHOUT_REGEX)
CONFIGURE_ARGS+=--disable-mbregex
. endif
@ -572,10 +576,6 @@ post-extract:
.endif
.if ${PHP_MODNAME} == "oci8" || ${PHP_MODNAME} == "pdo_oci"
. if ${OSVERSION} < 500000
BROKEN= Doesn't work on FreeBSD 4.x
. endif
pre-configure:
@cd ${WRKSRC}; \
for lib in ${LOCALBASE}/oracle8-client/lib/libclntsh /usr/lib/libpthread; do \

View File

@ -148,7 +148,7 @@ CONFIGURE_ARGS+=--enable-debug
CONFIGURE_ARGS+=--enable-zend-multibyte
.endif
.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6)
.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--disable-ipv6
.endif

View File

@ -556,6 +556,10 @@ CONFIGURE_ARGS+=--enable-gd-jis-conv
.endif
.if ${PHP_MODNAME} == "mbstring"
. if ${OSVERSION} < 600000 && ${ARCH} == "amd64"
BROKEN= Doesn't build on AMD64 with FreeBSD 5.x (varargs issue)
. endif
. if defined(WITHOUT_REGEX)
CONFIGURE_ARGS+=--disable-mbregex
. endif
@ -572,10 +576,6 @@ post-extract:
.endif
.if ${PHP_MODNAME} == "oci8" || ${PHP_MODNAME} == "pdo_oci"
. if ${OSVERSION} < 500000
BROKEN= Doesn't work on FreeBSD 4.x
. endif
pre-configure:
@cd ${WRKSRC}; \
for lib in ${LOCALBASE}/oracle8-client/lib/libclntsh /usr/lib/libpthread; do \