[109798] trunk/dports/graphics/exact-image/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Aug 19 23:31:56 PDT 2013
Revision: 109798
https://trac.macports.org/changeset/109798
Author: jeremyhu at macports.org
Date: 2013-08-19 23:31:56 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
exact-image: Mark failing on Mavericks
Modified Paths:
--------------
trunk/dports/graphics/exact-image/Portfile
Modified: trunk/dports/graphics/exact-image/Portfile
===================================================================
--- trunk/dports/graphics/exact-image/Portfile 2013-08-20 06:31:32 UTC (rev 109797)
+++ trunk/dports/graphics/exact-image/Portfile 2013-08-20 06:31:56 UTC (rev 109798)
@@ -38,6 +38,18 @@
# http://trac.macports.org/ticket/34201
compiler.blacklist-append clang macports-clang-2.9 macports-clang-3.0 macports-clang-3.1 macports-clang-3.2
+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"
+ }
+ }
+}
+
patchfiles codecs_png.cc.diff
configure.args --with-freetype \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/de4d6c92/attachment.html>
More information about the macports-changes
mailing list