diff options
author | ale <ale@FreeBSD.org> | 2004-08-23 21:18:39 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-08-23 21:18:39 +0800 |
commit | 0fdb3c8ed24ec4d8e46c5ad1d222790ecf910281 (patch) | |
tree | 5df9cc8cafe38fbc44a8e1fb48a46f338467d115 /lang | |
parent | 1cf35baa8538d4944e58eb9f1bef38805e44f48f (diff) | |
download | freebsd-ports-gnome-0fdb3c8ed24ec4d8e46c5ad1d222790ecf910281.tar.gz freebsd-ports-gnome-0fdb3c8ed24ec4d8e46c5ad1d222790ecf910281.tar.zst freebsd-ports-gnome-0fdb3c8ed24ec4d8e46c5ad1d222790ecf910281.zip |
Update to 5.0.1 release:
- GD GIF output support is now enabled by default
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile | 4 | ||||
-rw-r--r-- | lang/php5/Makefile.ext | 8 | ||||
-rw-r--r-- | lang/php5/distinfo | 4 | ||||
-rw-r--r-- | lang/php5/files/patch-sapi::apache::mod_php5.c | 11 | ||||
-rw-r--r-- | lang/php5/files/patch-scripts::phpize.in | 16 | ||||
-rw-r--r-- | lang/php53/Makefile | 4 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 8 | ||||
-rw-r--r-- | lang/php53/distinfo | 4 | ||||
-rw-r--r-- | lang/php53/files/patch-sapi::apache::mod_php5.c | 11 | ||||
-rw-r--r-- | lang/php53/files/patch-scripts::phpize.in | 16 |
10 files changed, 38 insertions, 48 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 8716e51689fb..200cb723b10a 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -6,8 +6,8 @@ # PORTNAME= php5 -PORTVERSION= 5.0.0 -PORTREVISION?= 2 +PORTVERSION= 5.0.1 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 5419bf56ef40..aa57f5bf7826 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -102,8 +102,7 @@ CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} OPTIONS= T1LIB "Include T1lib support" on \ TRUETYPE "Enable TrueType string function" on \ - JIS "Enable JIS-mapped Japanese font support" off \ - LZW "Enable LZW-compressed GIF write support" off + JIS "Enable JIS-mapped Japanese font support" off PHP_HEADER_DIRS=libgd .endif @@ -207,7 +206,7 @@ CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config USE_MYSQL= yes DEFAULT_MYSQL_VER= 41 -BROKEN_WITH_MYSQL= 323 40 +BROKEN_WITH_MYSQL= 323 40 50 .endif .if ${PHP_MODNAME} == "ncurses" @@ -438,9 +437,6 @@ CONFIGURE_ARGS+=--enable-gd-native-ttf . if defined(WITH_JIS) CONFIGURE_ARGS+=--enable-gd-jis-conv . endif -. if defined(WITH_LZW) -CONFIGURE_ARGS+=--enable-gd-lzw-gif -. endif .endif .if ${PHP_MODNAME} == "imap" diff --git a/lang/php5/distinfo b/lang/php5/distinfo index 714746a082cf..52176fd735bb 100644 --- a/lang/php5/distinfo +++ b/lang/php5/distinfo @@ -1,2 +1,2 @@ -MD5 (php-5.0.0.tar.bz2) = 562b7ad1e903248bbe77884cb904b8b7 -SIZE (php-5.0.0.tar.bz2) = 4554054 +MD5 (php-5.0.1.tar.bz2) = b12042826ddba29fba3ae5a2eac3c391 +SIZE (php-5.0.1.tar.bz2) = 4569781 diff --git a/lang/php5/files/patch-sapi::apache::mod_php5.c b/lang/php5/files/patch-sapi::apache::mod_php5.c deleted file mode 100644 index 6bdc5bcd5601..000000000000 --- a/lang/php5/files/patch-sapi::apache::mod_php5.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sapi/apache/mod_php5.c.orig Thu Jul 15 09:29:05 2004 -+++ sapi/apache/mod_php5.c Thu Jul 15 09:30:01 2004 -@@ -485,7 +485,7 @@ - tmp = uudecode(r->pool, authorization); - SG(request_info).auth_user = NULL; - tmp_user = getword_nulls_nc(r->pool, &tmp, ':'); -- if (SG(request_info).auth_user) { -+ if (tmp_user) { - r->connection->user = pstrdup(r->connection->pool, tmp_user); - r->connection->ap_auth_type = "Basic"; - SG(request_info).auth_user = estrdup(tmp_user); diff --git a/lang/php5/files/patch-scripts::phpize.in b/lang/php5/files/patch-scripts::phpize.in index 489f17a40c11..b75de61d6abf 100644 --- a/lang/php5/files/patch-scripts::phpize.in +++ b/lang/php5/files/patch-scripts::phpize.in @@ -1,6 +1,16 @@ ---- scripts/phpize.in.orig Sat Jan 3 15:03:46 2004 -+++ scripts/phpize.in Fri Jun 25 12:58:49 2004 -@@ -108,7 +108,7 @@ +--- scripts/phpize.in.orig Mon Aug 23 14:25:48 2004 ++++ scripts/phpize.in Mon Aug 23 14:26:41 2004 +@@ -101,14 +101,14 @@ + + phpize_autotools() + { +- aclocal || exit 1 +- autoconf || exit 1 +- autoheader || exit 1 ++ aclocal15 || exit 1 ++ autoconf253 || exit 1 ++ autoheader253 || exit 1 + } phpize_libtoolize() { diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 8716e51689fb..200cb723b10a 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -6,8 +6,8 @@ # PORTNAME= php5 -PORTVERSION= 5.0.0 -PORTREVISION?= 2 +PORTVERSION= 5.0.1 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 5419bf56ef40..aa57f5bf7826 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -102,8 +102,7 @@ CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} OPTIONS= T1LIB "Include T1lib support" on \ TRUETYPE "Enable TrueType string function" on \ - JIS "Enable JIS-mapped Japanese font support" off \ - LZW "Enable LZW-compressed GIF write support" off + JIS "Enable JIS-mapped Japanese font support" off PHP_HEADER_DIRS=libgd .endif @@ -207,7 +206,7 @@ CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config USE_MYSQL= yes DEFAULT_MYSQL_VER= 41 -BROKEN_WITH_MYSQL= 323 40 +BROKEN_WITH_MYSQL= 323 40 50 .endif .if ${PHP_MODNAME} == "ncurses" @@ -438,9 +437,6 @@ CONFIGURE_ARGS+=--enable-gd-native-ttf . if defined(WITH_JIS) CONFIGURE_ARGS+=--enable-gd-jis-conv . endif -. if defined(WITH_LZW) -CONFIGURE_ARGS+=--enable-gd-lzw-gif -. endif .endif .if ${PHP_MODNAME} == "imap" diff --git a/lang/php53/distinfo b/lang/php53/distinfo index 714746a082cf..52176fd735bb 100644 --- a/lang/php53/distinfo +++ b/lang/php53/distinfo @@ -1,2 +1,2 @@ -MD5 (php-5.0.0.tar.bz2) = 562b7ad1e903248bbe77884cb904b8b7 -SIZE (php-5.0.0.tar.bz2) = 4554054 +MD5 (php-5.0.1.tar.bz2) = b12042826ddba29fba3ae5a2eac3c391 +SIZE (php-5.0.1.tar.bz2) = 4569781 diff --git a/lang/php53/files/patch-sapi::apache::mod_php5.c b/lang/php53/files/patch-sapi::apache::mod_php5.c deleted file mode 100644 index 6bdc5bcd5601..000000000000 --- a/lang/php53/files/patch-sapi::apache::mod_php5.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sapi/apache/mod_php5.c.orig Thu Jul 15 09:29:05 2004 -+++ sapi/apache/mod_php5.c Thu Jul 15 09:30:01 2004 -@@ -485,7 +485,7 @@ - tmp = uudecode(r->pool, authorization); - SG(request_info).auth_user = NULL; - tmp_user = getword_nulls_nc(r->pool, &tmp, ':'); -- if (SG(request_info).auth_user) { -+ if (tmp_user) { - r->connection->user = pstrdup(r->connection->pool, tmp_user); - r->connection->ap_auth_type = "Basic"; - SG(request_info).auth_user = estrdup(tmp_user); diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in index 489f17a40c11..b75de61d6abf 100644 --- a/lang/php53/files/patch-scripts::phpize.in +++ b/lang/php53/files/patch-scripts::phpize.in @@ -1,6 +1,16 @@ ---- scripts/phpize.in.orig Sat Jan 3 15:03:46 2004 -+++ scripts/phpize.in Fri Jun 25 12:58:49 2004 -@@ -108,7 +108,7 @@ +--- scripts/phpize.in.orig Mon Aug 23 14:25:48 2004 ++++ scripts/phpize.in Mon Aug 23 14:26:41 2004 +@@ -101,14 +101,14 @@ + + phpize_autotools() + { +- aclocal || exit 1 +- autoconf || exit 1 +- autoheader || exit 1 ++ aclocal15 || exit 1 ++ autoconf253 || exit 1 ++ autoheader253 || exit 1 + } phpize_libtoolize() { |