[110666] trunk/dports/textproc/mgizapp/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 21:37:47 PDT 2013


Revision: 110666
          https://trac.macports.org/changeset/110666
Author:   jeremyhu at macports.org
Date:     2013-09-02 21:37:47 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
mgizapp: Adjust blacklisting

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

Modified: trunk/dports/textproc/mgizapp/Portfile
===================================================================
--- trunk/dports/textproc/mgizapp/Portfile	2013-09-03 04:34:45 UTC (rev 110665)
+++ trunk/dports/textproc/mgizapp/Portfile	2013-09-03 04:37:47 UTC (rev 110666)
@@ -31,8 +31,20 @@
     file attributes ${worksrcpath}/install-sh -permissions 0755
 }
 
-compiler.blacklist  clang
+# TODO: Fix buggy C++
+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"
+        }
+    }
+}
+
 build.args          LIBS="-lboost_system-mt -lboost_thread-mt"
 
 livecheck.regex     ${name}-(\[\\d.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/48c55c77/attachment.html>


More information about the macports-changes mailing list