[92082] trunk/dports/devel/xulrunner-devel/Portfile

jmr at macports.org jmr at macports.org
Tue Apr 17 10:08:02 PDT 2012


Revision: 92082
          https://trac.macports.org/changeset/92082
Author:   jmr at macports.org
Date:     2012-04-17 10:08:02 -0700 (Tue, 17 Apr 2012)
Log Message:
-----------
xulrunner-devel: remove archcheck portgroup (#29482), error out early on Tiger

Modified Paths:
--------------
    trunk/dports/devel/xulrunner-devel/Portfile

Modified: trunk/dports/devel/xulrunner-devel/Portfile
===================================================================
--- trunk/dports/devel/xulrunner-devel/Portfile	2012-04-17 17:00:34 UTC (rev 92081)
+++ trunk/dports/devel/xulrunner-devel/Portfile	2012-04-17 17:08:02 UTC (rev 92082)
@@ -2,7 +2,6 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       archcheck 1.0
 
 name            xulrunner-devel
 set component	xulrunner
@@ -56,17 +55,6 @@
         port:xorg-libXt \
         port:libnotify
 
-archcheck.files \
-        libexec/heimdal/lib/libkrb5.dylib \
-        lib/libcanberra.dylib \
-        lib/libgconf-2.dylib \
-        lib/libgtk-x11-2.0.dylib \
-        lib/liblcms.dylib \
-        lib/libnotify.dylib \
-        lib/libXt.dylib \
-        lib/nspr/libnspr4.dylib \
-        lib/nss/libnss3.dylib 
-
 use_autoconf yes
 autoconf.cmd autoconf213
 
@@ -138,6 +126,13 @@
 if {${configure.compiler} == "gcc-4.0"} {
     configure.compiler gcc-4.2
 }
+platform darwin 8 {
+    depends_build
+    depends_lib
+    pre-fetch {
+        error "$name requires Core Text which is only available on OS X 10.5+"
+    }
+}
 
 # Yes, this is ugly... but the real fix is in the works
 # https://bugzilla.mozilla.org/show_bug.cgi?id=529878
@@ -194,11 +189,6 @@
         port:lcms \
         port:nss \
         port:nspr
-
-    archcheck.files-delete \
-        lib/liblcms.dylib \
-        lib/nspr/libnspr4.dylib \
-        lib/nss/libnss3.dylib
 }
 
 # plugin-instance-nococoa.patch : https://bugzilla.mozilla.org/show_bug.cgi?id=587370
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120417/ac11252e/attachment.html>


More information about the macports-changes mailing list