summaryrefslogtreecommitdiff
path: root/www/php4/patches/patch-ap
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-10 18:08:33 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-10 18:08:33 +0000
commit41ec18081e25cf5ea0840e873f7a67dd6e66d6ae (patch)
treeb102072fc74ad0831c0b9a91b7534356eb9e28f3 /www/php4/patches/patch-ap
parent8a1c0272562c441711308c35fdc0f45cd2dd80e7 (diff)
downloadpkgsrc-41ec18081e25cf5ea0840e873f7a67dd6e66d6ae.tar.gz
Retire PHP 4.
Diffstat (limited to 'www/php4/patches/patch-ap')
-rw-r--r--www/php4/patches/patch-ap12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/php4/patches/patch-ap b/www/php4/patches/patch-ap
deleted file mode 100644
index bc9bf0ec89a..00000000000
--- a/www/php4/patches/patch-ap
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ap,v 1.1 2006/03/03 07:11:34 cube Exp $
-
---- pear/install-pear.php.orig 2006-01-07 18:51:54.000000000 +0100
-+++ pear/install-pear.php
-@@ -167,6 +167,7 @@ foreach ($install_files as $package => $
- }
- } else {
- $options['nodeps'] = true;
-+ $options['force'] = $force;
- $installer->setOptions($options);
- $dp = array(&$downloaderpackage);
- $installer->setDownloadedPackages($dp);