summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-12-08 13:27:50 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-12-08 13:27:50 +0000
commitf8e969af5964ff962aa68fa6dd6d09377ded7ef8 (patch)
tree7a9905c705f69cfa3456d61c3e35e87495482245 /lang/php53
parentSet IGNORE to avoid upgrades to 5.2.7 release. PHP 5.2.8 will be released soon. (diff)
Update to 5.2.8 release.
Notes
Notes: svn path=/head/; revision=223988
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile12
-rw-r--r--lang/php53/distinfo6
-rw-r--r--lang/php53/pkg-plist7
3 files changed, 16 insertions, 9 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index ab9ad5113f56..930ef84e5aa5 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= php5
-PORTVERSION= 5.2.7
+PORTVERSION= 5.2.8
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP}
@@ -16,15 +16,14 @@ DISTNAME= php-${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= PHP Scripting Language
-IGNORE= should not be used, PHP 5.2.8 will be released soon
-
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
USE_BZIP2= yes
.if !defined(PKGNAMESUFFIX)
USE_AUTOTOOLS= autoconf:262
-LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
+# use bundled pcre while apache2 does the same
+#LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS= \
--with-layout=GNU \
@@ -32,7 +31,7 @@ CONFIGURE_ARGS= \
--disable-all \
--enable-libxml \
--with-libxml-dir=${LOCALBASE} \
- --with-pcre-regex=${LOCALBASE} \
+ --with-pcre-regex=yes \
--enable-reflection \
--program-prefix=""
@@ -60,7 +59,8 @@ MAN1= php-config.1 phpize.1
PATCH_DIST_STRIP= -p1
.if !defined(WITHOUT_SUHOSIN)
-PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.6.3.patch.gz:suhosin
+#PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.6.3.patch.gz:suhosin
+PATCHFILES+= suhosin-patch-5.2.7-0.9.6.3.patch.gz:suhosin
PATCH_SITES+= http://download.suhosin.org/:suhosin
PLIST_SUB+= SUHOSIN=""
.else
diff --git a/lang/php53/distinfo b/lang/php53/distinfo
index f07d8a9d7734..a676a12c730b 100644
--- a/lang/php53/distinfo
+++ b/lang/php53/distinfo
@@ -1,6 +1,6 @@
-MD5 (php-5.2.7.tar.bz2) = 9ffc42edbb7faad965699666ddd559bc
-SHA256 (php-5.2.7.tar.bz2) = 19389875a728b753480995a8a8a3f7debdd0f46c76bbd4f6fd716f4b881a5368
-SIZE (php-5.2.7.tar.bz2) = 9826432
+MD5 (php-5.2.8.tar.bz2) = 8760a833cf10433d3e72271ab0d0eccf
+SHA256 (php-5.2.8.tar.bz2) = a70600e13410213a637f1c9825e9c0d45c64de8cefb1929f8f5aa761b20b2b67
+SIZE (php-5.2.8.tar.bz2) = 9827180
MD5 (suhosin-patch-5.2.7-0.9.6.3.patch.gz) = d455c3dd5b652046dbac2951a58f64fa
SHA256 (suhosin-patch-5.2.7-0.9.6.3.patch.gz) = 85e6262f53014e393977d1efed2d3a7e686767a07f96b14b2c3f126f694aee46
SIZE (suhosin-patch-5.2.7-0.9.6.3.patch.gz) = 23125
diff --git a/lang/php53/pkg-plist b/lang/php53/pkg-plist
index 59cc8b83c2b2..57b49893758e 100644
--- a/lang/php53/pkg-plist
+++ b/lang/php53/pkg-plist
@@ -72,6 +72,12 @@ include/php/ext/date/lib/timelib_config.h
include/php/ext/date/lib/timelib_structs.h
include/php/ext/date/php_date.h
include/php/ext/libxml/php_libxml.h
+include/php/ext/pcre/pcrelib/config.h
+include/php/ext/pcre/pcrelib/pcre.h
+include/php/ext/pcre/pcrelib/pcre_internal.h
+include/php/ext/pcre/pcrelib/pcreposix.h
+include/php/ext/pcre/pcrelib/ucp.h
+include/php/ext/pcre/pcrelib/ucptable.h
include/php/ext/pcre/php_pcre.h
include/php/ext/standard/base64.h
include/php/ext/standard/basic_functions.h
@@ -200,6 +206,7 @@ lib/php/build/shtool
@dirrm include/php/ext/date/lib
@dirrm include/php/ext/date
@dirrm include/php/ext/libxml
+@dirrm include/php/ext/pcre/pcrelib
@dirrm include/php/ext/pcre
@dirrm include/php/ext/standard
@dirrmtry include/php/ext