Commit graph

30 commits

Author SHA1 Message Date
joerg
aea50c92b8 Adjust checks for _USE_DESTDIR != no or incorrect references to
USE_DESTDIR.
2016-04-10 16:39:27 +00:00
jperkin
5e3a54b620 Ensure destination directory is precreated. Fixes some pax failures. 2016-04-02 08:22:03 +00:00
jperkin
c22fd3770e Remove PEAR_SKIP_FILES after the dynamic PLIST generation too, as
php is invoked to generate the PLIST and will re-create the files,
despite them already having been removed in post-install.
2016-02-29 19:26:53 +00:00
taca
565630e0bd Add PEAR_PACKAGE_XML.
It specifies build package with pear command using package.xml or not.
Default is yes.
2015-08-23 15:31:17 +00:00
taca
dd40371269 Revert accidently commit. 2015-08-10 01:46:00 +00:00
taca
21716201cf Update phpt54 to 5.4.44.
06 Aug 2015 PHP 5.4.44

- Core:
  . Fixed bug #69793 (Remotely triggerable stack exhaustion via recursive
    method calls). (Stas)
  . Fixed bug #69892 (Different arrays compare indentical due to integer key
    truncation). (Nikita)
  . Fixed bug #70121 (unserialize() could lead to unexpected methods execution
    / NULL pointer deref). (Stas)

- OpenSSL:
  . Fixed bug #70014 (openssl_random_pseudo_bytes() is not cryptographically
    secure). (Stas)

- Phar:
  . Improved fix for bug #69441. (Anatol Belski)
  . Fixed bug #70019 (Files extracted from archive may be placed outside of
    destination directory). (Anatol Belski)

- SOAP:
  . Fixed bug #70081 (SoapClient info leak / null pointer dereference via
     multiple type confusions). (Stas)

- SPL:
  . Fixed bug #70068 (Dangling pointer in the unserialization of ArrayObject
    items). (sean.heelan)
  . Fixed bug #70166 (Use After Free Vulnerability in unserialize() with
    SPLArrayObject). (taoguangchen at icloud dot com)
  . Fixed bug #70168 (Use After Free Vulnerability in unserialize() with
    SplObjectStorage). (taoguangchen at icloud dot com)
  . Fixed bug #70169 (Use After Free Vulnerability in unserialize() with
    SplDoublyLinkedList). (taoguangchen at icloud dot com)
2015-08-08 00:11:29 +00:00
bsiegert
a5a3bafbb4 Pear occasionally leaves some internal state files lying around. Do not
only skip them in file checking but actively delete them at the end of the
install.

Fixes some OSX fallout that jperkin@ was seeing, plus PR pkg/49071.
2015-07-04 14:36:56 +00:00
taca
54af9d7921 Update PHP53_VERSION and PHP54_VERSION to make match to php53 and php54. 2013-01-07 14:26:14 +00:00
obache
8ddddf9348 set TZ=UTC to generate PLIST, same as do-install. 2011-01-12 08:15:45 +00:00
obache
2007a8d867 prevent php errors/warnings from being recorded as part of generated PLIST. 2011-01-12 08:11:49 +00:00
obache
cc125a1b73 Improve pear package handling
* 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-29 06:08:07 +00:00
obache
c1a91941e4 Always install pear with `-n', or failed to install if extension is required
but not loaded in php.ini.
2010-08-25 06:37:20 +00:00
taca
d3f4c4ac08 Explicitly setenv TZ=UTC when installing with pear since pear of PHP 5.3.2
check system's timezone and produce useless warnings.
2010-03-16 15:34:01 +00:00
obache
96731b7eb3 Use -P (--packagingroot) instead of -R (--installroot).
packaging fake root should be set with -P.
(-R is for really using there and package will be registerd as there).
2010-02-03 12:22:18 +00:00
obache
57d63a3b12 Add -n option for DESTDIR to skip dependency check,
and also move -f option here.
2010-02-03 11:44:35 +00:00
obache
a737ab1043 Add "-f" flag for install to prevent installed package from installation
when "make replace" or using DESTDIR.
2009-10-31 04:51:28 +00:00
obache
958f7e7b23 two more skip files. 2009-10-31 04:46:34 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
abs
3b173ae359 Allow a directory to be excluded from PEAR_DIRRM by specifying PEAR_DIRRM_EXCLUDE 2009-01-19 19:55:02 +00:00
joerg
5437d6597e Add basic DESTDIR support for PEAR packages. The skip list is a band aid
and the PEAR package itself must be reviewed to not include those files.
The patch doesn't work for dependencies right now.
2008-06-12 00:20:10 +00:00
adrianp
989ca1e011 Including pear.mk will now pull in lang/pear as a dependency
Fix the PHP call to include the default include path for PEAR
2007-05-05 21:32:12 +00:00
joerg
337c6b1297 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@.
2006-06-02 18:27:54 +00:00
rillig
7c07d9b2cb Fixed pkglint warnings. 2005-09-28 21:46:24 +00:00
jschauma
5b87a82011 Not all OS have a ln(1) that only accepts one argument, so let's use two. 2005-06-14 01:35:09 +00:00
jmmv
a416d14965 No need to set USE_BUILDLINK3=yes; this is now the default. 2005-03-25 12:45:09 +00:00
jdolecek
9b81fff133 completely ignore system php.ini for all pear-related operations; this
is necessary to avoid being subject to e.g. open_basedir or safe_mode settings
2004-12-12 11:03:33 +00:00
jdolecek
97ce3c35fb abort do-install if pear install fails 2004-12-12 09:41:14 +00:00
jdolecek
54df23c26d use DIST_SUBDIR=pear to avoid potential conflicts with non-pear
programs
2004-11-27 12:55:25 +00:00
jdolecek
60492bd3cf Standardize Pear package HOMEPAGE, most have same format. 2004-11-27 09:52:42 +00:00
jdolecek
7b5228a60f use shared pear package support framework for both php4 & php5; based on
the former php4 version
2004-11-01 19:55:57 +00:00
Renamed from www/php4/pear.mk (Browse further)