[110665] trunk/dports/textproc/pialign/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 21:34:45 PDT 2013


Revision: 110665
          https://trac.macports.org/changeset/110665
Author:   jeremyhu at macports.org
Date:     2013-09-02 21:34:45 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
pialign: Adjust blacklisting

Modified Paths:
--------------
    trunk/dports/textproc/pialign/Portfile

Modified: trunk/dports/textproc/pialign/Portfile
===================================================================
--- trunk/dports/textproc/pialign/Portfile	2013-09-03 04:13:19 UTC (rev 110664)
+++ trunk/dports/textproc/pialign/Portfile	2013-09-03 04:34:45 UTC (rev 110665)
@@ -28,8 +28,20 @@
 checksums           rmd160  4ca9d4518672051541984a14794bc8414556f123 \
                     sha256  e58aee210ce312550475f7db379922893ed7ff81721db16ceb7c4dfb9a1c0588
 
-compiler.blacklist  clang
+# TODO: Cleanup old tr1 namespace usage
+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 doc_dir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${doc_dir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/e3adacbc/attachment.html>


More information about the macports-changes mailing list