[110588] trunk/dports/textproc/sword/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Sep 2 10:20:29 PDT 2013
Revision: 110588
https://trac.macports.org/changeset/110588
Author: jeremyhu at macports.org
Date: 2013-09-02 10:20:29 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
sword: Adjust blacklisting
Modified Paths:
--------------
trunk/dports/textproc/sword/Portfile
Modified: trunk/dports/textproc/sword/Portfile
===================================================================
--- trunk/dports/textproc/sword/Portfile 2013-09-02 17:17:06 UTC (rev 110587)
+++ trunk/dports/textproc/sword/Portfile 2013-09-02 17:20:29 UTC (rev 110588)
@@ -36,12 +36,25 @@
patch-curl-types.diff
# llvm-gcc-4.2 hangs
-compiler.blacklist llvm-gcc-4.2 macports-llvm-gcc-4.2
+compiler.blacklist *llvm-gcc-4.2
# Buggy C++
# ../include/multimapwdef.h:22:7: error: use of undeclared identifier 'find'
-compiler.blacklist-append clang
+compiler.blacklist-append *clang*
+platform darwin {
+ if {${os.major} >= 13} {
+ # TODO: Test Mavericks once the buggy C++ code is fixed
+
+ depends_lib
+ depends_run
+ pre-fetch {
+ ui_error "$name does not build on Mavericks or later."
+ error "unsupported platform"
+ }
+ }
+}
+
pre-configure {
system "cd ${worksrcpath} && env LTIZE=${prefix}/bin/glibtoolize ./autogen.sh"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/76989a96/attachment.html>
More information about the macports-changes
mailing list