summaryrefslogtreecommitdiff
path: root/www/mod_php3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Rework MASTER_SITES:Dirk Froemberg1999-08-192-22/+23
| | | | | | | | | | - 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
* s/PHP3/PHP/g;Dirk Froemberg1999-08-166-66/+66
| | | | | | | | | | | | | 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
* Change PKGNAME to be consistent with apache13-modssl and apache13-ssl:Dirk Froemberg1999-08-102-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
* - upgrade to PHP-3.0.12Dirk Froemberg1999-07-304-26/+45
| | | | | | | - use new pdflib-2.0 Notes: svn path=/head/; revision=20405
* Upgrade to mod_ssl 2.3.10.Dirk Froemberg1999-07-282-2/+2
| | | | Notes: svn path=/head/; revision=20376
* Upgrade to mod_ssl 2.3.9.Dirk Froemberg1999-07-272-2/+2
| | | | Notes: svn path=/head/; revision=20360
* - upgrade to mod_ssl 2.3.6Dirk Froemberg1999-07-152-3/+3
| | | | | | | - turn off GD support by default due to licence problems Notes: svn path=/head/; revision=20218
* Add --with-ttf to PHP3_CONF_ARGS when using FreeType.Dirk Froemberg1999-07-031-0/+1
| | | | | | | Problem Reported by: Andre Shimakawa <shimakaw@cba.zaz.com.br> Notes: svn path=/head/; revision=19968
* - php3.ini lives in ${PREFIX}/etc (instead of ${PREFIX}/lib), now.Dirk Froemberg1999-07-033-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
* File EXTENSION_STATUS is no longer in the PHP3 distribution.Dirk Froemberg1999-07-012-3/+2
| | | | Notes: svn path=/head/; revision=19935
* Switch from mysql322 to mysql322-client and mysql322-server.Dirk Froemberg1999-07-011-1/+1
| | | | Notes: svn path=/head/; revision=19931
* Clean up the latest mhash and mcrypt additions by nsayer:Dirk Froemberg1999-06-301-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
* Add support to the apache13-php3 port for adding the mcrypt and mhashNick Sayer1999-06-281-0/+10
| | | | | | | libraries. Notes: svn path=/head/; revision=19890
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-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
* Upgrade to PHP 3.0.10.Dirk Froemberg1999-06-262-3/+3
| | | | Notes: svn path=/head/; revision=19795
* Upgrade to mod_ssl 2.3.5.Dirk Froemberg1999-06-232-2/+2
| | | | Notes: svn path=/head/; revision=19722
* Replace a stale MASTER_SITE with a fresh, shiny mirror.Bill Fumerola1999-06-181-2/+2
| | | | Notes: svn path=/head/; revision=19540
* Upgrade to PHP-3.0.9.Dirk Froemberg1999-06-102-4/+4
| | | | Notes: svn path=/head/; revision=19405
* Upgrade to mod_ssl 2.3.3.Dirk Froemberg1999-06-092-2/+2
| | | | Notes: svn path=/head/; revision=19385
* Sync with apache13-modssl:Dirk Froemberg1999-06-082-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
* Upgrade to mod_ssl 2.3.1.Dirk Froemberg1999-06-023-3/+3
| | | | Notes: svn path=/head/; revision=19173
* re-add file patch-aq...Dirk Froemberg1999-05-271-0/+20
| | | | Notes: svn path=/head/; revision=19029
* Upgrade to PHP-3.0.8.Dirk Froemberg1999-05-274-23/+4
| | | | Notes: svn path=/head/; revision=19028
* Add WRKDIRPREFIX to SCRIPTS_ENV so scripts/configure.php can use it.Dirk Froemberg1999-05-051-1/+2
| | | | | | | | PR: ports/11503 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=18518
* Add option for IMAP support.Dirk Froemberg1999-05-043-1/+28
| | | | Notes: svn path=/head/; revision=18464
* Changes from apache13-modssl:Dirk Froemberg1999-05-021-2/+2
| | | | | | | "Update MASTER_SITES for new modssl.org locations." Notes: svn path=/head/; revision=18305
* - use FreeBSD in the version string instead of UnixDirk Froemberg1999-04-131-3/+1
| | | | | | | | - don't install ${PREFIX}/etc/apache/{access.conf,srm.conf} rather than installing and deleting them Notes: svn path=/head/; revision=17844