[114226] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Tue Dec 3 00:03:51 PST 2013


Revision: 114226
          https://trac.macports.org/changeset/114226
Author:   ryandesign at macports.org
Date:     2013-12-03 00:03:51 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
php modules: remove archcheck portgroup

Modified Paths:
--------------
    trunk/dports/php/php5-colorer/Portfile
    trunk/dports/php/php5-html_parse/Portfile
    trunk/dports/php/php5-mysql/Portfile

Modified: trunk/dports/php/php5-colorer/Portfile
===================================================================
--- trunk/dports/php/php5-colorer/Portfile	2013-12-03 08:01:45 UTC (rev 114225)
+++ trunk/dports/php/php5-colorer/Portfile	2013-12-03 08:03:51 UTC (rev 114226)
@@ -1,7 +1,6 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       archcheck 1.0
 PortGroup       php5extension 1.0
 
 php5extension.setup colorer 0.7 pecl
@@ -26,9 +25,6 @@
 depends_lib-append \
     port:colorer
 
-archcheck.files \
-    lib/libcolorer.dylib
-
 configure.args-append \
     --with-colorer=${prefix}
 

Modified: trunk/dports/php/php5-html_parse/Portfile
===================================================================
--- trunk/dports/php/php5-html_parse/Portfile	2013-12-03 08:01:45 UTC (rev 114225)
+++ trunk/dports/php/php5-html_parse/Portfile	2013-12-03 08:03:51 UTC (rev 114226)
@@ -2,7 +2,6 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       archcheck 1.0
 PortGroup       php5extension 1.0
 
 php5extension.setup html_parse 1.0.0 pecl
@@ -22,9 +21,6 @@
 depends_lib-append \
     port:ekhtml
 
-archcheck.files \
-    lib/libekhtml.dylib
-
 configure.args  --with-ekhtml=${prefix}
 
 use_parallel_build yes

Modified: trunk/dports/php/php5-mysql/Portfile
===================================================================
--- trunk/dports/php/php5-mysql/Portfile	2013-12-03 08:01:45 UTC (rev 114225)
+++ trunk/dports/php/php5-mysql/Portfile	2013-12-03 08:03:51 UTC (rev 114226)
@@ -3,7 +3,6 @@
 
 PortSystem                      1.0
 PortGroup                       php5extension 1.0
-PortGroup                       archcheck 1.0
 
 php5extension.setup             {mysql mysqli pdo_mysql} 5.3.27 bundled
 categories-append               databases
@@ -47,14 +46,12 @@
 
 variant mysql4 conflicts mysql5 mysqlnd description {Use MySQL 4 libraries} {
     depends_lib-append          port:mysql4
-    archcheck.files-append      lib/mysql/libmysqlclient.dylib
     configure.args-append       --with-mysql=${prefix} \
                                 --with-pdo-mysql=${prefix}
 }
 
 variant mysql5 conflicts mysql4 mysqlnd description {Use MySQL 5 libraries} {
     depends_lib-append          path:bin/mysql_config5:mysql5
-    archcheck.files-append      lib/mysql5/mysql/libmysqlclient.dylib
     configure.args-append       --with-mysql=${workpath}/mysql5 \
                                 --with-mysqli=${prefix}/bin/mysql_config5 \
                                 --with-pdo-mysql=${prefix}/bin/mysql_config5 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131203/f943a499/attachment-0001.html>


More information about the macports-changes mailing list