#15990: php5-5.2.6 Configure error for fontconfig-2.6.0 with freetype-2.3.7 ----------------------------------+----------------------------------------- Reporter: reine.kurth@free.fr | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: php5 fontconfig freetype ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => invalid Comment: You need to expand variables in the binpath. So you need to write "binpath /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11/bin", not "binpath ${prefix}/bin:${prefix}/sbin:/bin:/sbin:/usr/bin:/usr/sbin:${x11prefix}/bin". Because you had not expanded the variables, /opt/local/bin, where freetype-config lives, was not in the path. That is why fontconfig could not find it. Changing the binpath variable is not recommended. The best idea is to remove it from the macports.conf. -- Ticket URL: <http://trac.macports.org/ticket/15990#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS