Jeremy It looks like this change broke the build, according to the buildbot at least.
framecpp_channeldemux.cc: In function 'int split_name(const char*, char**, char**)': framecpp_channeldemux.cc:150: error: 'strndup' was not declared in this scope I assume this is due to Xcode5 not providing llvm-gcc-4.2 anymore. Is the only solution going forward to be patch the code? Cheers Adam On Wed, Aug 7, 2013 at 9:20 PM, <[email protected]> wrote: > Revision 109111 Author [email protected] Date 2013-08-07 19:20:09 -0700 > (Wed, 07 Aug 2013) > > Log Message > > gstlal-inspiral: Use compiler.blacklist > > Modified Paths > > trunk/dports/science/gstlal-inspiral/Portfile > > Diff > > Modified: trunk/dports/science/gstlal-inspiral/Portfile (109110 => 109111) > > --- trunk/dports/science/gstlal-inspiral/Portfile 2013-08-08 02:18:11 UTC > (rev 109110) > +++ trunk/dports/science/gstlal-inspiral/Portfile 2013-08-08 02:20:09 UTC > (rev 109111) > @@ -54,9 +54,8 @@ > > # fails with "error: cannot compile this complex compound assignment yet" > # submitted as radr://11224126 > -if {${configure.compiler} == "clang"} { > - configure.compiler llvm-gcc-4.2 > -} > +# http://llvm.org/bugs/show_bug.cgi?id=12790 > +compiler.blacklist clang > > # hack around #39223 > configure.args-append PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error > -F${frameworks_dir} -framework Python" > > > _______________________________________________ > macports-changes mailing list > [email protected] > https://lists.macosforge.org/mailman/listinfo/macports-changes > _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
