#46942: gnuplot 5.0.0 +aquaterm fails to include support for aquaterm -------------------------+--------------------- Reporter: michaelld@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: gnuplot -------------------------+--------------------- The configure patch from 4.6.6 was not ported to 5.0.0, so gnuplot now fails to find the Aquaterm header, but does not fail building; it just does not support the "aqua" terminal even with the +aquaterm set. At least for me running 10.8, Xcode 5.1.1 (but, I think this will be generic since it's a compiler arguments issue rather than OS related). {{{ configure:8866: checking for Aquaterm framework presence configure:8887: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -F/opt/local/Library/Frameworks -arch x86_64 -L/opt/local/lib -lcerf -framework Foundation -framework Aquaterm conftest.m >&5 conftest.m:32:9: fatal error: 'Aquaterm/AQTAdapter.h' file not found #import <Aquaterm/AQTAdapter.h> }}} I think the "right" solution is to recreate the configure patch; an alternative that might work is to set some *FLAGS in the configure.env. -- Ticket URL: <https://trac.macports.org/ticket/46942> MacPorts <https://www.macports.org/> Ports system for OS X