aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php3
Commit message (Collapse)AuthorAgeFilesLines
* Remove confusing comment about "database support". The package doesn'tDirk Froemberg2000-03-071-1/+1
| | | | | | | have it. Notes: svn path=/head/; revision=26619
* Upgrade to mod_ssl 2.6.2.Dirk Froemberg2000-03-022-2/+2
| | | | Notes: svn path=/head/; revision=26495
* sybase and sybase-ct are mutually exclusive. So split Sybase into SybaseDBDirk Froemberg2000-03-011-3/+18
| | | | | | | | | and SybaseCT and yell if there are selected both. Reported by: Dmitry Petrov <DPetrov@nchcapital.com> Notes: svn path=/head/; revision=26481
* Add Sybase/MS-SQL database support for PHP.Dirk Froemberg2000-02-293-3/+56
| | | | | | | | | PR: ports/16980 Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw> Dmitry Petrov <DPetrov@nchcapital.com> Notes: svn path=/head/; revision=26453
* Upgrade to mod_ssl 2.6.1.Dirk Froemberg2000-02-292-2/+2
| | | | Notes: svn path=/head/; revision=26444
* Sometimes graphics/gd depends on print/freetype sometimes not...Dirk Froemberg2000-02-271-2/+9
| | | | | | | So split GD and FreeType into separate options again. Notes: svn path=/head/; revision=26380
* Upgrade to PHP-3.0.15.Dirk Froemberg2000-02-272-2/+2
| | | | Notes: svn path=/head/; revision=26379
* Upgrade to Apache 1.3.12 and mod_ssl 2.6.0.Dirk Froemberg2000-02-274-8/+7
| | | | Notes: svn path=/head/; revision=26376
* Move "apache performance tuning" from Makefile to scripts/configure.phpDirk Froemberg2000-02-252-7/+3
| | | | | | | and thus make it work again. Notes: svn path=/head/; revision=26295
* -p is already included in ${MKDIR}.Dirk Froemberg2000-02-251-1/+1
| | | | Notes: svn path=/head/; revision=26293
* Fix build error: RSA_BASE='SYSTEM' is not appropriate for recent opensslDirk Froemberg2000-02-251-1/+1
| | | | | | | | | changes in the base system. Submitted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=26292
* USE_OPENSSLKris Kennaway2000-02-222-8/+14
| | | | | | | Submitted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=26133
* Add "cross side scripting" security patch.Dirk Froemberg2000-02-032-0/+4
| | | | | | | See http://www.apache.org/info/css-security/ for details. Notes: svn path=/head/; revision=25463
* libmcrypt.so.2 was renamed to libmcrypt-2.2.so.2.Dirk Froemberg2000-01-271-1/+1
| | | | Notes: svn path=/head/; revision=25116
* Upgrade to Apache 1.3.11 and mod_ssl 2.5.0.Dirk Froemberg2000-01-234-5/+19
| | | | Notes: svn path=/head/; revision=24957
* Upgrade to PHP-3.0.14.Dirk Froemberg2000-01-172-6/+2
| | | | Notes: svn path=/head/; revision=24798
* Add a patch via PATCH_SITES/PATCHFILES to fix a problem with popenDirk Froemberg2000-01-142-0/+4
| | | | | | | | | | | in safe_mode. Note: safe_mode is _not_ enabled with the port by default. See http://www.securityfocus.com/templates/archive.pike?list=1&msg=20000103224740.16223@white.koehntopp.de for details. Notes: svn path=/head/; revision=24751
* Upgrade to mod_ssl-2.4.10.Dirk Froemberg2000-01-122-9/+2
| | | | Notes: svn path=/head/; revision=24681
* Upgrade to PHP-3.0.13.Dirk Froemberg2000-01-023-26/+18
| | | | Notes: svn path=/head/; revision=24362
* - Use CC and CFLAGS for first configure run.Dirk Froemberg2000-01-022-10/+3
| | | | | | | | - gd depends on freetype, now. So join gd and freetype support in one option. Notes: svn path=/head/; revision=24360
* - add $FreeBSD$Dirk Froemberg1999-12-281-0/+4
| | | | | | | | | - disable mhash: This option causes apache to be linked with -lc _and_ -lc_r. As a result apache crashes on startup. Notes: svn path=/head/; revision=24199
* Follow apache13 and take out configuration files of apacheDirk Froemberg1999-12-281-4/+3
| | | | | | | to avoid rare cases where user-edited are deleted. Notes: svn path=/head/; revision=24198
* A couple of more ports that now need to LIB_DEPEND on the gd port.Steve Price1999-12-271-1/+1
| | | | | | | Noticed by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=24179
* Bump freetype's shared library number.Dirk Froemberg1999-11-251-1/+1
| | | | Notes: svn path=/head/; revision=23324
* Upgrade to mod_ssl 2.4.9.Dirk Froemberg1999-11-252-2/+2
| | | | Notes: svn path=/head/; revision=23323
* Add another PATCHFILE in order to fix IMAP related build error.Dirk Froemberg1999-11-232-1/+3
| | | | | | | PR: ports/15032 Notes: svn path=/head/; revision=23289
* graphics/gd does not install shared libraries any longer, so useDirk Froemberg1999-11-183-6/+7
| | | | | | | | | | | | BUILD_DEPENDS instead of LIB_DEPENDS. gd-1.7.3 does not work with PHP-3.0.12, so pull the relevant parts from their cvs tree and put them into PATCHFILES. I hope the PHP developers are releasing PHP-3.0.13 soon. Otherwise we end up in maintaining their complete cvs tree as a part of ours. ;-) Notes: svn path=/head/; revision=23189
* Change dependencies from static to shared openssl libraries,Dirk Froemberg1999-11-071-2/+2
| | | | | | | because openssl also builds shared libraries, now. Notes: svn path=/head/; revision=22957
* Upgrade to mod_ssl 2.4.8.Dirk Froemberg1999-11-052-2/+2
| | | | Notes: svn path=/head/; revision=22920
* Upgrade to mod_ssl 2.4.7.Dirk Froemberg1999-11-032-2/+2
| | | | Notes: svn path=/head/; revision=22897
* Upgrade to mod_ssl 2.4.6.Dirk Froemberg1999-10-222-2/+2
| | | | Notes: svn path=/head/; revision=22582
* Add a quick'n dirty hack to fix an build error if openldap supportDirk Froemberg1999-10-091-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
* Upgrade to mod_ssl 2.4.5.Dirk Froemberg1999-10-012-2/+2
| | | | Notes: svn path=/head/; revision=22100
* Upgrade to mod_ssl 2.4.4.Dirk Froemberg1999-09-282-2/+2
| | | | Notes: svn path=/head/; revision=22048
* - Add php_snmp.c.diff to PATCHFILES in order to unbreak SNMP support.Dirk Froemberg1999-09-192-3/+4
| | | | | | | | | | | | | | | | | | There was a conflicting type between ${PREFIX}/include/ucd-snmp/mib.h and ${WRKDIR}/php-3.0.12/functions/snmp.h due to ucd-snmp upgrade to 4.0.1. Reported by: Andreas Klemm <andreas@FreeBSD.org> - Move MASTER_SITES for mod_ssl down again and replace http://www.php.net/ with ftp://ftp.php.net/pub/ 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=21755
* - bump snmp shared library version number from 3 to 4, this changedAndreas Klemm1999-09-192-3/+3
| | | | | | | | | | | | | | | | in ucd-snmp port - put modssl download site in from of php download site when trying to fetch the modssl package, the html error message will be fetched and put into the DISTFILES directory tar tries to unpack the 5k file with html error output that this site didn't find mod_ssl sources and the whole make chokes on this possibly this is not the solution, the solution is, that the site doing this has to be avoided as master site or fetch isn't clever enough to handle this as an error ... dunno exactly. Notes: svn path=/head/; revision=21751
* Add php_pdf.c.diff to PATCHFILES in order to make PHP-3 aware of theDirk Froemberg1999-09-082-1/+3
| | | | | | | new pdflib-2.01. Notes: svn path=/head/; revision=21401
* Upgrade to mod_ssl 2.4.2.Dirk Froemberg1999-09-062-2/+2
| | | | Notes: svn path=/head/; revision=21314
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146
* Upgrade to mod_ssl 2.4.1.Dirk Froemberg1999-08-302-2/+2
| | | | Notes: svn path=/head/; revision=21137
* Make sure directory ${WRKDIRPREFIX}${CURDIR} exists beforeDirk Froemberg1999-08-302-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
* Add option for SNMP support (via net/ucd-snmp).Dirk Froemberg1999-08-261-0/+5
| | | | | | | Requested by: Khaled Daham <khaled@mailbox.telia.net> Notes: svn path=/head/; revision=21009
* Fix two minor problems:Dirk Froemberg1999-08-262-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
* Add option for XML support (via textproc/expat).Dirk Froemberg1999-08-261-0/+7
| | | | Notes: svn path=/head/; revision=20992
* Currently php-3.0.12 misses ImagePng() and ImageCreateFromPng() forDirk Froemberg1999-08-262-1/+7
| | | | | | | | | | | image creation. Without these functions image creation is impossible. So add three patches via PATCH_SITES/PATCHFILES to make these functions available. Reported by: Dmitry Petrov <dpetrov@nchcapital.com> Notes: svn path=/head/; revision=20988
* gd is build as a shared lib, too, so use LIB_DEPENDS instead ofDirk Froemberg1999-08-241-1/+1
| | | | | | | BUILD_DEPENDS. Notes: svn path=/head/; revision=20919
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Upgrade to Apache 1.3.9 and mod_ssl 2.4.0.Dirk Froemberg1999-08-204-6/+23
| | | | Notes: svn path=/head/; revision=20832
* Upgrade to mod_ssl-2.3.11.Dirk Froemberg1999-08-192-2/+2
| | | | | | | | (Hey, am I really faster with this upgrade than rse himself? I can't believe it... ;-) Notes: svn path=/head/; revision=20813
* Fix typo: remove '\' from the last MASTER_SITE.Dirk Froemberg1999-08-191-2/+2
| | | | Notes: svn path=/head/; revision=20812