[110623] trunk/dports/net/mediatomb/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 16:50:04 PDT 2013


Revision: 110623
          https://trac.macports.org/changeset/110623
Author:   jeremyhu at macports.org
Date:     2013-09-02 16:50:04 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
mediatomb: Adjust blacklisting

Modified Paths:
--------------
    trunk/dports/net/mediatomb/Portfile

Modified: trunk/dports/net/mediatomb/Portfile
===================================================================
--- trunk/dports/net/mediatomb/Portfile	2013-09-02 23:49:14 UTC (rev 110622)
+++ trunk/dports/net/mediatomb/Portfile	2013-09-02 23:50:04 UTC (rev 110623)
@@ -46,8 +46,19 @@
                     patch-src-metadata-ffmpeg_handler.cc.diff
 
 # Buggy C++ code, so don't use clang
-compiler.blacklist  clang
+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"
+        }
+    }
+}
+
 configure.args      \
     --enable-libjs --with-js-h=${prefix}/include/js --enable-libexif \
     --disable-sqlite3 --disable-mysql \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/79bc8806/attachment.html>


More information about the macports-changes mailing list