aboutsummaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-12-16 11:37:23 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-12-16 11:37:23 +0000
commitf922b07fdd310f935c22baac3e4434c981a06b16 (patch)
treea88866a4f18a27e5a488b083f66c9ead69a3a215 /lang/php4
parente02b0c51babc1a069c5c8586c8be0f5eb8ef5eaf (diff)
downloadports-f922b07fdd310f935c22baac3e4434c981a06b16.tar.gz
ports-f922b07fdd310f935c22baac3e4434c981a06b16.zip
Notes
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile6
-rw-r--r--lang/php4/distinfo4
-rw-r--r--lang/php4/files/patch-main::php_config.h.in10
-rw-r--r--lang/php4/pkg-plist1
4 files changed, 10 insertions, 11 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 3289b6e36535..a692644b2525 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= php4
-PORTVERSION= 4.3.9
-PORTREVISION?= 1
+PORTVERSION= 4.3.10
+PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \
@@ -163,8 +163,6 @@ PHP_PORT= ${.CURDIR:S|^${_PORTSDIR}||:S|^/||}
post-patch:
@${TOUCH} ${WRKSRC}/ext/php_config.h
@${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-*
- @${REINPLACE_CMD} "s|<crypt.h>|<unistd.h>|g;s|HAVE_CRYPT_H|HAVE_UNISTD_H|g" \
- ${WRKSRC}/configure
.if ${PHP_SAPI} == "full"
pre-configure:
diff --git a/lang/php4/distinfo b/lang/php4/distinfo
index b7bea31f1c67..cbfdb5370d4c 100644
--- a/lang/php4/distinfo
+++ b/lang/php4/distinfo
@@ -1,2 +1,2 @@
-MD5 (php-4.3.9.tar.bz2) = b799bbb330da60324d972641baab693c
-SIZE (php-4.3.9.tar.bz2) = 4001681
+MD5 (php-4.3.10.tar.bz2) = 7e56824dae9679c59a8234eb848aa542
+SIZE (php-4.3.10.tar.bz2) = 4026148
diff --git a/lang/php4/files/patch-main::php_config.h.in b/lang/php4/files/patch-main::php_config.h.in
index 3ae3854baa43..537a8dfe0d31 100644
--- a/lang/php4/files/patch-main::php_config.h.in
+++ b/lang/php4/files/patch-main::php_config.h.in
@@ -1,12 +1,12 @@
---- main/php_config.h.in.orig Tue Jul 6 16:37:01 2004
-+++ main/php_config.h.in Tue Jul 6 16:40:24 2004
-@@ -2452,6 +2452,9 @@
+--- main/php_config.h.in.orig Tue Dec 14 18:55:22 2004
++++ main/php_config.h.in Thu Dec 16 09:52:53 2004
+@@ -2455,6 +2455,9 @@
/* Whether to build zip as dynamic module */
#undef COMPILE_DL_ZIP
+/* Include external shared modules configurations */
+#include "ext/php_config.h"
+
- /* Whether sprintf is broken */
- #undef ZEND_BROKEN_SPRINTF
+ /* whether floatingpoint.h defines fp_except */
+ #undef HAVE_FP_EXCEPT
diff --git a/lang/php4/pkg-plist b/lang/php4/pkg-plist
index 755bd01c976e..83d8c709fbca 100644
--- a/lang/php4/pkg-plist
+++ b/lang/php4/pkg-plist
@@ -54,6 +54,7 @@ include/php/Zend/zend_ptr_stack.h
include/php/Zend/zend_qsort.h
include/php/Zend/zend_stack.h
include/php/Zend/zend_static_allocator.h
+include/php/Zend/zend_strtod.h
include/php/Zend/zend_types.h
include/php/Zend/zend_variables.h
include/php/acconfig.h