[109797] trunk/dports/graphics/dcmtk/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 23:31:32 PDT 2013


Revision: 109797
          https://trac.macports.org/changeset/109797
Author:   jeremyhu at macports.org
Date:     2013-08-19 23:31:32 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
dcmtk: Mark failing on Mavericks

Modified Paths:
--------------
    trunk/dports/graphics/dcmtk/Portfile

Modified: trunk/dports/graphics/dcmtk/Portfile
===================================================================
--- trunk/dports/graphics/dcmtk/Portfile	2013-08-20 06:29:57 UTC (rev 109796)
+++ trunk/dports/graphics/dcmtk/Portfile	2013-08-20 06:31:32 UTC (rev 109797)
@@ -79,6 +79,19 @@
 # TODO: This project has buggy C++ which clang rejects
 compiler.blacklist-append clang
 
+platform darwin {
+    if {${os.major} >= 13} {
+        # This project needs to be updated to build with clang++ against libc++
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
+
 variant private description "Install private tags dictionary" {
   configure.args-append --with-private-tags
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/cf61bcc9/attachment.html>


More information about the macports-changes mailing list