[61898] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Wed Dec 23 02:45:32 PST 2009


Revision: 61898
          http://trac.macports.org/changeset/61898
Author:   ryandesign at macports.org
Date:     2009-12-23 02:45:31 -0800 (Wed, 23 Dec 2009)
Log Message:
-----------
pango, pango-devel: add archcheck portgroup

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile
    trunk/dports/x11/pango-devel/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2009-12-23 10:45:07 UTC (rev 61897)
+++ trunk/dports/x11/pango/Portfile	2009-12-23 10:45:31 UTC (rev 61898)
@@ -2,6 +2,7 @@
 
 PortSystem              1.0
 PortGroup               muniversal 1.0
+PortGroup               archcheck 1.0
 
 name                    pango
 conflicts               pango-devel
@@ -38,6 +39,10 @@
     port:Xft2 \
     path:lib/pkgconfig/cairo.pc:cairo
 
+archcheck.files         lib/libglib-2.0.dylib \
+                        lib/libXft.dylib \
+                        lib/libcairo.dylib
+
 patchfiles \
     patch-which.diff \
     patch-ltmain.sh.diff \
@@ -123,6 +128,7 @@
 variant no_x11 {
     depends_lib-delete \
         port:Xft2
+    archcheck.files-delete  lib/libXft.dylib
     configure.args-append \
         --without-x
 }

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2009-12-23 10:45:07 UTC (rev 61897)
+++ trunk/dports/x11/pango-devel/Portfile	2009-12-23 10:45:31 UTC (rev 61898)
@@ -2,6 +2,7 @@
 
 PortSystem              1.0
 PortGroup               muniversal 1.0
+PortGroup               archcheck 1.0
 
 name                    pango-devel
 conflicts               pango
@@ -40,6 +41,10 @@
     port:Xft2 \
     path:lib/pkgconfig/cairo.pc:cairo
 
+archcheck.files         lib/libglib-2.0.dylib \
+                        lib/libXft.dylib \
+                        lib/libcairo.dylib
+
 patchfiles \
     patch-which.diff \
     patch-ltmain.sh.diff
@@ -131,6 +136,7 @@
 variant no_x11 {
     depends_lib-delete \
         port:Xft2
+    archcheck.files-delete  lib/libXft.dylib
     configure.args-append \
         --without-x
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091223/54ddc841/attachment.html>


More information about the macports-changes mailing list