Revision: 141253 https://trac.macports.org/changeset/141253 Author: jeremyhu@macports.org Date: 2015-10-13 09:17:05 -0700 (Tue, 13 Oct 2015) Log Message: ----------- nds2-client: Remove clang blacklisting The port seems to build fine these days. Tested with macports-clang-3.4 and Xcode 7's clang. Modified Paths: -------------- trunk/dports/science/nds2-client/Portfile Modified: trunk/dports/science/nds2-client/Portfile =================================================================== --- trunk/dports/science/nds2-client/Portfile 2015-10-13 15:44:19 UTC (rev 141252) +++ trunk/dports/science/nds2-client/Portfile 2015-10-13 16:17:05 UTC (rev 141253) @@ -4,7 +4,7 @@ name nds2-client version 0.11.6 -revision 1 +revision 2 categories science platforms darwin license GPL-2 @@ -73,9 +73,6 @@ depends_build-append port:swig-octave configure.args-strsed s/--disable-swig-octave/--enable-swig-octave/ - # At least as of Octave 3.2.4, the Octave C++ API does not work with clang. - compiler.blacklist-append *clang* - } variant swig_java description "Enable SWIG Java interface" {