[packages/adapter: 372/631] - php(ext) deps are rarely needed
glen
glen at pld-linux.org
Mon Sep 12 20:05:38 CEST 2016
commit f72c52cf60eeb225cf7f1b3d98e929ae59502797
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Wed Jul 18 00:41:07 2007 +0000
- php(ext) deps are rarely needed
Changed files:
adapter.awk -> 1.358
adapter.awk | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/adapter.awk b/adapter.awk
index 95421bc..e5a6537 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -1652,11 +1652,11 @@ function replace_php_virtual_deps()
# return
# }
- if (pkg ~ /^php-[a-z]/ && pkg !~ /^php-(pear|common|cli|devel|fcgi|cgi|dirs|program|pecl-)/) {
- sub(/^php-/, "php(", pkg);
- sub(/$/, ") # verify this correctness -- it may be wanted to use specific not virtual dep", pkg);
- $2 = pkg
- }
+# if (pkg ~ /^php-[a-z]/ && pkg !~ /^php-(pear|common|cli|devel|fcgi|cgi|dirs|program|pecl-)/) {
+# sub(/^php-/, "php(", pkg);
+# sub(/$/, ") # verify this correctness -- it may be wanted to use specific not virtual dep", pkg);
+# $2 = pkg
+# }
if (pkg ~/^php$/) {
$2 = "webserver(php)";
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list