aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php3/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Commit something that I've been sitting on for just about months now:Peter Pentchev2004-06-031-1/+1
| | | | | | | | | | | make the PHP3 ports work with any version of MySQL, not just 3.23.x. The main (actually, the only) problem was that MySQL 4.x no longer has mysql_drop_db() and mysql_create_db() as separate functions, and just as mentioned in the manual, the solution is to use mysql_query() (or rather, mysql_real_query()) and emulate them. Notes: svn path=/head/; revision=110781
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+0
| | | | Notes: svn path=/head/; revision=106671
* - fix shared version of gd.lib (optional)Dirk Meyer2004-03-291-1/+1
| | | | Notes: svn path=/head/; revision=105630
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87646
* Point dependencies on net/openldap to net/openldap12Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76344
* Follow mod_php4:Dirk Froemberg2003-02-061-0/+6
| | | | | | | Help "make describe" to find dependencies properly. Notes: svn path=/head/; revision=74958
* Missed configure scripts in libpq version bump: chase lib version.Sean Chittenden2003-01-041-1/+2
| | | | Notes: svn path=/head/; revision=72513
* chase mcrypt lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72447
* Update libmcrypt to 2.5.3, which has no functional changes.Trevor Johnson2002-08-311-1/+1
| | | | Notes: svn path=/head/; revision=65362
* Two more gettext shlib updates that got missed.Ade Lovett2002-08-011-1/+1
| | | | Notes: svn path=/head/; revision=63859
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+1
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Correct name (iconv, not giconv) and version (3, not 2) of the shared libraryMaxim Sobolev2002-04-081-4/+4
| | | | | | | installed by the converters/libiconv port. Notes: svn path=/head/; revision=57434
* Fix SybaseDB and SybaseCT after freetds upgrade:Dirk Froemberg2001-12-251-1/+5
| | | | | | | | | | - sybdb.0 -> sybdb.1 - include libgiconv in LIBS Reported by: Alexandr Listopad <laa@laa.zp.ua> Notes: svn path=/head/; revision=52158
* Remove pdflib support.Dirk Froemberg2001-06-291-10/+0
| | | | Notes: svn path=/head/; revision=44565
* Fix include directory for postgresql7.1's new layout.Vanilla I. Shu2001-04-211-2/+2
| | | | Notes: svn path=/head/; revision=41759
* Use /usr/bin/mktemp to generate temporary file.Dirk Froemberg2001-04-161-4/+6
| | | | | | | Taken from: ports/net/netsaint-plugins/scripts/configure 8-) Notes: svn path=/head/; revision=41459
* Add Interbase 6 database support (Firebird).Dirk Froemberg2001-03-251-0/+6
| | | | | | | | | | (I had no chance to test it...) PR: ports/25908 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=40374
* Bump mcrypt shared library version number due to upgrade.Dirk Froemberg2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40300
* Add support options for sysvshm and sysvmem.Dirk Froemberg2001-03-101-0/+8
| | | | Notes: svn path=/head/; revision=39423
* Add hooks for a standalone php3 slave port.Dirk Froemberg2001-03-041-7/+7
| | | | Notes: svn path=/head/; revision=39048
* Disable mcrypt support. I doesn't compile at the moment due to recentDirk Froemberg2001-02-171-1/+4
| | | | | | | mcrypt upgrade. Notes: svn path=/head/; revision=38425
* graphics/gd installs libgd.so.2, now.Dirk Froemberg2001-02-151-1/+1
| | | | Notes: svn path=/head/; revision=38366
* Add YP support.Dirk Froemberg2001-02-061-0/+4
| | | | Notes: svn path=/head/; revision=38048
* ucd-snmp is named net-snmp, now.Dirk Froemberg2001-01-291-1/+1
| | | | Notes: svn path=/head/; revision=37724
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-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). Notes: svn path=/head/; revision=37401
* Quick and dirty hack to fix build if postgresql is build with sslDirk Froemberg2000-12-281-1/+8
| | | | | | | | | support. PR: ports/23588 Notes: svn path=/head/; revision=36422
* Drop mSQL support.Dirk Froemberg2000-12-241-5/+0
| | | | Notes: svn path=/head/; revision=36301
* mail/cclient installs libc-client4.so.8, now.Dirk Froemberg2000-12-241-1/+1
| | | | | | | Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at> Notes: svn path=/head/; revision=36300
* Add missing \'s. No functional change.Dirk Froemberg2000-12-111-2/+2
| | | | | | | Submitted by: kuriyama Notes: svn path=/head/; revision=35908
* Reenable mhash support. It seems to work, now.Dirk Froemberg2000-11-161-4/+1
| | | | | | | PR: ports/22872 Notes: svn path=/head/; revision=35183
* Correct dependency for libmcrypt.Dirk Froemberg2000-09-171-1/+1
| | | | | | | Reported by: Marc G. Fournier <scrappy@hub.org> Notes: svn path=/head/; revision=32747
* old postgresql port has been removed.Andreas Klemm2000-08-261-1/+1
| | | | | | | use postgresql7, which has proven stability now. Notes: svn path=/head/; revision=32000
* Change dependency from mail/imap-uw to mail/cclient (the client partDirk Froemberg2000-07-171-1/+1
| | | | | | | | | | of imap-uw). PR: ports/19751 Submitted by: kbyanc Notes: svn path=/head/; revision=30748
* Add gettext support.Dirk Froemberg2000-07-011-0/+5
| | | | | | | | PR: ports/19277 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=30042
* Update LIB_DEPENDS for gd: gd.0 -> gd.1.Dirk Froemberg2000-06-061-1/+1
| | | | Notes: svn path=/head/; revision=29276
* Add explicit test if /usr/lib/libdes.a is not a symlink to avoidDirk Froemberg2000-06-011-1/+1
| | | | | | | | problems on 4.0-STABLE (5.0-CURRENT probably, too) if kerberos4 is installed. Notes: svn path=/head/; revision=29050
* Add mod_php3 after repository copy from apache13-php3.Dirk Froemberg2000-05-291-94/+37
| | | | Notes: svn path=/head/; revision=28934
* Add option for FTP support.Dirk Froemberg2000-05-161-0/+4
| | | | | | | Submitted by: Eric D. Futch <efutch@nyct.net> Notes: svn path=/head/; revision=28492
* Include zlib and MySQL support if ${BATCH} is defined.Dirk Froemberg2000-05-151-21/+25
| | | | | | | Too many people are confused if MySQL isn't included in the package. Notes: svn path=/head/; revision=28473
* BUILD_DEPENDS -> LIB_DEPENDS for OpenLDAP libraries: openldap buildDirk Froemberg2000-05-061-2/+2
| | | | | | | shared libraries, now. Notes: svn path=/head/; revision=28309
* Upgrade to mod_ssl 2.6.4.Dirk Froemberg2000-05-021-1/+1
| | | | Notes: svn path=/head/; revision=28256
* Upgrade to mod_ssl 2.6.3.Dirk Froemberg2000-04-161-1/+1
| | | | Notes: svn path=/head/; revision=27663
* PKGNAME was hiding within a script.Akinori MUSHA2000-04-141-1/+2
| | | | | | | | PR: ports/17998 Submitted by: Christopher Hall <hsw@acm.org> Notes: svn path=/head/; revision=27504
* Depend on postgresql library pq.2 instead of ${PREFIX}/pgsql/bin/psql.Dirk Froemberg2000-04-051-1/+1
| | | | Notes: svn path=/head/; revision=27348
* Upgrade to mod_ssl 2.6.2.Dirk Froemberg2000-03-021-1/+1
| | | | 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-291-0/+7
| | | | | | | | | 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-291-1/+1
| | | | 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 Apache 1.3.12 and mod_ssl 2.6.0.Dirk Froemberg2000-02-271-1/+1
| | | | Notes: svn path=/head/; revision=26376