summaryrefslogtreecommitdiff
path: root/meta-pkgs/php4-extensions
AgeCommit message (Collapse)AuthorFilesLines
2009-10-10"port" (in this context) is FreeBSD terminology.ghen1-2/+1
2009-07-13php-sqlite no longer support PHP 4. Bump revision.joerg1-3/+2
2007-12-19Replaced the custom definitions with META_PACKAGE=yes.rillig1-10/+3
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-4/+2
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-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-0/+2
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-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-2/+0
can handle packages having no PLIST files.
2006-11-06include php-apcjdolecek1-2/+3
2006-10-20comment out odbc module - it kills Apache/PHP when enabled duejdolecek1-3/+4
to threaded unixodbc Adresses pkg/32395 by Arnaud LACOMBE
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-44/+46
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-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-2/+2
2005-11-03Add php-sqlite; bump PKGREVISION.tv1-2/+3
2005-10-08Unfortunately PHP has several openssl hooks, which are only enabledjdolecek1-3/+2
when the base PHP is compiled with openssl extension (e.g. ssl://, tls:// stream support, and couple others). These don't work when SSL support is loaded via extension. For this reason, make openssl extension unconditionally built-in into the main PHP package, and g/c security/php-openssl.
2005-10-08added net/php-xmlrpcjdolecek1-1/+3
2005-09-28Fixed pkglint warnings.rillig1-2/+1
2005-09-04Update for PHP 4.4.xjdolecek1-45/+45
2005-05-23add php-pcntljdolecek1-2/+3
2005-05-09use 'php4' for CATEGORIES rather than 'php'jdolecek1-2/+2
2005-05-07add php-eacceleratorjdolecek1-2/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-2/+2
2004-11-08follow php4-pdflib rename to php-pdflib, bump PKGREVISIONjdolecek1-3/+3
2004-11-06php4-zip was replaced by php-zip, which can be used with both PHP4 and PHP5.jdolecek1-3/+3
The PECL extension is preferred even for PHP4 (which has zip extension bundled), since further maintenance is likely to be more active there.
2004-11-05Add php-dbx package - PHP database abstraction layer extension. This isjdolecek1-1/+3
for both PHP 4.x and 5.x.
2004-11-04Add php-extensions-4.3 meta-package. Pulls in the base PHP4, Apache modulejdolecek3-0/+75
and all available extension modules.