aboutsummaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-05-25 06:27:08 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-05-25 06:27:08 +0000
commit1a9a061caf40c05a6cf07c2ce437fb963da730e4 (patch)
tree888085c8b3ca8586e8068ed87a88756d6ecdac9e /lang/php5
parentf2acc774bf4a9935252bf8de3234adee3a88c6f6 (diff)
downloadports-1a9a061caf40c05a6cf07c2ce437fb963da730e4.tar.gz
ports-1a9a061caf40c05a6cf07c2ce437fb963da730e4.zip
- Mark php5-mbstring BROKEN on amd64 with FreeBSD 5
- Drop FreeBSD 4 bits
Notes
Notes: svn path=/head/; revision=191727
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile2
-rw-r--r--lang/php5/Makefile.ext8
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 593c1c93e03f..eb88b87ab9e9 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -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
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index c248c1dc91dc..7b8d1add6712 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -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 \