SPECS: adapter.awk - php(ext) deps are rarely needed

glen glen at pld-linux.org
Wed Jul 18 02:41:12 CEST 2007


Author: glen                         Date: Wed Jul 18 00:41:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- php(ext) deps are rarely needed

---- Files affected:
SPECS:
   adapter.awk (1.357 -> 1.358) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.357 SPECS/adapter.awk:1.358
--- SPECS/adapter.awk:1.357	Sat Jun  9 11:17:13 2007
+++ SPECS/adapter.awk	Wed Jul 18 02:41:07 2007
@@ -1652,11 +1652,11 @@
 #		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)";
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.357&r2=1.358&f=u



More information about the pld-cvs-commit mailing list