Age | Commit message (Expand) | Author | Files | Lines |
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 PEAR_DIRRM_EXC... | abs | 2 | -4/+10 |
2008-06-12 | Add basic DESTDIR support for PEAR packages. The skip list is a band aid | joerg | 1 | -2/+17 |
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 |
2007-04-15 | * Support v2 of the pear-* package format that is being used by some | adrianp | 1 | -5/+15 |
2006-07-10 | Make sure the do-patch target returns true, as some shells will return the | sketch | 1 | -2/+2 |
2006-06-02 | Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, | joerg | 3 | -8/+10 |
2006-06-01 | Allow a PECL PHP extension package to specify its own DISTNAME by setting | jlam | 1 | -2/+3 |
2006-05-09 | Make PHP version 5.x the default. Security updates for PHP 4.x are | tron | 1 | -2/+2 |
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 |
2005-10-04 | PECL modules have a real homepage. Set the default for PECL modules to | tv | 1 | -1/+5 |
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 |
2005-09-19 | Set PKGNAME= rather than PKGNAME?= | abs | 1 | -3/+3 |
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 |
2005-05-09 | once PHP version is selected, set PHP_VERSION_REQD appropriately, so that | jdolecek | 1 | -3/+6 |
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 |
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 |
2004-11-27 | use DIST_SUBDIR=pear to avoid potential conflicts with non-pear | jdolecek | 1 | -1/+3 |
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 |
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 |
2004-11-04 | export the information about selected version via PKG_PHP_VERSION | jdolecek | 1 | -2/+10 |
2004-11-01 | 'data' items must be handled same way as 'test' and 'doc' - they are installed | jdolecek | 1 | -1/+2 |
2004-11-01 | Deal with backslashes in the file names, translate them to forward | jdolecek | 1 | -1/+4 |
2004-11-01 | use shared pear package support framework for both php4 & php5; based on | jdolecek | 2 | -0/+106 |
2004-10-31 | new PHP extension module framework, which makes it possible to build | jdolecek | 2 | -0/+84 |