[MacPorts] #43844: fontforge: upgrade to latest version
MacPorts
noreply at macports.org
Thu Apr 26 11:19:30 UTC 2018
#43844: fontforge: upgrade to latest version
------------------------+--------------------------------
Reporter: mojca | Owner: macports-tickets@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: fontforge |
------------------------+--------------------------------
Comment (by raimue):
Do not hardcode `PYTHON_CFLAGS` and `PYTHON_LIBS` at all. The build system
will figure it out itself based on the python binary you pass as `PYTHON`.
However, it needs the configuration file for pkg-config. Because python is
packaged strangely, this is not in the normal search path (I consider it a
bug in the python ports).
You should only need this:
{{{
configure.env-append PYTHON=${prefix}/bin/python2.7 \
PKG_CONFIG_PATH="${frameworks_dir}/Python.framework/Versions/2.7/lib/pkgconfig"
}}}
A application using X11 does not really sound specific to macOS. Have you
tried launching it from command line instead of with the `.app` bundle the
port puts together? Probably only the latter has a problem.
--
Ticket URL: <https://trac.macports.org/ticket/43844#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list