2009-03-05 21:58:37 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message: Don't abuse b3. It should not do things like include bsd.pkg.mk, so fix up the packages that use it instead. |
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message: Add DESTDIR support. |
2008-03-13 18:38:49 by Joerg Sonnenberger | Files touched by this commit (29) |
Log message: Make PostgreSQL 8.2 the default version. Bump all packages using it. Remove PostgreSQL 8.0 as choice. |
2007-05-08 13:30:50 by Adrian Portelli | Files touched by this commit (5) |
Log message: Reset the PKGREVISION in packages that use the version string from php4 or php5 Pointed out by Geert Hendrickx on tech-pkg@ |
2006-12-28 13:12:59 by Joerg Sonnenberger | Files touched by this commit (30) |
Log message: Change PostgreSQL default version to 8.1 and bump revision of all packages which have it active by default. |
2006-06-02 20:28:01 by Joerg Sonnenberger | Files touched by this commit (136) |
Log message: Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@. |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2005-12-03 18:24:28 by Jaromir Dolecek | Files touched by this commit (14) |
Log message: Update the PHP PDO to latest available PECL versions (1.0/1.0.1/1.0.2). Changes are bugfixes mostly. Also rework php-pdo/module.mk somewhat, so that the base php-pdo package can use it too. |
2005-10-09 15:11:18 by Jaromir Dolecek | Files touched by this commit (21) | |
Log message: Add PDO (PHP Data Objects) extensions. These implement unified, object-oriented interface to various databases. PDO comes bundled with upcoming PHP 5.1, but can also be used with PHP 5.0 via PECL. |