aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2009-09-22 18:36:31 +0800
committerale <ale@FreeBSD.org>2009-09-22 18:36:31 +0800
commitf168a87789b122b0690c63d73b50dedacc4780ab (patch)
tree067b11433c2c8955af99482e01e7db19ee1ffb4c /lang/php5/Makefile
parent8d901d8e38ed0f1be38ca2e61da9189082ad2a2c (diff)
downloadfreebsd-ports-gnome-f168a87789b122b0690c63d73b50dedacc4780ab.tar.gz
freebsd-ports-gnome-f168a87789b122b0690c63d73b50dedacc4780ab.tar.zst
freebsd-ports-gnome-f168a87789b122b0690c63d73b50dedacc4780ab.zip
Update to 5.2.11 release.
(Do not link to thread library when building a thread-safe only lib) Feature safe: yes
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index a30beed57d9f..17a4a59e70f8 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= php5
-PORTVERSION= 5.2.10
+PORTVERSION= 5.2.11
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
@@ -65,7 +65,7 @@ PLIST_SUB+= SUHOSIN="@comment "
.if defined(WITH_MAILHEAD)
#PATCHFILES+= php-${PORTVERSION}-mail-header.patch:mail
-PATCHFILES+= php-5.2.9-mail-header.patch:mail
+PATCHFILES+= php-5.2.10-mail-header.patch:mail
PATCH_SITES+= http://choon.net/opensource/php/:mail
.endif
@@ -131,8 +131,8 @@ CONFIGURE_ARGS+=--with-zend-vm=SWITCH
CONFIGURE_ARGS+=--with-zend-vm=GOTO
.endif
-CONFIGURE_ENV+= ac_cv_pthreads_lib=${PTHREAD_LIBS} \
- ac_cv_pthreads_cflags=${PTHREAD_CFLAGS} \
+CONFIGURE_ENV+= ac_cv_pthreads_lib="" \
+ ac_cv_pthreads_cflags="" \
pthreads_working="yes" \
lt_cv_path_SED="sed"