2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message: Add DESTDIR support. |
2007-02-22 20:01:28 by Thomas Klausner | Files touched by this commit (134) | |
Log message: pkglint cleanup; update HOMEPAGE/MASTER_SITES. |
2006-11-06 22:37:37 by Jaromir Dolecek | Files touched by this commit (1) |
Log message: --with-libxml-dir needed with PHP 5.2.0 |
2006-06-04 18:26:56 by Joerg Sonnenberger | Files touched by this commit (73) |
Log message: Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those. |
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-05-24 00:55:56 by Jaromir Dolecek | Files touched by this commit (1) |
Log message: bump PKGREVISION for non-ASCII serialization fix |
2006-04-22 12:28:31 by Jaromir Dolecek | Files touched by this commit (1) |
Log message: make build properly (now that the module contents are actually compiled) and adjust to use libxml2 depends on PHP5 bump PKGREVISION |
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. |
2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164) |
Log message: Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |