summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-05-17 21:54:49 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-05-17 21:54:49 +0000
commit7cbdbc04eb8b2745a02bc088629da175ff708902 (patch)
tree59906ee356bb809adfd25c6bd611efd14f57c22f /www
parentFixes for recent kernel changes, this will screw over people (like me) (diff)
Upgrade to php-4.0RC2.
Notes
Notes: svn path=/head/; revision=28540
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/Makefile2
-rw-r--r--www/mod_php4/distinfo2
-rw-r--r--www/mod_php4/files/patch-as17
-rw-r--r--www/mod_php5/Makefile2
-rw-r--r--www/mod_php5/distinfo2
-rw-r--r--www/mod_php5/files/patch-as17
6 files changed, 38 insertions, 4 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index 17163e36b5a4..40e67a431d73 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -47,7 +47,7 @@ Y2K= http://www.php.net/y2k.php3
PHP_DISTDIR= version4/downloads
VERSION_APACHE= 1.3.12
-VERSION_PHP= 4.0RC1
+VERSION_PHP= 4.0RC2
NO_LATEST_LINK= yes
USE_PERL5= yes
diff --git a/www/mod_php4/distinfo b/www/mod_php4/distinfo
index 1a36a5460a53..b1fc380e2b07 100644
--- a/www/mod_php4/distinfo
+++ b/www/mod_php4/distinfo
@@ -1,4 +1,4 @@
MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2
-MD5 (php-4.0RC1.tar.gz) = dd459affe39835194ef1db4e1c9d45a6
+MD5 (php-4.0RC2.tar.gz) = d9888738a4a662dc2e5cf93cb3bc3b29
MD5 (mod_ssl-2.6.4-1.3.12.tar.gz) = 364cde55554e29ad72a531370f52d83e
MD5 (php4_snmp.c.diff) = f20420b92b4d206f8ec40d2d1c7c5d55
diff --git a/www/mod_php4/files/patch-as b/www/mod_php4/files/patch-as
new file mode 100644
index 000000000000..1b527785d0ae
--- /dev/null
+++ b/www/mod_php4/files/patch-as
@@ -0,0 +1,17 @@
+--- ../php/Makefile.in.orig Wed May 3 06:51:11 2000
++++ ../php/Makefile.in Wed May 17 23:42:28 2000
+@@ -1,4 +1,4 @@
+-
++
+ ZEND_DIR = $(srcdir)/Zend
+ SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
+
+@@ -29,7 +29,7 @@
+
+ targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME)
+
+-install_targets = install-sapi install-modules
++install_targets = install-sapi
+
+ include $(top_srcdir)/build/rules.mk
+ include $(top_srcdir)/build/library.mk
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 17163e36b5a4..40e67a431d73 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -47,7 +47,7 @@ Y2K= http://www.php.net/y2k.php3
PHP_DISTDIR= version4/downloads
VERSION_APACHE= 1.3.12
-VERSION_PHP= 4.0RC1
+VERSION_PHP= 4.0RC2
NO_LATEST_LINK= yes
USE_PERL5= yes
diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo
index 1a36a5460a53..b1fc380e2b07 100644
--- a/www/mod_php5/distinfo
+++ b/www/mod_php5/distinfo
@@ -1,4 +1,4 @@
MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2
-MD5 (php-4.0RC1.tar.gz) = dd459affe39835194ef1db4e1c9d45a6
+MD5 (php-4.0RC2.tar.gz) = d9888738a4a662dc2e5cf93cb3bc3b29
MD5 (mod_ssl-2.6.4-1.3.12.tar.gz) = 364cde55554e29ad72a531370f52d83e
MD5 (php4_snmp.c.diff) = f20420b92b4d206f8ec40d2d1c7c5d55
diff --git a/www/mod_php5/files/patch-as b/www/mod_php5/files/patch-as
new file mode 100644
index 000000000000..1b527785d0ae
--- /dev/null
+++ b/www/mod_php5/files/patch-as
@@ -0,0 +1,17 @@
+--- ../php/Makefile.in.orig Wed May 3 06:51:11 2000
++++ ../php/Makefile.in Wed May 17 23:42:28 2000
+@@ -1,4 +1,4 @@
+-
++
+ ZEND_DIR = $(srcdir)/Zend
+ SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
+
+@@ -29,7 +29,7 @@
+
+ targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME)
+
+-install_targets = install-sapi install-modules
++install_targets = install-sapi
+
+ include $(top_srcdir)/build/rules.mk
+ include $(top_srcdir)/build/library.mk