Dirk Froemberg
bcbb71df20
Add support for jstring.
...
Submitted by: kuriyama
2000-12-13 08:43:16 +00:00
Dirk Froemberg
cd3b442563
Upgrade to 4.0.3pl1.
2000-10-16 16:09:43 +00:00
Dirk Froemberg
15d7920db3
Upgrade to 4.0.3.
...
From announcement:
"PHP 4.0.3 has been released. 4.0.3 is mostly a security-oriented
maintenance release, therefore it's *strongly* recommended for all
users of PHP to upgrade to it."
2000-10-12 09:48:55 +00:00
Dirk Froemberg
549241e594
Upgrade to 4.0.2.
2000-09-02 08:39:13 +00:00
Dirk Froemberg
a6ba14eabd
Upgrade to 4.0.1pl2.
...
Submitted by: Palle Girgensohn <girgen@partitur.se>
2000-07-03 10:19:40 +00:00
Dirk Froemberg
0a3af3b1d7
Upgrade to 4.0.1.
2000-06-30 13:01:26 +00:00
Dirk Froemberg
b50191ca30
Fix typo.
...
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
2000-06-08 06:46:16 +00:00
Dirk Froemberg
e0284d913d
Fix Y2K URL.
...
Reminded by: fenner's portsurvey
2000-06-07 20:10:46 +00:00
Dirk Froemberg
7a05dae9d1
Add mod_php4 after repository copy from apache13-php4.
2000-05-29 19:25:07 +00:00
Dirk Froemberg
19036112b8
Set FORBIDDEN for now.
2000-05-28 15:04:39 +00:00
Dirk Froemberg
362259b791
Upgrade to php-4.0.0.
2000-05-25 12:44:00 +00:00
Dirk Froemberg
7cbdbc04eb
Upgrade to php-4.0RC2.
2000-05-17 21:54:49 +00:00
Chris Piazza
4e55c2c423
Accidentally undefined DISTFILES which made WRKSRC
...
bogus.
Noticed by: "Matt M." <matt@boda.virtualave.net>
2000-04-10 20:08:20 +00:00
Chris Piazza
c3bb46468e
Update with the new PORTNAME/PORTVERSION variables
2000-04-10 00:07:29 +00:00
Dirk Froemberg
052f61ac99
Replace clean target with post-clean target.
2000-04-04 20:32:22 +00:00
Dirk Froemberg
6c06c5af2c
Upgrade to php-4.0RC1.
2000-04-04 20:22:19 +00:00
Dirk Froemberg
9af21dd132
- Upgrade to php-4.0b4pl1, finally.
...
- remove BROKEN, time to test it
- remove "shared," from some php configure options
2000-03-27 20:39:01 +00:00
Dirk Froemberg
1f03e68856
Upgrade to Apache 1.3.12 and mod_ssl 2.6.0.
2000-02-27 19:50:36 +00:00
Dirk Froemberg
9b0dd3c110
Move "apache performance tuning" from Makefile to scripts/configure.php
...
and thus make it work again.
2000-02-25 23:53:06 +00:00
Dirk Froemberg
76b2502c1a
Merge openssl related changes from apache13-php3.
2000-02-25 23:43:27 +00:00
Dirk Froemberg
62a3a36bfa
Add "cross side scripting" security patch.
...
See http://www.apache.org/info/css-security/ for details.
2000-02-03 17:07:58 +00:00
Dirk Froemberg
b5547c011b
Set BROKEN again.
2000-01-27 13:05:20 +00:00
Dirk Froemberg
617852d95e
libmcrypt.so.2 was renamed to libmcrypt-2.2.so.2.
2000-01-27 13:04:23 +00:00
Dirk Froemberg
45c9eb9cdf
Upgrade to PHP-4.0b3, finally.
...
At the moment only zlib, mysql and gd support is tested.
2000-01-25 16:52:23 +00:00
Dirk Froemberg
4993756c13
Upgrade to Apache 1.3.11 and mod_ssl 2.5.0.
2000-01-23 00:02:13 +00:00
Dirk Froemberg
86f7d83973
- Use CC and CFLAGS for first configure run.
...
- gd depends on freetype, now. So join gd and freetype support in
one option.
2000-01-02 17:17:29 +00:00
Dirk Froemberg
00e2daebe1
- bump shared library version number for ucd-snmp from 3 to 4.
...
- Add php4_snmp.c.diff to PATCHFILES in order to unbreak SNMP support.
There was a conflicting type between ${PREFIX}/include/ucd-snmp/mib.h
and ${WRKDIR}/php-4.0b2/ext/snmp/snmp.c due to ucd-snmp upgrade
to 4.0.1.
Reported by: Wizzard <wizzard@mwci.net>
- Delete http://www.php.net/ from MASTER_SITES to workaround the problem
that the http server isn't returning a 404 for non-existant files and
thus breaks fetching of mod_ssl distfile.
Reported by: Iron Yuppie <aronchick@formatta.com>
1999-09-19 14:37:36 +00:00
Dirk Froemberg
4626156c01
Mark apache13-php4 as broken.
1999-09-06 09:35:02 +00:00
Peter Wemm
e7aa81f1a6
$Id$ -> $FreeBSD$
1999-08-31 02:43:35 +00:00
Dirk Froemberg
6ac4aad38f
Make sure directory ${WRKDIRPREFIX}${CURDIR} exists before
...
touching files in that directory. Problem only occurs when
${WRKDIRPREFIX} is set.
Found by: bento.freebsd.org
1999-08-30 10:56:07 +00:00
Dirk Froemberg
f1b6bb55b8
Fix two minor problems:
...
- if e. g. a "make BATCH=yes fetch" was followed by a "make all"
the config menu popped up.
- if gd was installed but gd support was not checked in the config
menu, php was compiled with gd support nevertheless.
(There may be other support options having the same behavior.
I haven't checked all, yet.)
1999-08-26 21:18:15 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Dirk Froemberg
d52c6146dc
Upgrade to Apache 1.3.9 and mod_ssl 2.4.0.
1999-08-20 19:13:00 +00:00
Dirk Froemberg
1048912f96
Fix typo: remove '\' from the last MASTER_SITE.
1999-08-19 11:55:29 +00:00
Dirk Froemberg
e2e03239c0
Rework MASTER_SITES:
...
- move MASTER_SITES for mod_ssl from scripts/configure.php to Makefile
thus include them in the heavy rotation
- use ${PHP_DISTDIR} for PHP to minimize the diffs between apache13-php[34]
- cut down to 30 sites (10 for apache, php and mod_ssl each)
1999-08-19 11:26:48 +00:00
Dirk Froemberg
d2eba1ae2e
Fix MASTER_SITES for php-4.0b2.
...
Reported by: andreas
1999-08-18 15:42:03 +00:00
Dirk Froemberg
17d100a1d8
Set NO_LATEST_LINK to yes.
1999-08-17 09:58:49 +00:00
Dirk Froemberg
6d50851002
apache13-php4 was repository copied from apache13-php3 (Thanks Satoshi).
...
Update to PHP-4.0b2:
"PHP 4.0 offers drastic improvements in every aspect - performance
and scalability, features, platform support and extendibility."
See http://www.php.net/version4/ for details.
1999-08-17 08:07:06 +00:00
Dirk Froemberg
b98bb912e6
s/PHP3/PHP/g;
...
s/php3/php/g;
whereever appropriate.
This was done in preparation for a repository copy to apache13-php4
to keep the diffs between apache13-php3 and apache13-php4 as small as
possible.
1999-08-16 18:41:13 +00:00
Dirk Froemberg
78aa9254c2
Change PKGNAME to be consistent with apache13-modssl and apache13-ssl:
...
apache-php3-${VERSION_APACHE} -> apache+php3-${VERSION_APACHE}+${VERSION_PHP3}
apache-php3-${VERSION_APACHE}+mod_ssl-${VERSION_MODSSL} -> \
apache+php3+mod_ssl-${VERSION_APACHE}+${VERSION_PHP3}+${VERSION_MODSSL}
PR: ports/13056
1999-08-10 16:07:27 +00:00
Dirk Froemberg
71556202ef
- upgrade to PHP-3.0.12
...
- use new pdflib-2.0
1999-07-30 21:07:03 +00:00
Dirk Froemberg
9a761681bb
- php3.ini lives in ${PREFIX}/etc (instead of ${PREFIX}/lib), now.
...
- redirect output of scripts/configure.php globally instead of redirecting
each echo (saves about 900 bytes 8-).
1999-07-03 09:50:42 +00:00
Dirk Froemberg
32d18d1599
File EXTENSION_STATUS is no longer in the PHP3 distribution.
1999-07-01 11:28:26 +00:00
Dirk Froemberg
0eb14523bb
Upgrade to PHP 3.0.10.
1999-06-26 11:53:08 +00:00
Bill Fumerola
12d37d917a
Replace a stale MASTER_SITE with a fresh, shiny mirror.
1999-06-18 02:40:11 +00:00
Dirk Froemberg
cc7c8af272
Upgrade to PHP-3.0.9.
1999-06-10 10:24:41 +00:00
Dirk Froemberg
55ed67f4d0
Upgrade to PHP-3.0.8.
1999-05-27 23:20:51 +00:00
Dirk Froemberg
24bd92606d
Add WRKDIRPREFIX to SCRIPTS_ENV so scripts/configure.php can use it.
...
PR: ports/11503
Submitted by: Palle Girgensohn <girgen@partitur.se>
1999-05-05 20:16:06 +00:00
Dirk Froemberg
ed4924ec6f
Add option for IMAP support.
1999-05-04 14:50:33 +00:00
Dirk Froemberg
1b5fdd077f
- use FreeBSD in the version string instead of Unix
...
- don't install ${PREFIX}/etc/apache/{access.conf,srm.conf} rather
than installing and deleting them
1999-04-13 15:40:20 +00:00