[110634] trunk/dports/archivers/libpar2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 17:19:52 PDT 2013


Revision: 110634
          https://trac.macports.org/changeset/110634
Author:   jeremyhu at macports.org
Date:     2013-09-02 17:19:52 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
libpar2: Update blacklisting

Modified Paths:
--------------
    trunk/dports/archivers/libpar2/Portfile

Modified: trunk/dports/archivers/libpar2/Portfile
===================================================================
--- trunk/dports/archivers/libpar2/Portfile	2013-09-03 00:17:59 UTC (rev 110633)
+++ trunk/dports/archivers/libpar2/Portfile	2013-09-03 00:19:52 UTC (rev 110634)
@@ -27,8 +27,20 @@
 
 use_parallel_build  yes
 
+# TODO: Fix buggy C++ code
 compiler.blacklist *clang*
 
+platform darwin {
+    if {${os.major} >= 13} {
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}
     xinstall -d ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/386abafa/attachment.html>


More information about the macports-changes mailing list