2010-02-10 20:52:31 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Retire php4-extensions
|
2009-10-10 13:43:38 by Geert Hendrickx | Files touched by this commit (7) |
Log message:
"port" (in this context) is FreeBSD terminology.
|
2009-07-13 16:49:15 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
php-sqlite no longer support PHP 4. Bump revision.
|
2007-12-19 13:27:31 by Roland Illig | Files touched by this commit (29) |
Log message:
Replaced the custom definitions with META_PACKAGE=yes.
|
2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158) |
Log message:
* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".
* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
and no PLIST files exist, then fail during the package build with
PKG_FAIL_REASON.
* Remove "intentionally empty" PLISTs again.
Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:
PLIST_SRC= # empty
|
2007-10-25 19:50:03 by Johnny C. Lam | Files touched by this commit (85) |
Log message:
Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.
Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2006-11-06 22:36:49 by Jaromir Dolecek | Files touched by this commit (1) |
Log message:
include php-apc
|
2006-10-20 23:56:38 by Jaromir Dolecek | Files touched by this commit (2) |
Log message:
comment out odbc module - it kills Apache/PHP when enabled due
to threaded unixodbc
Adresses pkg/32395 by Arnaud LACOMBE
|
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@.
|