aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-06-30 13:01:26 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-06-30 13:01:26 +0000
commit0a3af3b1d7983e016ed3e6a6ad261504bf8b9ee8 (patch)
treedbd3ef83a963fc44e3848da2b25dc691a2bb6ac1 /www
parentb643dda237dc2f0d51b5baeda8e73e2671085958 (diff)
downloadports-0a3af3b1d7983e016ed3e6a6ad261504bf8b9ee8.tar.gz
ports-0a3af3b1d7983e016ed3e6a6ad261504bf8b9ee8.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/Makefile4
-rw-r--r--www/mod_php4/distinfo2
-rw-r--r--www/mod_php4/files/patch-aq48
-rw-r--r--www/mod_php5/Makefile4
-rw-r--r--www/mod_php5/distinfo2
-rw-r--r--www/mod_php5/files/patch-aq48
6 files changed, 56 insertions, 52 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index 33adeab19c18..b6bd460ee338 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mod_php
-PORTVERSION= 4.0.0
+PORTVERSION= 4.0.1
CATEGORIES= www
MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
http://php.he.net/${PHP_DISTDIR}/ \
@@ -26,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
Y2K= http://www.php.net/y2k.php
-PHP_DISTDIR= version4/downloads
+PHP_DISTDIR= distributions
APXS= ${PREFIX}/sbin/apxs
diff --git a/www/mod_php4/distinfo b/www/mod_php4/distinfo
index 758be08ac098..0cbf120e9fcd 100644
--- a/www/mod_php4/distinfo
+++ b/www/mod_php4/distinfo
@@ -1 +1 @@
-MD5 (php-4.0.0.tar.gz) = c273f284ee07f9b98b19d1f1deae1256
+MD5 (php-4.0.1.tar.gz) = 81430cbc47f327d410b3ee64eb66dcbc
diff --git a/www/mod_php4/files/patch-aq b/www/mod_php4/files/patch-aq
index ab4348c6ca4b..76e3a88b8c3e 100644
--- a/www/mod_php4/files/patch-aq
+++ b/www/mod_php4/files/patch-aq
@@ -1,41 +1,43 @@
---- configure.old Sat Jun 3 02:56:22 2000
-+++ configure Sat Jun 3 02:55:40 2000
-@@ -28966,7 +28966,6 @@
+--- configure.orig Wed Jun 28 20:37:28 2000
++++ configure Fri Jun 30 09:30:38 2000
+@@ -36053,7 +36053,6 @@
eval "LIBRARY$unique=set"
- if test "cs" != "c"; then
-- LIBS="-lcs $LIBS"
- fi
-
+
+- LIBS="-lcs $LIBS"
+
+
fi
-@@ -28994,7 +28993,6 @@
+@@ -36099,7 +36098,6 @@
eval "LIBRARY$unique=set"
- if test "comn" != "c"; then
-- LIBS="-lcomn $LIBS"
- fi
-
+
+- LIBS="-lcomn $LIBS"
+
+
fi
-@@ -29008,13 +29006,12 @@
+@@ -36122,7 +36120,6 @@
eval "LIBRARY$unique=set"
- if test "intl" != "c"; then
-- LIBS="-lintl $LIBS"
- fi
-
- fi
+
+- LIBS="-lintl $LIBS"
+
+ fi
+@@ -36131,7 +36128,7 @@
+ ;;
+ esac
- SYBASE_CT_LIBS="-lcs -lct -lcomn -lintl"
+ SYBASE_CT_LIBS="-lct"
old_LDFLAGS=$LDFLAGS
LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR"
echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6
-@@ -29076,7 +29073,6 @@
+@@ -36208,7 +36205,6 @@
eval "LIBRARY$unique=set"
- if test "sybtcl" != "c"; then
-- LIBS="-lsybtcl $LIBS"
- fi
-
+
+- LIBS="-lsybtcl $LIBS"
+
+
fi
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 33adeab19c18..b6bd460ee338 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mod_php
-PORTVERSION= 4.0.0
+PORTVERSION= 4.0.1
CATEGORIES= www
MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
http://php.he.net/${PHP_DISTDIR}/ \
@@ -26,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
Y2K= http://www.php.net/y2k.php
-PHP_DISTDIR= version4/downloads
+PHP_DISTDIR= distributions
APXS= ${PREFIX}/sbin/apxs
diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo
index 758be08ac098..0cbf120e9fcd 100644
--- a/www/mod_php5/distinfo
+++ b/www/mod_php5/distinfo
@@ -1 +1 @@
-MD5 (php-4.0.0.tar.gz) = c273f284ee07f9b98b19d1f1deae1256
+MD5 (php-4.0.1.tar.gz) = 81430cbc47f327d410b3ee64eb66dcbc
diff --git a/www/mod_php5/files/patch-aq b/www/mod_php5/files/patch-aq
index ab4348c6ca4b..76e3a88b8c3e 100644
--- a/www/mod_php5/files/patch-aq
+++ b/www/mod_php5/files/patch-aq
@@ -1,41 +1,43 @@
---- configure.old Sat Jun 3 02:56:22 2000
-+++ configure Sat Jun 3 02:55:40 2000
-@@ -28966,7 +28966,6 @@
+--- configure.orig Wed Jun 28 20:37:28 2000
++++ configure Fri Jun 30 09:30:38 2000
+@@ -36053,7 +36053,6 @@
eval "LIBRARY$unique=set"
- if test "cs" != "c"; then
-- LIBS="-lcs $LIBS"
- fi
-
+
+- LIBS="-lcs $LIBS"
+
+
fi
-@@ -28994,7 +28993,6 @@
+@@ -36099,7 +36098,6 @@
eval "LIBRARY$unique=set"
- if test "comn" != "c"; then
-- LIBS="-lcomn $LIBS"
- fi
-
+
+- LIBS="-lcomn $LIBS"
+
+
fi
-@@ -29008,13 +29006,12 @@
+@@ -36122,7 +36120,6 @@
eval "LIBRARY$unique=set"
- if test "intl" != "c"; then
-- LIBS="-lintl $LIBS"
- fi
-
- fi
+
+- LIBS="-lintl $LIBS"
+
+ fi
+@@ -36131,7 +36128,7 @@
+ ;;
+ esac
- SYBASE_CT_LIBS="-lcs -lct -lcomn -lintl"
+ SYBASE_CT_LIBS="-lct"
old_LDFLAGS=$LDFLAGS
LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR"
echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6
-@@ -29076,7 +29073,6 @@
+@@ -36208,7 +36205,6 @@
eval "LIBRARY$unique=set"
- if test "sybtcl" != "c"; then
-- LIBS="-lsybtcl $LIBS"
- fi
-
+
+- LIBS="-lsybtcl $LIBS"
+
+
fi