#45582: grace: xmgrace crashes with SIGSYS in yosemite --------------------------+-------------------------------- Reporter: gezelter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: grace t1lib | --------------------------+-------------------------------- Comment (by mojca@…): In any case `grace` shouldn't opportunistically link against `t1lib` and `netcdf`. Something along the following lines might be needed (untested): {{{ #!patch --- Portfile (revision 133549) +++ Portfile (working copy) @@ -37,7 +37,10 @@ configure.optflags -O1 configure.pre_args --prefix=${prefix}/lib configure.args --with-helpviewer="${prefix}/bin/openbrowser ${prefix}/share/doc/${name}/`basename %s`" \ - --x-include=${prefix}/include --x-lib=${prefix}/lib + --x-include=${prefix}/include \ + --x-lib=${prefix}/lib \ + --with-bundled-t1lib \ + --disable-netcdf post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc @@ -53,7 +56,7 @@ variant netcdf description {Support for NetCDF data files} { depends_lib-append port:netcdf - configure.args-append --enable-netcdf + configure.args-replace --disable-netcdf --enable-netcdf } livecheck.type regex }}} -- Ticket URL: <https://trac.macports.org/ticket/45582#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X