summaryrefslogtreecommitdiff
path: root/www/mod_php4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Upgrade to mod_ssl 2.2.4.Dirk Froemberg1999-03-062-2/+2
| | | | Notes: svn path=/head/; revision=17011
* Upgrade to mod_ssl 2.2.3.Dirk Froemberg1999-02-222-2/+3
| | | | Notes: svn path=/head/; revision=16856
* Sync version number (5 -> 6) of libmysqlclient with mysql322.Dirk Froemberg1999-02-121-1/+1
| | | | Notes: svn path=/head/; revision=16654
* Upgrade to mod_ssl 2.2.2.Dirk Froemberg1999-02-072-2/+2
| | | | Notes: svn path=/head/; revision=16556
* Upgrade to mod_ssl-2.2.1.Dirk Froemberg1999-02-052-2/+2
| | | | Notes: svn path=/head/; revision=16544
* Upgrade to mod_ssl 2.2.0.Dirk Froemberg1999-01-272-3/+3
| | | | Notes: svn path=/head/; revision=16393
* Upgrade to mod_ssl-2.1.8.Dirk Froemberg1999-01-232-2/+2
| | | | Notes: svn path=/head/; revision=16276
* Add hooks for pdflib support.Dirk Froemberg1999-01-201-0/+5
| | | | Notes: svn path=/head/; revision=16204
* Don't try to find out which mysql version is installed.Dirk Froemberg1999-01-181-4/+0
| | | | | | | | | | Use a simple library dependency to mysql322. The "autodetection" introduces more problems than it solves. Requested by: Satoshi Notes: svn path=/head/; revision=16183
* Change the dependencies to MySQL:Dirk Froemberg1999-01-141-1/+5
| | | | | | | | | | | The default is mysql322 now, but take mysql321 if it is installed. (mysql321 installs a static libmysqlclient.a only, mysql322 installs a static and shared version of the library. Note that the build dependency to mysql321 is a no op actually. It is in there to improve understanding(?).) Notes: svn path=/head/; revision=16048
* Upgrade to Apache 1.3.4 and mod_ssl 2.1.7.Dirk Froemberg1999-01-134-5/+41
| | | | Notes: svn path=/head/; revision=16034
* More Y2K Statement Links...Marc G. Fournier1999-01-131-1/+3
| | | | Notes: svn path=/head/; revision=16024
* Change dependencies from SSLeay to openssl, the successor of SSLeay.Dirk Froemberg1999-01-101-4/+4
| | | | Notes: svn path=/head/; revision=15955
* Don't link ${PREFIX}/share/doc/apache/* to ${PREFIX}/www/data/Dirk Froemberg1999-01-081-2/+4
| | | | | | | | | | | if the file or symlink exists already. Reported by: Peter Hawkins <thepish@freebsd.org> (a long time ago...) PR: ports/9347 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=15931
* Upgrade to mod_ssl 2.1.6Dirk Froemberg1999-01-062-2/+2
| | | | Notes: svn path=/head/; revision=15887
* Change PKGNAME from apache-php3.x.x-x.x.x to apache-php3-x.x.x toDirk Froemberg1999-01-031-2/+2
| | | | | | | | | conform the convention and to create a latest link named apache-php3.tgz. Requested by: Satoshi Notes: svn path=/head/; revision=15800
* - Upgrade to mod_ssl-2.1.5Dirk Froemberg1999-01-022-3/+3
| | | | | | | - add another ${PREFIX} in configure.php script Notes: svn path=/head/; revision=15776
* Upgrade to PHP 3.0.6 and mod_ssl 2.1.4Dirk Froemberg1998-12-263-5/+5
| | | | Notes: svn path=/head/; revision=15614
* - BATCH mode: if ${BATCH} is defined apache with a plain PHP3 moduleDirk Froemberg1998-12-235-30/+61
| | | | | | | | | | | | | | | | | | is created, i. e. no additional support for e. g. databases It is possible to build an apache13-php3 package now. - honor ${CC} and ${CFLAGS} while compiling PHP3 - make apache13-php3 ${WRKDIRPREFIX} clean - added OpenLDAP support Requested by: Kurt D. Zeilenga <Kurt@OpenLDAP.Org> - upgrade to mod_ssl-2.1.3 Notes: svn path=/head/; revision=15496
* More TTF fixes.Justin M. Seger1998-12-131-1/+1
| | | | | | | Pointed out by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=15330
* Remove NO_WRKDIR tests from targets copied from bsd.port.mk. SinceSatoshi Asami1998-12-121-5/+1
| | | | | | | | NO_WRKDIR is a port variable, not a user variable, it made no sense for these to be here in the first place. Notes: svn path=/head/; revision=15298
* More master sites from Dirk Froemberg <ibex@physik.TU-Berlin.DE>.David E. O'Brien1998-12-051-2/+7
| | | | Notes: svn path=/head/; revision=15124
* Unbreak by referencing the ftp site for php.Bill Fumerola1998-12-021-2/+2
| | | | | | | | PR: ports Submitted By: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=15072
* Whoops! This script has a LIB_DEPENDS that didn't have it's regexpBill Fumerola1998-11-251-1/+1
| | | | | | | | | | | information removed, and thus breaks on an ELF system. Removed the regexp support. PR: ports/8808 Submitted by: Palle Girgensohn <girgen@partiutur.se> Notes: svn path=/head/; revision=14905
* Add a little more description what "php3" is.David E. O'Brien1998-11-064-22/+19
| | | | | | | | | Upgrade apache13-php3 to use apache-1.3.3, php-3.0.5 and mod_ssl-2.0.14 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=14372
* - integrate Ralf S. Engelschall's apache13-modssl,Andreas Klemm1998-09-304-33/+90
| | | | | | | | | | | | | | | | | | i. e. apache13-php3 supports SSL now! - upgrade to Apache 1.3.2 and PHP 3.0.4 - enable track-vars for PHP3 by default to support phplib (http://phplib.shonline.de/) Pointed out by: Thomas Kuehne <thomas@todo.de> - losts of minor changes (install php-icons, index.php3 as DirectoryIndex, support .php3 and .phtml suffixes, enable application/x-httpd-php3-source for .phps and .php3s, install default php3.ini-dist, ...) Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=13560
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* use patch-ak from apache3 port (erase pid file)Andreas Klemm1998-09-132-4/+12
| | | | | | | and freetype support Notes: svn path=/head/; revision=13096
* use stable mysql port mysql321Andreas Klemm1998-09-061-1/+1
| | | | Notes: svn path=/head/; revision=13037
* activate USE_PERL5Andreas Klemm1998-09-011-2/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=12987
* - update port to newest apache (1.3.1) and php (3.0.3) versionAndreas Klemm1998-09-014-49/+123
| | | | | | | | | | | | | - change maintainer to Dirk Froemberg <ibex@physik.TU-Berlin.DE>, since he is now the driving force - totally revamped configuration (dialog based as in ghostscript) - make portlint happy (andreas@FreeBSD.ORG), APACHE_VER and PHP3_VER variable has to appear later in Makefile, not in front of DISTNAME and PKGNAME Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=12985
* Upgrade to php 3.0.3. The MAINTAINER seems to be not responding andJordan K. Hubbard1998-08-302-10/+10
| | | | | | | I gave him every chance to commit these changes (or even reply) himself. Notes: svn path=/head/; revision=12912
* Fix error at starting script with PostgreSQL.Jun Kuriyama1998-08-271-1/+2
| | | | | | | No response from: maintainer Notes: svn path=/head/; revision=12881
* Wwwaste the manpages.Tim Vanderhoek1998-08-191-9/+0
| | | | Notes: svn path=/head/; revision=12659