[69965] trunk/dports

jmr at macports.org jmr at macports.org
Fri Jul 23 18:38:53 PDT 2010


Revision: 69965
          http://trac.macports.org/changeset/69965
Author:   jmr at macports.org
Date:     2010-07-23 18:38:51 -0700 (Fri, 23 Jul 2010)
Log Message:
-----------
remove archcheck from some ports where it's not useful because all deps have been updated post-1.9

Modified Paths:
--------------
    trunk/dports/aqua/BiggerSQL/Portfile
    trunk/dports/devel/libgcrypt/Portfile
    trunk/dports/graphics/glitz/Portfile
    trunk/dports/php/php5-esmtp/Portfile
    trunk/dports/php/php5-gdchart/Portfile
    trunk/dports/php/php5-mongo/Portfile
    trunk/dports/php/php5-oauth/Portfile
    trunk/dports/sysutils/cdrtools/Portfile

Modified: trunk/dports/aqua/BiggerSQL/Portfile
===================================================================
--- trunk/dports/aqua/BiggerSQL/Portfile	2010-07-24 01:24:56 UTC (rev 69964)
+++ trunk/dports/aqua/BiggerSQL/Portfile	2010-07-24 01:38:51 UTC (rev 69965)
@@ -3,7 +3,6 @@
 
 PortSystem		1.0
 PortGroup		xcode 1.0
-PortGroup		archcheck 1.0
 
 name			BiggerSQL
 version			1.3.9
@@ -38,7 +37,6 @@
 
 set pglibdir ${prefix}/lib/${postgresql}
 depends_lib path:${pglibdir}:${postgresql}
-archcheck.files	lib/${postgresql}/libpq.a
 
 patchfiles		patch-project.pbxproj.diff
 

Modified: trunk/dports/devel/libgcrypt/Portfile
===================================================================
--- trunk/dports/devel/libgcrypt/Portfile	2010-07-24 01:24:56 UTC (rev 69964)
+++ trunk/dports/devel/libgcrypt/Portfile	2010-07-24 01:38:51 UTC (rev 69965)
@@ -2,7 +2,6 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup       archcheck 1.0
 
 name            libgcrypt
 version         1.4.6
@@ -31,8 +30,6 @@
 
 depends_lib     port:libgpg-error
 
-archcheck.files lib/libgpg-error.dylib
-
 configure.args  --disable-asm
 
 post-configure {

Modified: trunk/dports/graphics/glitz/Portfile
===================================================================
--- trunk/dports/graphics/glitz/Portfile	2010-07-24 01:24:56 UTC (rev 69964)
+++ trunk/dports/graphics/glitz/Portfile	2010-07-24 01:38:51 UTC (rev 69965)
@@ -1,7 +1,6 @@
 # $Id$
 
 PortSystem  1.0
-PortGroup   archcheck 1.0
 PortGroup   muniversal 1.0
 PortGroup   xcodeversion 1.0
 
@@ -30,8 +29,6 @@
 
 minimum_xcodeversions {9 3.1}
 
-archcheck.files lib/libGL.dylib
-
 configure.args \
     --mandir=${prefix}/share/man
 

Modified: trunk/dports/php/php5-esmtp/Portfile
===================================================================
--- trunk/dports/php/php5-esmtp/Portfile	2010-07-24 01:24:56 UTC (rev 69964)
+++ trunk/dports/php/php5-esmtp/Portfile	2010-07-24 01:38:51 UTC (rev 69965)
@@ -1,7 +1,6 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       archcheck 1.0
 PortGroup       php5extension 1.0
 
 php5extension.setup esmtp 0.3.1 pecl
@@ -28,9 +27,6 @@
 depends_lib-append \
     port:libesmtp
 
-archcheck.files \
-    lib/libesmtp.dylib
-
 configure.args \
     --with-esmtp=${prefix}
 

Modified: trunk/dports/php/php5-gdchart/Portfile
===================================================================
--- trunk/dports/php/php5-gdchart/Portfile	2010-07-24 01:24:56 UTC (rev 69964)
+++ trunk/dports/php/php5-gdchart/Portfile	2010-07-24 01:38:51 UTC (rev 69965)
@@ -1,7 +1,6 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       archcheck 1.0
 PortGroup       php5extension 1.0
 
 php5extension.setup gdchart 0.2.0 pecl

Modified: trunk/dports/php/php5-mongo/Portfile
===================================================================
--- trunk/dports/php/php5-mongo/Portfile	2010-07-24 01:24:56 UTC (rev 69964)
+++ trunk/dports/php/php5-mongo/Portfile	2010-07-24 01:38:51 UTC (rev 69965)
@@ -1,7 +1,6 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       archcheck 1.0
 PortGroup       php5extension 1.0
 
 php5extension.setup mongo 1.0.7 pecl
@@ -24,6 +23,3 @@
 
 depends_build-append \
     port:mongodb
-
-archcheck.files \
-    lib/libmongoclient.a

Modified: trunk/dports/php/php5-oauth/Portfile
===================================================================
--- trunk/dports/php/php5-oauth/Portfile	2010-07-24 01:24:56 UTC (rev 69964)
+++ trunk/dports/php/php5-oauth/Portfile	2010-07-24 01:38:51 UTC (rev 69965)
@@ -1,7 +1,6 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       archcheck 1.0
 PortGroup       php5extension 1.0
 
 php5extension.setup oauth 0.99.9 pecl
@@ -24,9 +23,6 @@
 depends_lib-append \
     port:curl
 
-archcheck.files \
-    lib/libcurl.dylib
-
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     set exampledir ${prefix}/share/examples

Modified: trunk/dports/sysutils/cdrtools/Portfile
===================================================================
--- trunk/dports/sysutils/cdrtools/Portfile	2010-07-24 01:24:56 UTC (rev 69964)
+++ trunk/dports/sysutils/cdrtools/Portfile	2010-07-24 01:38:51 UTC (rev 69965)
@@ -1,7 +1,6 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup	archcheck 1.0
 
 name	    	cdrtools
 version		3.00
@@ -27,8 +26,6 @@
 
 depends_lib	port:gettext
 
-archcheck.files	lib/libintl.dylib
-
 post-patch {
 	reinplace "s|/opt/schily|${prefix}|g" \
 		${worksrcpath}/DEFAULTS/Defaults.darwin \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100723/00dfd681/attachment.html>


More information about the macports-changes mailing list