Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2004-12-12 | use PLIST_SRC+= so that setting PLIST_SRC setting in extension Makefile | jdolecek | 1 | -2/+2 | |
would have an effect; fixes php4-apc | |||||
2004-11-27 | use DIST_SUBDIR=pear to avoid potential conflicts with non-pear | jdolecek | 1 | -1/+3 | |
programs | |||||
2004-11-27 | don't use += for DIST_SUBDIR | jdolecek | 1 | -2/+2 | |
2004-11-27 | Standardize Pear package HOMEPAGE, most have same format. | jdolecek | 1 | -1/+3 | |
2004-11-16 | Properly define "DISTINFO" when building a bundled PHP extension. | tron | 1 | -2/+2 | |
2004-11-06 | merge extension module handling for PHP4 and PHP5 into lang/php/ext.mk, | jdolecek | 1 | -4/+76 | |
g/c no longer needed Makefile.module add support for building extensions off PECL; version for PECL packages is built as ${PHP_BASE_VERS}.${PECL_VERSION}, i.e. PECL pkg version 1.0 would become php-pkg-4.3.9.1.0 or php-pkg-5.0.2.1.0 respectively | |||||
2004-11-05 | use ${PKG_PHP} instead of PHP${PKG_PHP_VERSION} | jdolecek | 1 | -2/+2 | |
2004-11-05 | share MESSAGE.module and PLIST.module between php4 and php5 packages, moving | jdolecek | 2 | -0/+13 | |
them to lang/php/ | |||||
2004-11-04 | export the information about selected version via PKG_PHP_VERSION | jdolecek | 1 | -2/+10 | |
and the base name of program as PKG_PHP | |||||
2004-11-01 | 'data' items must be handled same way as 'test' and 'doc' - they are installed | jdolecek | 1 | -1/+2 | |
into BASE/data/<pkgname>/* | |||||
2004-11-01 | Deal with backslashes in the file names, translate them to forward | jdolecek | 1 | -1/+4 | |
slashes. This is necessary e.g. for pear-DIME, which uses backslashes. | |||||
2004-11-01 | use shared pear package support framework for both php4 & php5; based on | jdolecek | 2 | -0/+106 | |
the former php4 version | |||||
2004-10-31 | new PHP extension module framework, which makes it possible to build | jdolecek | 2 | -0/+84 | |
individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-* |