Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -I${PREFIX}/include to CFLAGS to fix build if MCAL and mcrypt | dirk | 2001-12-21 | 1 | -0/+2 |
| | | | | | | support is enabled. Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> | ||||
* | Fix XSLT support. Configure option have changed for 4.1.0. | dirk | 2001-12-20 | 1 | -1/+1 |
| | | | | Submitted by: Juriy Goloveshkin <juriy@aviaport.ru> | ||||
* | Upgrade to 4.1.0. | dirk | 2001-12-20 | 11 | -226/+65 |
| | | | | | See http://www.php.net/ChangeLog-4.php for a detailed list of changes. | ||||
* | Add --enable-discard-path and --with-readline to lang/php4. | dirk | 2001-12-04 | 2 | -1/+41 |
| | | | | Submitted by: Rafal Michalski <rafal.michalski@altech.com.pl> | ||||
* | Don't hardcode /usr/local/. | dirk | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | Chase sablotron's shared library number. | dirk | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | Replace ${PREFIX} with ${LOCALBASE} were appropriate. | dirk | 2001-11-30 | 1 | -36/+36 |
| | | | | Submitted by: petef | ||||
* | Add patch files to the repository, finally. | dirk | 2001-11-30 | 7 | -12/+154 |
| | |||||
* | Provide function stubs for mcal to get around problems with certain | dirk | 2001-11-30 | 1 | -8/+13 |
| | | | | | | combinations of support options. Submitted by: Thierry Thomas <thierry@thomas.as> | ||||
* | Add support for MCAL (Modular Calendar Access Library) | dirk | 2001-11-27 | 2 | -0/+17 |
| | | | | | PR: ports/31417 Submitted by: Thierry Thomas <thierry@thomas.as> | ||||
* | Really fix IMAP/IMAP-SSL support and clean up yesterday's mess. | dirk | 2001-11-24 | 2 | -3/+3 |
| | |||||
* | Fix IMAP/IMAP-SSL support. | dirk | 2001-11-24 | 2 | -0/+2 |
| | | | | | PR: ports/32232 Submitted by: Yarema <yds@dppl.com> | ||||
* | Add IMAP-SSL support. | dirk | 2001-11-19 | 1 | -0/+7 |
| | | | | | PR: ports/28948 Submitted by: Richard Stockley <rws@procopia.com> | ||||
* | Add support for domxml. | dirk | 2001-11-19 | 3 | -2/+8 |
| | | | | PR: ports/28948, ports/29565 | ||||
* | Chase sabrotron shlib major. | dirk | 2001-11-06 | 1 | -1/+1 |
| | |||||
* | Allow options to be set via PHP4_OPTIONS if BATCH is enabled, e. g. | dirk | 2001-11-05 | 1 | -1/+5 |
| | | | | | | make -DBATCH PHP4_OPTIONS='"zlib" "MySQL" "IMAP"' install Make sure options are surrounded by " (double-quotes). | ||||
* | Fix truetype font support with gd. | dirk | 2001-11-05 | 2 | -2/+4 |
| | | | | Submitted by: Timothy Aslat <tim@spyderweb.com.au> | ||||
* | Fix compilation errors if mbregex is selected. | dirk | 2001-11-05 | 4 | -77/+6 |
| | | | | | PR: ports/31666 Submitted by: sf | ||||
* | Add a quick and dirty workaround to fix ming support. | dirk | 2001-10-16 | 1 | -2/+5 |
| | | | | | PR: ports/31183 Submitted by: Okumura Yoshifumi <okumura@mitsue.co.jp> | ||||
* | chase png lib bump | lioux | 2001-09-30 | 1 | -1/+1 |
| | | | | | PR: 30914 Submitted by: Matthew Seaman <matthew.seaman@tornadogroup.com> | ||||
* | Bump ming's major. | knu | 2001-09-23 | 1 | -1/+1 |
| | | | | | PR: ports/30743 Submitted by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> | ||||
* | Bump png major | ache | 2001-09-11 | 1 | -1/+1 |
| | |||||
* | Hotfix for build problems if gd support is enabled. | dirk | 2001-08-26 | 2 | -0/+5 |
| | |||||
* | Fix shared library number for sablotron after upgrade. | dirk | 2001-08-25 | 1 | -1/+1 |
| | |||||
* | Set IS_INTERACTIVE if port is interactive. 8-) | dirk | 2001-08-23 | 1 | -0/+4 |
| | | | | Submitted by: olgeni | ||||
* | Bump PORTREVISION for recent fixes and additions. | dirk | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | Fix XML support (add option for external expat directory). | dirk | 2001-08-09 | 1 | -1/+1 |
| | | | | | PR: ports/28909 Submitted by: Alain Thivillon <at@teaser.net> | ||||
* | Add support for OpenLDAP2. | dirk | 2001-08-09 | 1 | -2/+23 |
| | | | | | | | | Note that OpenLDAP1 and OpenLDAP are mutually exclusive, because the corresponding ports install some common files. PR: ports/29118 Submitted by: Chris Knight <chris@aims.com.au> | ||||
* | Move freetype support into GD support and switch to freetype2. GD | dirk | 2001-08-09 | 1 | -10/+7 |
| | | | | depends on freetype2 anyway. | ||||
* | ming support was included in php-4.0.6. | dirk | 2001-06-26 | 4 | -57/+14 |
| | |||||
* | Fix plist after 4.0.6 upgrade. | dirk | 2001-06-25 | 2 | -1/+16 |
| | |||||
* | Remove unneeded patch after upgrade to 4.0.6. | dirk | 2001-06-25 | 1 | -29/+0 |
| | |||||
* | Enable pear support. | dirk | 2001-06-25 | 2 | -3/+257 |
| | |||||
* | Upgrade to 4.0.6: | dirk | 2001-06-25 | 3 | -12/+13 |
| | | | | | jstring support was included in php (as mbstring), so split japanese support into mbregex and mbstring support. | ||||
* | Add XSLT support (via sablotron) and - as a sideeffect - iconv support. | dirk | 2001-06-24 | 1 | -0/+19 |
| | |||||
* | Add pspell support option. | dirk | 2001-06-13 | 2 | -0/+16 |
| | | | | PR: ports/27256 | ||||
* | Depend on pdflib3 instead of pdflib and thus enable pdflib support. | dirk | 2001-06-10 | 2 | -9/+8 |
| | |||||
* | Don't restart apache, i. e. don't start if not running. | dirk | 2001-05-25 | 2 | -4/+0 |
| | | | | | | It seems to cause problems for some users. PR: ports/26314 | ||||
* | Upgrade jstring to 1.1.1 and mbregex to 1.2.1. | dirk | 2001-05-13 | 2 | -3/+3 |
| | | | | Submitted by: KANAI Yasunori <y_kanai@pop01.odn.ne.jp> | ||||
* | No need to add ${PREFIX}/firebird/lib twice (configure already DTRT). | dirk | 2001-05-13 | 1 | -1/+0 |
| | |||||
* | Fix MASTER_SITE. | dirk | 2001-05-10 | 1 | -1/+1 |
| | |||||
* | Fix XML support. Depend on textproc/expat2 instead of texproc/expat. | dirk | 2001-05-10 | 2 | -3/+2 |
| | | | | | PR: ports/27076 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw> | ||||
* | Upgrade to 4.0.5. | dirk | 2001-05-04 | 4 | -50/+10 |
| | |||||
* | Fix postgresql7's new layout & include file problem. | vanilla | 2001-04-23 | 3 | -3/+20 |
| | | | | | PR: ports/26755 Submitted by: Palle Girgensohn <girgen@partitur.se> | ||||
* | Get rid of two useless "doc" files. | dirk | 2001-04-23 | 2 | -14/+2 |
| | |||||
* | Fix include directory for postgresql7.1's new layout. | vanilla | 2001-04-21 | 2 | -2/+3 |
| | |||||
* | Add option for Hyperwave support. | dirk | 2001-04-17 | 1 | -0/+4 |
| | | | | | PR: ports/26459 Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de> | ||||
* | Use /usr/bin/mktemp to generate temporary file. | dirk | 2001-04-16 | 1 | -4/+6 |
| | | | | Taken from: ports/net/netsaint-plugins/scripts/configure 8-) | ||||
* | Add option for OpenSSL support. | dirk | 2001-04-12 | 1 | -0/+5 |
| | | | | Submitted by: nsayer | ||||
* | Add CURL support. | dirk | 2001-03-26 | 1 | -0/+5 |
| | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> | ||||
* | Add Interbase 6 database support (Firebird). | dirk | 2001-03-26 | 1 | -0/+6 |
| | | | | | | | (I had no chance to test it...) PR: ports/25908 Submitted by: Chris Knight <chris@aims.com.au> | ||||
* | Add support for transparent session id. | dirk | 2001-03-26 | 1 | -0/+4 |
| | | | | Submitted by: Dalin S. Owen <dowen@vetica.com> | ||||
* | Bump mcrypt shared library version number due to upgrade. | dirk | 2001-03-24 | 1 | -1/+1 |
| | |||||
* | Solve ming support problem if ${WRKDIRPREFIX} is set. | dirk | 2001-03-15 | 1 | -1/+1 |
| | | | | Noticed by: Arcady Genkin <a.genkin@utoronto.ca> | ||||
* | Use latest jstring module (php4_jstring-20010205.tar.gz) and add support | dirk | 2001-03-11 | 2 | -8/+10 |
| | | | | | | for mbregex (Multibyte Regular Expressions). Submitted by: KANAI Yasunori <y_kanai@pop01.odn.ne.jp> | ||||
* | - Fix SNMP support by adding OpenSSL libs (net-snmp has an hidden | dirk | 2001-03-11 | 1 | -6/+5 |
| | | | | | | dependency to OpenSSL) - USE_OPENSSL for PostgreSQL and SNMP support | ||||
* | Even better way of handling multiple post-extract targets. | dirk | 2001-03-11 | 2 | -7/+3 |
| | | | | Submitted by: jeh | ||||
* | Add support option for sockets, sysvshm and sysvmem. | dirk | 2001-03-10 | 1 | -0/+12 |
| | |||||
* | Fix detection of libmcrypt (hopefully). | dirk | 2001-03-10 | 2 | -3/+30 |
| | | | | | PR: ports/25353 Submitted by: Juraj Bednar <juraj@bednar.sk> | ||||
* | Solve the multiple post-extract targets problem. | dirk | 2001-03-05 | 1 | -2/+8 |
| | |||||
* | Add ming library support Flash 4 movies. | dirk | 2001-03-05 | 3 | -1/+62 |
| | | | | | PR: ports/25367 Submitted by: jeh | ||||
* | ${PREFIX}/etc/php.standalone/ is used by lang/php3 and lang/php4. | dirk | 2001-03-05 | 1 | -1/+1 |
| | |||||
* | Cosmetics: Specifying php.ini-dist once is enough. | dirk | 2001-03-05 | 1 | -1/+1 |
| | |||||
* | Add hooks for a standalone php4 slave port. | dirk | 2001-02-26 | 4 | -11/+34 |
| | | | | Based upon work by: Alastair D'Silva <deece@familyhealth.com.au> | ||||
* | Disable mcrypt support. I doesn't compile at the moment due to recent | dirk | 2001-02-17 | 1 | -1/+4 |
| | | | | mcrypt upgrade. | ||||
* | graphics/gd installs libgd.so.2, now. | dirk | 2001-02-15 | 1 | -1/+1 |
| | |||||
* | Add support for YP and BCMath. | dirk | 2001-02-07 | 1 | -0/+8 |
| | | | | Submitted by: Marius Strom <marius@marius.org> | ||||
* | Some spaces -> tabs for ports/www. | olgeni | 2001-02-05 | 1 | -1/+1 |
| | |||||
* | ucd-snmp is named net-snmp, now. | dirk | 2001-01-29 | 1 | -1/+1 |
| | |||||
* | Switch from mysql322-{client,server} to mysql323-{client,server}. | dirk | 2001-01-21 | 1 | -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 can | dirk | 2001-01-21 | 1 | -1/+1 |
| | | | | deal with them properly. | ||||
* | Remove automatic finding of AP_LIBEXEC because it didn't work and | dirk | 2001-01-21 | 1 | -7/+1 |
| | | | | | | all apache ports use the same libexec location, now. Submitted by: Michael Lestinsky <michael@choin.net> | ||||
* | Upgrade to 4.0.4pl1. | dirk | 2001-01-17 | 2 | -2/+2 |
| | |||||
* | Goodbye, YEAR2000. Hello, 2001. | will | 2001-01-01 | 1 | -2/+0 |
| | | | | Approved by: asami | ||||
* | Quick and dirty hack to fix build if postgresql is build with ssl | dirk | 2000-12-28 | 1 | -1/+8 |
| | | | | | | support. PR: ports/23588 | ||||
* | Drop mSQL support. | dirk | 2000-12-24 | 1 | -5/+0 |
| | |||||
* | mail/cclient installs libc-client4.so.8, now. | dirk | 2000-12-24 | 1 | -1/+1 |
| | | | | Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at> | ||||
* | Upgrade to 4.0.4. | dirk | 2000-12-20 | 2 | -2/+2 |
| | |||||
* | Add support for jstring. | dirk | 2000-12-13 | 3 | -1/+20 |
| | | | | Submitted by: kuriyama | ||||
* | Add missing \'s. No functional change. | dirk | 2000-12-12 | 1 | -2/+2 |
| | | | | Submitted by: kuriyama | ||||
* | Reenable mhash support. It seems to work, now. | dirk | 2000-11-16 | 1 | -4/+1 |
| | | | | PR: ports/22872 | ||||
* | Upgrade to 4.0.3pl1. | dirk | 2000-10-17 | 2 | -2/+2 |
| | |||||
* | Upgrade to 4.0.3. | dirk | 2000-10-12 | 2 | -4/+5 |
| | | | | | | | | From announcement: "PHP 4.0.3 has been released. 4.0.3 is mostly a security-oriented maintenance release, therefore it's *strongly* recommended for all users of PHP to upgrade to it." | ||||
* | Correct dependency for libmcrypt. | dirk | 2000-09-17 | 1 | -1/+1 |
| | | | | Reported by: Marc G. Fournier <scrappy@hub.org> | ||||
* | Upgrade to 4.0.2. | dirk | 2000-09-02 | 4 | -42/+66 |
| | |||||
* | old postgresql port has been removed. | andreas | 2000-08-27 | 1 | -1/+1 |
| | | | | use postgresql7, which has proven stability now. | ||||
* | Change dependency from mail/imap-uw to mail/cclient (the client part | dirk | 2000-07-17 | 1 | -1/+1 |
| | | | | | | | of imap-uw). PR: ports/19751 Submitted by: kbyanc | ||||
* | Remove extra directory. | dirk | 2000-07-03 | 1 | -0/+1 |
| | | | | Noticed by: bento | ||||
* | Upgrade to 4.0.1pl2. | dirk | 2000-07-03 | 2 | -2/+7 |
| | | | | Submitted by: Palle Girgensohn <girgen@partitur.se> | ||||
* | Add gettext support. | dirk | 2000-07-01 | 1 | -0/+5 |
| | | | | | PR: ports/19277 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> | ||||
* | Upgrade to 4.0.1. | dirk | 2000-06-30 | 3 | -26/+28 |
| | |||||
* | Fix typo. | dirk | 2000-06-08 | 1 | -1/+1 |
| | | | | Submitted by: Chris D. Faulhaber <jedgar@fxp.org> | ||||
* | Fix Y2K URL. | dirk | 2000-06-08 | 1 | -1/+1 |
| | | | | Reminded by: fenner's portsurvey | ||||
* | Update LIB_DEPENDS for gd: gd.0 -> gd.1. | dirk | 2000-06-07 | 1 | -1/+1 |
| | |||||
* | Add SybaseDB and SybaseCT database support. | dirk | 2000-06-03 | 3 | -0/+92 |
| | | | | Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw> | ||||
* | Add explicit test if /usr/lib/libdes.a is not a symlink to avoid | dirk | 2000-06-01 | 1 | -1/+1 |
| | | | | | problems on 4.0-STABLE (5.0-CURRENT probably, too) if kerberos4 is installed. | ||||
* | Add mod_php4 after repository copy from apache13-php4. | dirk | 2000-05-30 | 8 | -605/+108 |
| | |||||
* | Set FORBIDDEN for now. | dirk | 2000-05-28 | 1 | -0/+2 |
| | |||||
* | Upgrade to php-4.0.0. | dirk | 2000-05-25 | 2 | -2/+2 |
| | |||||
* | ZEND_EXTENSION_API_NO was bumped without changing the distname. This | dirk | 2000-05-21 | 1 | -1/+1 |
| | | | | | | bug prevented Zend optimizer to be loaded. Submitted by: akiy_@hotmail.com | ||||
* | Upgrade to php-4.0RC2. | dirk | 2000-05-18 | 3 | -2/+19 |
| | |||||
* | Add option for FTP support. | dirk | 2000-05-17 | 1 | -0/+4 |
| | | | | Submitted by: Eric D. Futch <efutch@nyct.net> | ||||
* | Include zlib and MySQL support if ${BATCH} is defined. | dirk | 2000-05-15 | 1 | -21/+25 |
| | | | | Too many people are confused if MySQL isn't included in the package. | ||||
* | BUILD_DEPENDS -> LIB_DEPENDS for OpenLDAP libraries: openldap build | dirk | 2000-05-06 | 1 | -2/+2 |
| | | | | shared libraries, now. | ||||
* | Disable IMAP support again. It shouldn't have been enabled. IMAP | dirk | 2000-05-05 | 1 | -0/+3 |
| | | | | | | support still doesn't work... Reported by: Arcady Genkin <a.genkin@utoronto.ca> | ||||
* | Upgrade to mod_ssl 2.6.4. | dirk | 2000-05-02 | 2 | -2/+2 |
| | |||||
* | Upgrade to mod_ssl 2.6.3. | dirk | 2000-04-17 | 2 | -5/+2 |
| | |||||
* | PKGNAME was hiding within a script. | knu | 2000-04-14 | 1 | -1/+2 |
| | | | | | PR: ports/17998 Submitted by: Christopher Hall <hsw@acm.org> | ||||
* | Accidentally undefined DISTFILES which made WRKSRC | cpiazza | 2000-04-11 | 1 | -1/+2 |
| | | | | | | bogus. Noticed by: "Matt M." <matt@boda.virtualave.net> | ||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-10 | 1 | -3/+2 |
| | |||||
* | Depend on postgresql library pq.2 instead of ${PREFIX}/pgsql/bin/psql. | dirk | 2000-04-06 | 1 | -1/+1 |
| | |||||
* | Replace clean target with post-clean target. | dirk | 2000-04-05 | 1 | -14/+1 |
| | |||||
* | Upgrade to php-4.0RC1. | dirk | 2000-04-05 | 2 | -3/+4 |
| | |||||
* | - Upgrade to php-4.0b4pl1, finally. | dirk | 2000-03-28 | 3 | -7/+5 |
| | | | | | - remove BROKEN, time to test it - remove "shared," from some php configure options | ||||
* | Remove confusing comment about "database support". The package doesn't | dirk | 2000-03-08 | 1 | -1/+1 |
| | | | | have it. | ||||
* | Upgrade to mod_ssl 2.6.2. | dirk | 2000-03-02 | 2 | -2/+2 |
| | |||||
* | Upgrade to mod_ssl 2.6.1. | dirk | 2000-02-29 | 2 | -2/+2 |
| | |||||
* | Sometimes graphics/gd depends on print/freetype sometimes not... | dirk | 2000-02-28 | 1 | -2/+9 |
| | | | | So split GD and FreeType into separate options again. | ||||
* | Upgrade to Apache 1.3.12 and mod_ssl 2.6.0. | dirk | 2000-02-28 | 4 | -8/+7 |
| | |||||
* | Move "apache performance tuning" from Makefile to scripts/configure.php | dirk | 2000-02-26 | 2 | -7/+3 |
| | | | | and thus make it work again. | ||||
* | Merge openssl related changes from apache13-php3. | dirk | 2000-02-26 | 2 | -7/+13 |
| | |||||
* | Add "cross side scripting" security patch. | dirk | 2000-02-04 | 2 | -0/+4 |
| | | | | See http://www.apache.org/info/css-security/ for details. | ||||
* | Set BROKEN again. | dirk | 2000-01-27 | 1 | -1/+1 |
| | |||||
* | libmcrypt.so.2 was renamed to libmcrypt-2.2.so.2. | dirk | 2000-01-27 | 2 | -5/+2 |
| | |||||
* | Upgrade to PHP-4.0b3, finally. | dirk | 2000-01-26 | 3 | -11/+8 |
| | | | | At the moment only zlib, mysql and gd support is tested. | ||||
* | Upgrade to Apache 1.3.11 and mod_ssl 2.5.0. | dirk | 2000-01-23 | 4 | -5/+19 |
| | |||||
* | Upgrade to mod_ssl-2.4.10. | dirk | 2000-01-12 | 2 | -2/+2 |
| | |||||
* | - Use CC and CFLAGS for first configure run. | dirk | 2000-01-03 | 2 | -13/+3 |
| | | | | | - gd depends on freetype, now. So join gd and freetype support in one option. | ||||
* | - add $FreeBSD$ | dirk | 1999-12-28 | 1 | -0/+4 |
| | | | | | | - disable mhash: This option causes apache to be linked with -lc _and_ -lc_r. As a result apache crashes on startup. | ||||
* | Follow apache13 and take out configuration files of apache | dirk | 1999-12-28 | 1 | -4/+3 |
| | | | | to avoid rare cases where user-edited are deleted. | ||||
* | A couple of more ports that now need to LIB_DEPEND on the gd port. | steve | 1999-12-28 | 1 | -1/+1 |
| | | | | Noticed by: Ade Lovett <ade@lovett.com> | ||||
* | Bump freetype's shared library number. | dirk | 1999-11-25 | 1 | -1/+1 |
| | |||||
* | Upgrade to mod_ssl 2.4.9. | dirk | 1999-11-25 | 2 | -2/+2 |
| | |||||
* | graphics/gd does not install shared libraries any longer, so use | dirk | 1999-11-19 | 1 | -1/+1 |
| | | | | BUILD_DEPENDS instead of LIB_DEPENDS. | ||||
* | Change dependencies from static to shared openssl libraries, | dirk | 1999-11-08 | 1 | -2/+2 |
| | | | | because openssl also builds shared libraries, now. | ||||
* | Upgrade to mod_ssl 2.4.8. | dirk | 1999-11-05 | 2 | -2/+2 |
| | |||||
* | Upgrade to mod_ssl 2.4.7. | dirk | 1999-11-04 | 2 | -2/+2 |
| | |||||
* | Upgrade to mod_ssl 2.4.6. | dirk | 1999-10-22 | 2 | -2/+2 |
| | |||||
* | Add a quick'n dirty hack to fix an build error if openldap support | dirk | 1999-10-09 | 1 | -0/+3 |
| | | | | | | | is selected and kerberos is installed. Reported by: Andreas Klemm <andreas@FreeBSD.org> (years ago...) Salvatore Greco <salvo@reaper.org> | ||||
* | Upgrade to mod_ssl 2.4.5. | dirk | 1999-10-02 | 2 | -2/+2 |
| | |||||
* | Upgrade to mod_ssl 2.4.4. | dirk | 1999-09-28 | 2 | -2/+2 |
| | |||||
* | - bump shared library version number for ucd-snmp from 3 to 4. | dirk | 1999-09-19 | 3 | -2/+5 |
| | | | | | | | | | | | | | | | - Add php4_snmp.c.diff to PATCHFILES in order to unbreak SNMP support. There was a conflicting type between ${PREFIX}/include/ucd-snmp/mib.h and ${WRKDIR}/php-4.0b2/ext/snmp/snmp.c due to ucd-snmp upgrade to 4.0.1. Reported by: Wizzard <wizzard@mwci.net> - Delete http://www.php.net/ from MASTER_SITES 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> | ||||
* | Upgrade to mod_ssl 2.4.2. | dirk | 1999-09-06 | 2 | -2/+2 |
| | |||||
* | Mark apache13-php4 as broken. | dirk | 1999-09-06 | 1 | -0/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | Upgrade to mod_ssl 2.4.1. | dirk | 1999-08-31 | 2 | -2/+2 |
| | |||||
* | Disable gd and freetype support. | dirk | 1999-08-31 | 1 | -0/+6 |
| | | | | PR: ports/13454 | ||||
* | Make sure directory ${WRKDIRPREFIX}${CURDIR} exists before | dirk | 1999-08-30 | 2 | -3/+5 |
| | | | | | | | touching files in that directory. Problem only occurs when ${WRKDIRPREFIX} is set. Found by: bento.freebsd.org | ||||
* | cosmetics: spaces -> tabs | dirk | 1999-08-29 | 1 | -3/+3 |
| | |||||
* | Add option for SNMP support (via net/ucd-snmp). | dirk | 1999-08-27 | 1 | -0/+5 |
| | | | | Requested by: Khaled Daham <khaled@mailbox.telia.net> | ||||
* | Fix two minor problems: | dirk | 1999-08-27 | 2 | -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.) | ||||
* | Add option for XML support (via textproc/expat). | dirk | 1999-08-26 | 1 | -0/+7 |
| | |||||
* | gd is build as a shared lib, too, so use LIB_DEPENDS instead of | dirk | 1999-08-24 | 1 | -1/+1 |
| | | | | BUILD_DEPENDS. | ||||
* | chmod -> ${CHMOD} | mharo | 1999-08-23 | 1 | -2/+2 |
| | | | | chown -> ${CHOWN} | ||||
* | Disable pdflib and IMAP support for PHP. It doesn't seem to work | dirk | 1999-08-21 | 1 | -0/+6 |
| | | | | | | at the moment. Reported by: andreas | ||||
* | Upgrade to Apache 1.3.9 and mod_ssl 2.4.0. | dirk | 1999-08-21 | 4 | -6/+23 |
| | |||||
* | Upgrade to mod_ssl-2.3.11. | dirk | 1999-08-19 | 2 | -2/+2 |
| | | | | | (Hey, am I really faster with this upgrade than rse himself? I can't believe it... ;-) | ||||
* | Fix typo: remove '\' from the last MASTER_SITE. | dirk | 1999-08-19 | 1 | -2/+2 |
| | |||||
* | Rework MASTER_SITES: | dirk | 1999-08-19 | 2 | -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) | ||||
* | Fix MASTER_SITES for php-4.0b2. | dirk | 1999-08-18 | 1 | -6/+7 |
| | | | | Reported by: andreas | ||||
* | Set NO_LATEST_LINK to yes. | dirk | 1999-08-17 | 1 | -1/+2 |
| | |||||
* | apache13-php4 was repository copied from apache13-php3 (Thanks Satoshi). | dirk | 1999-08-17 | 3 | -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. | ||||
* | s/PHP3/PHP/g; | dirk | 1999-08-17 | 5 | -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. | ||||
* | Change PKGNAME to be consistent with apache13-modssl and apache13-ssl: | dirk | 1999-08-11 | 2 | -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 | ||||
* | - upgrade to PHP-3.0.12 | dirk | 1999-07-31 | 3 | -6/+12 |
| | | | | - use new pdflib-2.0 | ||||
* | Upgrade to mod_ssl 2.3.10. | dirk | 1999-07-29 | 2 | -2/+2 |
| | |||||
* | Upgrade to mod_ssl 2.3.9. | dirk | 1999-07-27 | 2 | -2/+2 |
| | |||||
* | - upgrade to mod_ssl 2.3.6 | dirk | 1999-07-16 | 2 | -3/+3 |
| | | | | - turn off GD support by default due to licence problems | ||||
* | Add --with-ttf to PHP3_CONF_ARGS when using FreeType. | dirk | 1999-07-03 | 1 | -0/+1 |
| | | | | Problem Reported by: Andre Shimakawa <shimakaw@cba.zaz.com.br> | ||||
* | - php3.ini lives in ${PREFIX}/etc (instead of ${PREFIX}/lib), now. | dirk | 1999-07-03 | 3 | -29/+29 |
| | | | | | - redirect output of scripts/configure.php globally instead of redirecting each echo (saves about 900 bytes 8-). | ||||
* | File EXTENSION_STATUS is no longer in the PHP3 distribution. | dirk | 1999-07-01 | 2 | -3/+2 |
| | |||||
* | Switch from mysql322 to mysql322-client and mysql322-server. | dirk | 1999-07-01 | 1 | -1/+1 |
| | |||||
* | Clean up the latest mhash and mcrypt additions by nsayer: | dirk | 1999-06-30 | 1 | -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 | ||||
* | Add support to the apache13-php3 port for adding the mcrypt and mhash | nsayer | 1999-06-29 | 1 | -0/+10 |
| | | | | libraries. | ||||
* | #4/4 enforcing Caps, no period | hoek | 1999-06-27 | 1 | -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 | ||||
* | Upgrade to PHP 3.0.10. | dirk | 1999-06-26 | 2 | -3/+3 |
| | |||||
* | Upgrade to mod_ssl 2.3.5. | dirk | 1999-06-24 | 2 | -2/+2 |
| | |||||
* | Replace a stale MASTER_SITE with a fresh, shiny mirror. | billf | 1999-06-18 | 1 | -2/+2 |
| | |||||
* | Upgrade to PHP-3.0.9. | dirk | 1999-06-10 | 2 | -4/+4 |
| | |||||
* | Upgrade to mod_ssl 2.3.3. | dirk | 1999-06-09 | 2 | -2/+2 |
| | |||||
* | Sync with apache13-modssl: | dirk | 1999-06-08 | 2 | -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." | ||||
* | Upgrade to mod_ssl 2.3.1. | dirk | 1999-06-02 | 3 | -3/+3 |
| | |||||
* | Upgrade to PHP-3.0.8. | dirk | 1999-05-28 | 3 | -4/+4 |
| | |||||
* | Add WRKDIRPREFIX to SCRIPTS_ENV so scripts/configure.php can use it. | dirk | 1999-05-06 | 1 | -1/+2 |
| | | | | | PR: ports/11503 Submitted by: Palle Girgensohn <girgen@partitur.se> | ||||
* | Add option for IMAP support. | dirk | 1999-05-04 | 2 | -1/+9 |
| | |||||
* | Changes from apache13-modssl: | dirk | 1999-05-02 | 1 | -2/+2 |
| | | | | "Update MASTER_SITES for new modssl.org locations." | ||||
* | - use FreeBSD in the version string instead of Unix | dirk | 1999-04-13 | 1 | -3/+1 |
| | | | | | - don't install ${PREFIX}/etc/apache/{access.conf,srm.conf} rather than installing and deleting them | ||||
* | Upgrade to mod_ssl 2.2.8. | dirk | 1999-04-12 | 2 | -2/+2 |
| | |||||
* | Remove empty and unused ${PREFIX}/etc/apache/{access.conf*,srm.conf*}. | dirk | 1999-04-12 | 2 | -5/+3 |
| | |||||
* | Upgrade to Apache 1.3.6 and mod_ssl 2.2.7. | dirk | 1999-04-11 | 4 | -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) | ||||
* | ${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade. | dirk | 1999-03-26 | 1 | -2/+2 |
| | |||||
* | Upgrade to mod_ssl 2.2.5. | dirk | 1999-03-20 | 2 | -2/+2 |
| | |||||
* | Fix missing "\"s | billf | 1999-03-14 | 1 | -2/+2 |
| | | | | Noticed By: #FreeBSD | ||||
* | Add the Apache mirror sites. For ports with 'mods' attached to them, the ↵ | billf | 1999-03-14 | 1 | -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 | ||||
* | apache13-php3 is using OpenSSL and not SSLeay for a while... | dirk | 1999-03-12 | 1 | -2/+2 |
| | |||||
* | Upgrade to PHP-3.0.7. | dirk | 1999-03-09 | 2 | -3/+3 |
| | |||||
* | Fix to make ports work with bsd.port.mk rev. 1.306. | asami | 1999-03-08 | 1 | -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. :) | ||||
* | Upgrade to mod_ssl 2.2.4. | dirk | 1999-03-06 | 2 | -2/+2 |
| | |||||
* | Upgrade to mod_ssl 2.2.3. | dirk | 1999-02-22 | 2 | -2/+3 |
| | |||||
* | Sync version number (5 -> 6) of libmysqlclient with mysql322. | dirk | 1999-02-12 | 1 | -1/+1 |
| | |||||
* | Upgrade to mod_ssl 2.2.2. | dirk | 1999-02-08 | 2 | -2/+2 |
| | |||||
* | Upgrade to mod_ssl-2.2.1. | dirk | 1999-02-05 | 2 | -2/+2 |
| | |||||
* | Upgrade to mod_ssl 2.2.0. | dirk | 1999-01-28 | 2 | -3/+3 |
| | |||||
* | Upgrade to mod_ssl-2.1.8. | dirk | 1999-01-23 | 2 | -2/+2 |
| | |||||
* | Add hooks for pdflib support. | dirk | 1999-01-20 | 1 | -0/+5 |
| | |||||
* | Don't try to find out which mysql version is installed. | dirk | 1999-01-18 | 1 | -4/+0 |
| | | | | | | | Use a simple library dependency to mysql322. The "autodetection" introduces more problems than it solves. Requested by: Satoshi | ||||
* | Change the dependencies to MySQL: | dirk | 1999-01-15 | 1 | -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(?).) | ||||
* | Upgrade to Apache 1.3.4 and mod_ssl 2.1.7. | dirk | 1999-01-14 | 4 | -5/+41 |
| | |||||
* | More Y2K Statement Links... | scrappy | 1999-01-13 | 1 | -1/+3 |
| | |||||
* | Change dependencies from SSLeay to openssl, the successor of SSLeay. | dirk | 1999-01-10 | 1 | -4/+4 |
| | |||||
* | Don't link ${PREFIX}/share/doc/apache/* to ${PREFIX}/www/data/ | dirk | 1999-01-09 | 1 | -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> | ||||
* | Upgrade to mod_ssl 2.1.6 | dirk | 1999-01-07 | 2 | -2/+2 |
| | |||||
* | Change PKGNAME from apache-php3.x.x-x.x.x to apache-php3-x.x.x to | dirk | 1999-01-03 | 1 | -2/+2 |
| | | | | | | conform the convention and to create a latest link named apache-php3.tgz. Requested by: Satoshi | ||||
* | - Upgrade to mod_ssl-2.1.5 | dirk | 1999-01-03 | 2 | -3/+3 |
| | | | | - add another ${PREFIX} in configure.php script | ||||
* | Upgrade to PHP 3.0.6 and mod_ssl 2.1.4 | dirk | 1998-12-26 | 3 | -5/+5 |
| | |||||
* | - BATCH mode: if ${BATCH} is defined apache with a plain PHP3 module | dirk | 1998-12-23 | 5 | -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 | ||||
* | More TTF fixes. | jseger | 1998-12-13 | 1 | -1/+1 |
| | | | | Pointed out by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> | ||||
* | Remove NO_WRKDIR tests from targets copied from bsd.port.mk. Since | asami | 1998-12-12 | 1 | -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. | ||||
* | More master sites from Dirk Froemberg <ibex@physik.TU-Berlin.DE>. | obrien | 1998-12-05 | 1 | -2/+7 |
| | |||||
* | Unbreak by referencing the ftp site for php. | billf | 1998-12-03 | 1 | -2/+2 |
| | | | | | PR: ports Submitted By: Josh Gilliam <josh@quick.net> | ||||
* | Whoops! This script has a LIB_DEPENDS that didn't have it's regexp | billf | 1998-11-26 | 1 | -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> | ||||
* | Add a little more description what "php3" is. | obrien | 1998-11-06 | 4 | -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> | ||||
* | - integrate Ralf S. Engelschall's apache13-modssl, | andreas | 1998-10-01 | 4 | -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> | ||||
* | Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball | asami | 1998-09-16 | 1 | -2/+2 |
| | | | | | | checks haven't missed anything. Submitted by: dima | ||||
* | use patch-ak from apache3 port (erase pid file) | andreas | 1998-09-14 | 2 | -4/+12 |
| | | | | and freetype support | ||||
* | use stable mysql port mysql321 | andreas | 1998-09-07 | 1 | -1/+1 |
| | |||||
* | activate USE_PERL5 | andreas | 1998-09-02 | 1 | -2/+2 |
| | | | | Submitted by: maintainer | ||||
* | - update port to newest apache (1.3.1) and php (3.0.3) version | andreas | 1998-09-02 | 4 | -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> | ||||
* | Upgrade to php 3.0.3. The MAINTAINER seems to be not responding and | jkh | 1998-08-30 | 2 | -10/+10 |
| | | | | I gave him every chance to commit these changes (or even reply) himself. | ||||
* | Fix error at starting script with PostgreSQL. | kuriyama | 1998-08-27 | 1 | -1/+2 |
| | | | | No response from: maintainer | ||||
* | Wwwaste the manpages. | hoek | 1998-08-20 | 1 | -9/+0 |
| | |||||
* | added new port apache3-php3 after repository copy | andreas | 1998-07-25 | 4 | -68/+200 |
| | | | | | many thanks to the contributors. Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> and Stefan Herrmann <sh@webaffairs.de> | ||||
* | Upgraded to last php version 3.0.2 | andreas | 1998-07-25 | 2 | -13/+16 |
| | | | | | | | | | | | | | | | | | | | Included freetype support for php Why freetype support ? If you compile PHP with gd and freetype[it's already a port], and grab some free truetype fonts from microsoft in self-install.exe format you can generate really nice on the fly gif's with text in them. Buttons, banners etc. William told me: I had to install the free microsoft fonts on my pc and then ftp them. I can't think of a way to extract the files from the .exe archive. I don't think it's a zip type. I got the fonts microsoft link by digging around in http://www.freetype.org Submitted by: William Lloyd <wlloyd@mpd.ca> | ||||
* | upgrade to newest php version 3.0.1 | andreas | 1998-07-12 | 2 | -8/+8 |
| | | | | | | | fixes regarding compilation/linking with libgd a fix for me in Makefile to make this submission $PREFIX clean big thanks to William Submitted by: William Lloyd <wlloyd@tolstoy.mpd.ca> | ||||
* | William sent patches to me so support dbase type database... | andreas | 1998-06-27 | 1 | -5/+9 |
| | | | | | | If there are any problems related to this, send him an e-mail, I can't test this ! Submitted by: William Lloyd <wlloyd@mpd.ca> | ||||
* | - apache-php port totally revamped | andreas | 1998-06-14 | 5 | -92/+192 |
| | | | | | | | | | | | | | | | | | - now based on apache 1.2.6 and PHP3 support with the tough help of Dirk - Supports 3 kinds of databases now - msql - mysql - postgresql - Only modified order in Makefile to keep portlint happy - Fixed php's configure section in Makefile, to use CC and CFLAGS from /etc/makefile, instead to use -g -O2 - only one patches subdir remains This port should now be "repository moved" from: apache-php to something like: apache12-php3 Obtained from: Dirk Froemberg <ibex@physik.TU-Berlin.DE> | ||||
* | If BATCH is defined, then build apache-php with mysql support. | andreas | 1998-02-23 | 1 | -0/+6 |
| | | | | | | | Reasons: - mysql is free software and very popular. - msql is only free for private use - msql isn't as fast and reliable (from hearsay) | ||||
* | Remove brokenness from this port ;-) Thanks to Dirk Froemberg. | andreas | 1998-02-23 | 2 | -26/+36 |
| | | | | | | | | | | | | | | | | | New features: - You have to set variable PHP_DBTYPE to msql or mysql by typing make PHP_DBTYPE=[ msql | mysql ] to build the port with msql or mysql support. - The php configuration isn't interactive anymore Theoretically we could default to mysql database and build a package, so that make batch could work ! - Cleaned up port dependency, so that libgd actually gets build (I fixed this one) - made portlint as happy as I could, changed /usr/local to ${PREFIX} and changed sed -> ${SED} The only thing that is missing now is an apache-php-SSL port and postgresql support ;-)) Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> | ||||
* | cosmetic changes using portlint, a really nice tool ;-) | andreas | 1997-10-04 | 1 | -25/+23 |
| | |||||
* | Add back PKGNAME which was deleted mysteriously in revision 1.39 (DISTNAME | asami | 1997-09-09 | 1 | -1/+2 |
| | | | | | is not valid). Add "-php" in the middle of it to distinguish it with regular apache. | ||||
* | Included DB LIB dependency when patching apaches Configuration | andreas | 1997-09-04 | 1 | -1/+5 |
| | | | | | file ... Not tested ... but necessary ... as I said "work in progress" | ||||
* | Apache 1.2.1 + PHP support | andreas | 1997-09-04 | 5 | -16/+70 |
| | | | | | | | | | | | | | Currently 2 kind of databases will be supported, msql and mysql The problem is, that depending on the flavour of database you want to support, you need a different set of patches to apache's Makefile, so that header and loader flags, paths and libs are correctly resolved ... I marked this port as BROKEN, since I wasn't able, to exactly check the whole port due to the fact, that currently I only have one db installed. Will try to get it managed next weekend. Well if someone is so keen, then simply remove BROKEN and you should be able to use what's already possible ... | ||||
* | Do not replace Apache md5 with FreeBSD one, it cause supporting | ache | 1997-08-26 | 1 | -4/+1 |
| | | | | | problems but gains almost nothing PR: 4380 | ||||
* | Merge with former apache-stable | ache | 1997-08-13 | 1 | -12/+7 |
| | |||||
* | The great apache shuffle, part 1.. Revive files and break out SSL.. | peter | 1997-08-12 | 1 | -39/+2 |
| | |||||
* | Upgrade to 1.2.1 | ache | 1997-07-08 | 2 | -6/+6 |
| | |||||
* | Always installl *-dist files and list them in PLIST too, it allows | ache | 1997-06-07 | 1 | -4/+4 |
| | | | | pkg_delete not remove current configuration | ||||
* | Update to 1.2.0 | ache | 1997-06-06 | 2 | -5/+5 |
| | |||||
* | More fixing of OPTIM replacement | ache | 1997-06-01 | 1 | -1/+1 |
| | |||||
* | Fix OPTIM= patching | ache | 1997-06-01 | 1 | -1/+1 |
| |