summaryrefslogtreecommitdiffstats
path: root/www/mod_php3
Commit message (Collapse)AuthorAgeFilesLines
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* Fix remote vulnerabilities.dirk2002-02-272-2/+6
| | | | | | Everybody is strongly encouraged to upgrade. See http://security.e-matters.de/advisories/012002.html for details.
* Mark as FORBIDDEN due to being remotely exploitable.jedgar2002-02-271-0/+2
|
* Fix SybaseDB and SybaseCT after freetds upgrade:dirk2001-12-251-1/+5
| | | | | | | - sybdb.0 -> sybdb.1 - include libgiconv in LIBS Reported by: Alexandr Listopad <laa@laa.zp.ua>
* Add --enable-discard-path to lang/php3.dirk2001-12-041-2/+3
|
* Set IS_INTERACTIVE if port is interactive. 8-)dirk2001-08-221-0/+4
| | | | Submitted by: olgeni
* Remove pdflib support.dirk2001-06-291-10/+0
|
* Don't restart apache, i. e. don't start if not running.dirk2001-05-242-4/+0
| | | | | | It seems to cause problems for some users. PR: ports/26314
* Fix MASTER_SITE.dirk2001-05-101-1/+1
|
* Get rid of two useless "doc" files.dirk2001-04-222-14/+2
|
* Fix include directory for postgresql7.1's new layout.vanilla2001-04-212-2/+3
|
* Use /usr/bin/mktemp to generate temporary file.dirk2001-04-161-4/+6
| | | | Taken from: ports/net/netsaint-plugins/scripts/configure 8-)
* Add Interbase 6 database support (Firebird).dirk2001-03-251-0/+6
| | | | | | | (I had no chance to test it...) PR: ports/25908 Submitted by: Chris Knight <chris@aims.com.au>
* Bump mcrypt shared library version number due to upgrade.dirk2001-03-231-1/+1
|
* Add support options for sysvshm and sysvmem.dirk2001-03-101-0/+8
|
* Add hooks for a standalone php3 slave port.dirk2001-03-045-13/+46
|
* Disable mcrypt support. I doesn't compile at the moment due to recentdirk2001-02-171-1/+4
| | | | mcrypt upgrade.
* graphics/gd installs libgd.so.2, now.dirk2001-02-151-1/+1
|
* Add YP support.dirk2001-02-061-0/+4
|
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
|
* Fix automatic detection of sendmail binary.dirk2001-01-311-2/+11
| | | | Submitted by: Frank Bartels <knarf@camelot.de>
* ucd-snmp is named net-snmp, now.dirk2001-01-291-1/+1
|
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-1/+1
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* Use different PORTNAMEs for mod_php3 and mod_php4 so pkg_version candirk2001-01-211-1/+1
| | | | deal with them properly.
* Remove automatic finding of AP_LIBEXEC because it didn't work anddirk2001-01-211-7/+1
| | | | | | all apache ports use the same libexec location, now. Submitted by: Michael Lestinsky <michael@choin.net>
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Quick and dirty hack to fix build if postgresql is build with ssldirk2000-12-281-1/+8
| | | | | | support. PR: ports/23588
* Add symbols for IMAP cclient (mm_*) to php.map. Thus IMAP supportdirk2000-12-271-0/+8
| | | | | | works again after adding --enable-versioning. Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Drop mSQL support.dirk2000-12-241-5/+0
|
* mail/cclient installs libc-client4.so.8, now.dirk2000-12-241-1/+1
| | | | Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Upgrade to 3.0.18.dirk2000-12-142-2/+2
|
* Add missing \'s. No functional change.dirk2000-12-111-2/+2
| | | | Submitted by: kuriyama
* Add --enable-versioning so mod_php3 and mod_php4 can be installed both.dirk2000-12-021-0/+1
|
* Reenable mhash support. It seems to work, now.dirk2000-11-161-4/+1
| | | | PR: ports/22872
* Fix IMAP support build.dirk2000-10-221-0/+10
| | | | Reported by: Frank Bartels <knarf@camelot.de>
* Fix build of IMAP support.dirk2000-10-181-4/+15
| | | | | PR: ports/22084 Submitted by: jeh
* Upgrade to 3.0.17.dirk2000-10-182-2/+2
|
* Correct dependency for libmcrypt.dirk2000-09-171-1/+1
| | | | Reported by: Marc G. Fournier <scrappy@hub.org>
* old postgresql port has been removed.andreas2000-08-261-1/+1
| | | | use postgresql7, which has proven stability now.
* Change dependency from mail/imap-uw to mail/cclient (the client partdirk2000-07-171-1/+1
| | | | | | | of imap-uw). PR: ports/19751 Submitted by: kbyanc
* Remove extra directory.dirk2000-07-031-0/+1
| | | | Noticed by: bento
* Add gettext support.dirk2000-07-011-0/+5
| | | | | PR: ports/19277 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Fix Y2K URL.dirk2000-06-071-1/+1
| | | | Reminded by: fenner's portsurvey
* Update LIB_DEPENDS for gd: gd.0 -> gd.1.dirk2000-06-061-1/+1
|
* Add explicit test if /usr/lib/libdes.a is not a symlink to avoiddirk2000-06-011-1/+1
| | | | | problems on 4.0-STABLE (5.0-CURRENT probably, too) if kerberos4 is installed.
* Add mod_php3 after repository copy from apache13-php3.dirk2000-05-299-642/+111
|
* Set FORBIDDEN for now.dirk2000-05-281-0/+2
|
* Add option for FTP support.dirk2000-05-161-0/+4
| | | | Submitted by: Eric D. Futch <efutch@nyct.net>
* Include zlib and MySQL support if ${BATCH} is defined.dirk2000-05-151-21/+25
| | | | Too many people are confused if MySQL isn't included in the package.
* BUILD_DEPENDS -> LIB_DEPENDS for OpenLDAP libraries: openldap builddirk2000-05-061-2/+2
| | | | shared libraries, now.
OpenPOWER on IntegriCloud