[97899] trunk/dports/lang

jeremyhu at macports.org jeremyhu at macports.org
Tue Sep 18 23:42:21 PDT 2012


Revision: 97899
          http://trac.macports.org//changeset/97899
Author:   jeremyhu at macports.org
Date:     2012-09-18 23:42:21 -0700 (Tue, 18 Sep 2012)
Log Message:
-----------
libcxx, libcxxabi: Fix port sync on Tiger.

Modified Paths:
--------------
    trunk/dports/lang/libcxx/Portfile
    trunk/dports/lang/libcxxabi/Portfile

Modified: trunk/dports/lang/libcxx/Portfile
===================================================================
--- trunk/dports/lang/libcxx/Portfile	2012-09-19 05:57:56 UTC (rev 97898)
+++ trunk/dports/lang/libcxx/Portfile	2012-09-19 06:42:21 UTC (rev 97899)
@@ -30,8 +30,10 @@
         system "echo ${name} is an empty port on this OS version because the functionality is already provided by the OS. > ${destroot}${prefix}/share/doc/${name}/README.txt"
     }
 } elseif {${os.major} < 10} {
-    ui_error "${name} is not supported on Leopard or earlier."
-    error "unsupported platform"
+    pre-fetch {
+        ui_error "${name} is not supported on Leopard or earlier."
+        error "unsupported platform"
+    }
 } else {
     depends_lib port:libcxxabi
 

Modified: trunk/dports/lang/libcxxabi/Portfile
===================================================================
--- trunk/dports/lang/libcxxabi/Portfile	2012-09-19 05:57:56 UTC (rev 97898)
+++ trunk/dports/lang/libcxxabi/Portfile	2012-09-19 06:42:21 UTC (rev 97899)
@@ -31,8 +31,10 @@
         system "echo ${name} is an empty port on this OS version because the functionality is already provided by the OS. > ${destroot}${prefix}/share/doc/${name}/README.txt"
     }
 } elseif {${os.major} < 10} {
-    ui_error "${name} is not supported on Leopard or earlier."
-    error "unsupported platform"
+    pre-fetch {
+        ui_error "${name} is not supported on Leopard or earlier."
+        error "unsupported platform"
+    }
 } else {
     depends_build port:clang-3.1
     depends_skip_archcheck-append clang-3.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120918/0d06fb72/attachment-0001.html>


More information about the macports-changes mailing list