summaryrefslogtreecommitdiff
path: root/www/mod_php4 (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-25Bump freetype's shared library number.Dirk Froemberg1-1/+1
Notes: svn path=/head/; revision=23324
1999-11-25Upgrade to mod_ssl 2.4.9.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=23323
1999-11-18graphics/gd does not install shared libraries any longer, so useDirk Froemberg1-1/+1
BUILD_DEPENDS instead of LIB_DEPENDS. Notes: svn path=/head/; revision=23190
1999-11-07Change dependencies from static to shared openssl libraries,Dirk Froemberg1-2/+2
because openssl also builds shared libraries, now. Notes: svn path=/head/; revision=22957
1999-11-05Upgrade to mod_ssl 2.4.8.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=22920
1999-11-03Upgrade to mod_ssl 2.4.7.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=22897
1999-10-22Upgrade to mod_ssl 2.4.6.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=22582
1999-10-09Add a quick'n dirty hack to fix an build error if openldap supportDirk Froemberg1-0/+3
is selected and kerberos is installed. Reported by: Andreas Klemm <andreas@FreeBSD.org> (years ago...) Salvatore Greco <salvo@reaper.org> Notes: svn path=/head/; revision=22271
1999-10-01Upgrade to mod_ssl 2.4.5.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=22100
1999-09-28Upgrade to mod_ssl 2.4.4.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=22048
1999-09-19- bump shared library version number for ucd-snmp from 3 to 4.Dirk Froemberg3-2/+5
- 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> Notes: svn path=/head/; revision=21756
1999-09-06Upgrade to mod_ssl 2.4.2.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=21314
1999-09-06Mark apache13-php4 as broken.Dirk Froemberg1-0/+2
Notes: svn path=/head/; revision=21299
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21146
1999-08-30Upgrade to mod_ssl 2.4.1.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=21137
1999-08-30Disable gd and freetype support.Dirk Froemberg1-0/+6
PR: ports/13454 Notes: svn path=/head/; revision=21129
1999-08-30Make sure directory ${WRKDIRPREFIX}${CURDIR} exists beforeDirk Froemberg2-3/+5
touching files in that directory. Problem only occurs when ${WRKDIRPREFIX} is set. Found by: bento.freebsd.org Notes: svn path=/head/; revision=21119
1999-08-29cosmetics: spaces -> tabsDirk Froemberg1-3/+3
Notes: svn path=/head/; revision=21090
1999-08-26Add option for SNMP support (via net/ucd-snmp).Dirk Froemberg1-0/+5
Requested by: Khaled Daham <khaled@mailbox.telia.net> Notes: svn path=/head/; revision=21009
1999-08-26Fix two minor problems:Dirk Froemberg2-5/+9
- 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.) Notes: svn path=/head/; revision=21006
1999-08-26Add option for XML support (via textproc/expat).Dirk Froemberg1-0/+7
Notes: svn path=/head/; revision=20992
1999-08-24gd is build as a shared lib, too, so use LIB_DEPENDS instead ofDirk Froemberg1-1/+1
BUILD_DEPENDS. Notes: svn path=/head/; revision=20919
1999-08-22chmod -> ${CHMOD}Michael Haro1-2/+2
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-08-20Disable pdflib and IMAP support for PHP. It doesn't seem to workDirk Froemberg1-0/+6
at the moment. Reported by: andreas Notes: svn path=/head/; revision=20833
1999-08-20Upgrade to Apache 1.3.9 and mod_ssl 2.4.0.Dirk Froemberg4-6/+23
Notes: svn path=/head/; revision=20832
1999-08-19Upgrade to mod_ssl-2.3.11.Dirk Froemberg2-2/+2
(Hey, am I really faster with this upgrade than rse himself? I can't believe it... ;-) Notes: svn path=/head/; revision=20813
1999-08-19Fix typo: remove '\' from the last MASTER_SITE.Dirk Froemberg1-2/+2
Notes: svn path=/head/; revision=20812
1999-08-19Rework MASTER_SITES:Dirk Froemberg2-25/+25
- 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) Notes: svn path=/head/; revision=20811
1999-08-18Fix MASTER_SITES for php-4.0b2.Dirk Froemberg1-6/+7
Reported by: andreas Notes: svn path=/head/; revision=20784
1999-08-17Set NO_LATEST_LINK to yes.Dirk Froemberg1-1/+2
Notes: svn path=/head/; revision=20760
1999-08-17apache13-php4 was repository copied from apache13-php3 (Thanks Satoshi).Dirk Froemberg3-13/+6
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. Notes: svn path=/head/; revision=20756
1999-08-16s/PHP3/PHP/g;Dirk Froemberg5-64/+64
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. Notes: svn path=/head/; revision=20751
1999-08-10Change PKGNAME to be consistent with apache13-modssl and apache13-ssl:Dirk Froemberg2-3/+3
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 Notes: svn path=/head/; revision=20640
1999-07-30- upgrade to PHP-3.0.12Dirk Froemberg3-6/+12
- use new pdflib-2.0 Notes: svn path=/head/; revision=20405
1999-07-28Upgrade to mod_ssl 2.3.10.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=20376
1999-07-27Upgrade to mod_ssl 2.3.9.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=20360
1999-07-15- upgrade to mod_ssl 2.3.6Dirk Froemberg2-3/+3
- turn off GD support by default due to licence problems Notes: svn path=/head/; revision=20218
1999-07-03Add --with-ttf to PHP3_CONF_ARGS when using FreeType.Dirk Froemberg1-0/+1
Problem Reported by: Andre Shimakawa <shimakaw@cba.zaz.com.br> Notes: svn path=/head/; revision=19968
1999-07-03- php3.ini lives in ${PREFIX}/etc (instead of ${PREFIX}/lib), now.Dirk Froemberg3-29/+29
- redirect output of scripts/configure.php globally instead of redirecting each echo (saves about 900 bytes 8-). Notes: svn path=/head/; revision=19967
1999-07-01File EXTENSION_STATUS is no longer in the PHP3 distribution.Dirk Froemberg2-3/+2
Notes: svn path=/head/; revision=19935
1999-07-01Switch from mysql322 to mysql322-client and mysql322-server.Dirk Froemberg1-1/+1
Notes: svn path=/head/; revision=19931
1999-06-30Clean up the latest mhash and mcrypt additions by nsayer:Dirk Froemberg1-5/+5
- increase the number of menu items - use LIB_DEPENDS instead BUILD_DEPENDS (shared libs are used) - add ${PREFIX} to --with-mcrypt and --with-mhash Notes: svn path=/head/; revision=19916
1999-06-28Add support to the apache13-php3 port for adding the mcrypt and mhashNick Sayer1-0/+10
libraries. Notes: svn path=/head/; revision=19890
1999-06-26#4/4 enforcing Caps, no periodTim Vanderhoek1-1/+1
[Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
1999-06-26Upgrade to PHP 3.0.10.Dirk Froemberg2-3/+3
Notes: svn path=/head/; revision=19795
1999-06-23Upgrade to mod_ssl 2.3.5.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=19722
1999-06-18Replace a stale MASTER_SITE with a fresh, shiny mirror.Bill Fumerola1-2/+2
Notes: svn path=/head/; revision=19540
1999-06-10Upgrade to PHP-3.0.9.Dirk Froemberg2-4/+4
Notes: svn path=/head/; revision=19405
1999-06-09Upgrade to mod_ssl 2.3.3.Dirk Froemberg2-2/+2
Notes: svn path=/head/; revision=19385
1999-06-08Sync with apache13-modssl:Dirk Froemberg2-4/+6
"Upgrade to Apache 1.3.6 + mod_ssl 2.3.2 This especially makes the new Shared Memory based SSL session cache available through the use the MM port." Notes: svn path=/head/; revision=19308