summaryrefslogtreecommitdiff
path: root/www/mod_php4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* cosmetics: spaces -> tabsDirk Froemberg1999-08-291-3/+3
| | | | Notes: svn path=/head/; revision=21090
* 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
* 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
* Disable pdflib and IMAP support for PHP. It doesn't seem to workDirk Froemberg1999-08-201-0/+6
| | | | | | | | | at the moment. Reported by: andreas Notes: svn path=/head/; revision=20833
* 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-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
* Fix MASTER_SITES for php-4.0b2.Dirk Froemberg1999-08-181-6/+7
| | | | | | | Reported by: andreas Notes: svn path=/head/; revision=20784
* Set NO_LATEST_LINK to yes.Dirk Froemberg1999-08-171-1/+2
| | | | Notes: svn path=/head/; revision=20760
* apache13-php4 was repository copied from apache13-php3 (Thanks Satoshi).Dirk Froemberg1999-08-173-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
* s/PHP3/PHP/g;Dirk Froemberg1999-08-165-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
* 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-303-6/+12
| | | | | | | - 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
* Upgrade to PHP-3.0.8.Dirk Froemberg1999-05-273-4/+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-042-1/+9
| | | | 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
* Upgrade to mod_ssl 2.2.8.Dirk Froemberg1999-04-122-2/+2
| | | | Notes: svn path=/head/; revision=17815
* Remove empty and unused ${PREFIX}/etc/apache/{access.conf*,srm.conf*}.Dirk Froemberg1999-04-112-5/+3
| | | | Notes: svn path=/head/; revision=17789
* Upgrade to Apache 1.3.6 and mod_ssl 2.2.7.Dirk Froemberg1999-04-114-306/+320
| | | | | | | | | | - many minor changes inspired by apache13-modssl (e. g. change datadir from ${PREFIX}/www to ${PREFIX}/share/apache) - patches.modssl/ is not needed any longer (same patches for modssl and non-modssl case) Notes: svn path=/head/; revision=17785
* ${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade.Dirk Froemberg1999-03-261-2/+2
| | | | Notes: svn path=/head/; revision=17398
* Upgrade to mod_ssl 2.2.5.Dirk Froemberg1999-03-192-2/+2
| | | | Notes: svn path=/head/; revision=17291
* Fix missing "\"sBill Fumerola1999-03-131-2/+2
| | | | | | | Noticed By: #FreeBSD Notes: svn path=/head/; revision=17166
* Add the Apache mirror sites. For ports with 'mods' attached to them, the ↵Bill Fumerola1999-03-131-2/+15
| | | | | | | | | | | | | | MASTER_SITEs were alternated so the user does not have to get 10 apache MASTER_SITEs when all they need is one 'mod' MASTER_SITE, which is what would happen if we used a MASTER_SITE_APACHE or added all of the mirrors in a row. Approved By: apache maintainers, asami Submitted By: Brian Feldman <green@unixhelp.org>, billf Notes: svn path=/head/; revision=17165
* apache13-php3 is using OpenSSL and not SSLeay for a while...Dirk Froemberg1999-03-121-2/+2
| | | | Notes: svn path=/head/; revision=17144
* Upgrade to PHP-3.0.7.Dirk Froemberg1999-03-092-3/+3
| | | | Notes: svn path=/head/; revision=17113
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-2/+3
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053