Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-29 | Do not change PHP_VERSIONS_ACCEPTED in phpversion.mk. | cheusov | 1 | -14/+1 | |
It is not necessary anymore. No objections in tech-pkg@. | |||||
2011-09-14 | Make PHP's default version to 5.3.x. | taca | 1 | -2/+2 | |
2011-04-13 | Install module correctly | adam | 1 | -4/+4 | |
2011-03-12 | Add MULTI variable, and add it to BUILD_DEFS, to more easily find | wiz | 1 | -1/+5 | |
variable settings affecting binary packages. From Aleksey Cheusov in PR 44695. | |||||
2011-01-12 | set TZ=UTC to generate PLIST, same as do-install. | obache | 1 | -2/+2 | |
2011-01-12 | prevent php errors/warnings from being recorded as part of generated PLIST. | obache | 1 | -1/+2 | |
2010-09-23 | A little improvement of a sentence. | taca | 1 | -2/+2 | |
2010-08-29 | Improve pear package handling | obache | 2 | -63/+32 | |
* support packages from other than default channels * replace deprecated function usage in pear_plist.php * generate filelist from installed registry, to support "install as" files. tested with all pear pacakgs in pkgsrc. | |||||
2010-08-25 | Always install pear with `-n', or failed to install if extension is required | obache | 1 | -3/+3 | |
but not loaded in php.ini. | |||||
2010-03-21 | add support for PHP 5.2.*-only packages | jdolecek | 1 | -11/+31 | |
2010-03-21 | set LIBTOOL_OVERRIDE (force pkgsrc libtool) for PHP extensions | jdolecek | 1 | -1/+2 | |
2010-03-16 | Explicitly setenv TZ=UTC when installing with pear since pear of PHP 5.3.2 | taca | 1 | -2/+3 | |
check system's timezone and produce useless warnings. | |||||
2010-03-16 | Prepair for importing PHP 5.3.2. | taca | 1 | -12/+38 | |
* Add "53" as PHP 5.3.x for several PHP_VERSION_* and its frends. * Add PKG_PHP_MAJOR_VERS which currently only takes "5". * Add "php53" to PHP_PKG_PREFIX. * Add checking installed PHP's version against required version. | |||||
2010-02-10 | Remove PHP 4 from the list of supported versions. | joerg | 1 | -14/+8 | |
2010-02-03 | Use -P (--packagingroot) instead of -R (--installroot). | obache | 1 | -2/+2 | |
packaging fake root should be set with -P. (-R is for really using there and package will be registerd as there). | |||||
2010-02-03 | Add -n option for DESTDIR to skip dependency check, | obache | 1 | -3/+3 | |
and also move -f option here. | |||||
2009-10-31 | Add "-f" flag for install to prevent installed package from installation | obache | 1 | -2/+2 | |
when "make replace" or using DESTDIR. | |||||
2009-10-31 | two more skip files. | obache | 1 | -1/+3 | |
2009-06-14 | Remove @dirrm related logic. | joerg | 2 | -18/+2 | |
2009-01-19 | Allow a directory to be excluded from PEAR_DIRRM by specifying ↵ | abs | 2 | -4/+10 | |
PEAR_DIRRM_EXCLUDE | |||||
2008-06-12 | Add basic DESTDIR support for PEAR packages. The skip list is a band aid | joerg | 1 | -2/+17 | |
and the PEAR package itself must be reviewed to not include those files. The patch doesn't work for dependencies right now. | |||||
2007-10-11 | Clarified the comment that no dependency is added by this file. | rillig | 1 | -2/+3 | |
2007-10-11 | + USE_PHP_EXT_PATCHES | rillig | 1 | -2/+3 | |
2007-10-09 | Remove trailing spaces. | martti | 1 | -2/+2 | |
2007-09-20 | Added variable descriptions for PHP extensions. | rillig | 1 | -1/+6 | |
2007-09-20 | Added variables for "bmake show-all". | rillig | 1 | -1/+6 | |
2007-09-07 | Fix installation of php extensions on HPUX. | tnn | 1 | -2/+8 | |
2007-08-13 | Adjust the documented default PHP version to the actual default. | ghen | 1 | -2/+2 | |
2007-06-18 | Added the usual documentation. | rillig | 1 | -2/+54 | |
2007-06-11 | Added support for installation of extensions to DESTDIR. | heinz | 1 | -3/+3 | |
2007-05-05 | Including pear.mk will now pull in lang/pear as a dependency | adrianp | 1 | -2/+5 | |
Fix the PHP call to include the default include path for PEAR | |||||
2007-04-15 | * Support v2 of the pear-* package format that is being used by some | adrianp | 1 | -5/+15 | |
newer pear packages. * Fix the case where an extra slash would be appended to the file path in the PLIST. * Both fixes from from Loic Hoguin and tested by Loic and myself. | |||||
2006-07-10 | Make sure the do-patch target returns true, as some shells will return the | sketch | 1 | -2/+2 | |
egrep exit status (which will be false if there are no patches for the module) and stop the build. | |||||
2006-06-02 | Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, | joerg | 3 | -8/+10 | |
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-06-01 | Allow a PECL PHP extension package to specify its own DISTNAME by setting | jlam | 1 | -2/+3 | |
PECL_DISTNAME. | |||||
2006-05-09 | Make PHP version 5.x the default. Security updates for PHP 4.x are | tron | 1 | -2/+2 | |
simply releasted much too slow these days. | |||||
2005-12-03 | automatically include extension-specific MESSAGE if it exists | jdolecek | 1 | -1/+6 | |
2005-12-03 | add missing backslash for previous | jdolecek | 1 | -2/+2 | |
2005-12-03 | use ${PATH_ARGS} in do-patch target, and use _PKG_SILENT/_PKG_DEBUG | jdolecek | 1 | -3/+4 | |
to reduce output for normal runs | |||||
2005-10-04 | PECL modules have a real homepage. Set the default for PECL modules to | tv | 1 | -1/+5 | |
the PECL distro site rather than PHP's default. Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC. | |||||
2005-09-28 | Fixed pkglint warnings. | rillig | 1 | -3/+3 | |
2005-09-20 | revert last - thanks to wiz for poking me to find the real cause of the | abs | 1 | -3/+3 | |
breakage. | |||||
2005-09-19 | Set PKGNAME= rather than PKGNAME?= | abs | 1 | -3/+3 | |
Previously php-gettext would end up with a PKGNAME of php-{ver}, with obviously breakage. | |||||
2005-06-14 | Not all OS have a ln(1) that only accepts one argument, so let's use two. | jschauma | 1 | -2/+2 | |
2005-06-12 | allow PECL-like extensions with different MASTER_SITES or EXTRACT_SUFX | jdolecek | 1 | -3/+3 | |
2005-06-01 | Remove mk/autoconf.mk and mk/automake.mk and replace their usage with | jlam | 1 | -5/+7 | |
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc. | |||||
2005-05-09 | once PHP version is selected, set PHP_VERSION_REQD appropriately, so that | jdolecek | 1 | -3/+6 | |
the selected version is forced for any sub-builds; this should fix the bulk build problems for php5-extensions use := to avoid variable recursion | |||||
2005-03-25 | No need to set USE_BUILDLINK3=yes; this is now the default. | jmmv | 1 | -3/+1 | |
2004-12-12 | completely ignore system php.ini for all pear-related operations; this | jdolecek | 1 | -2/+2 | |
is necessary to avoid being subject to e.g. open_basedir or safe_mode settings | |||||
2004-12-12 | abort do-install if pear install fails | jdolecek | 1 | -2/+2 | |