#14807 closed defect (invalid)
fox-1.6.32 freetype2 dependency error
Reported by: | will@… | Owned by: | lyle.johnson@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | fox | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | fox |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
When building x11/fox toolkit it has a dependency on freetype. The header files for the current port of freetype is installed in /opt/local/include/freetype. I needed to change the Portfile to include this path:
configure.cppflags-append "-I${x11prefix}/include -I${prefix}/include/freetype2"
- Will Sobel
Attachments (1)
Change History (9)
Changed 17 years ago by will@…
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Cc: | lyle.johnson@… added |
---|---|
Milestone: | → Port Bugs |
Cc maintainer.
comment:2 Changed 17 years ago by lyle@…
The configure script for FOX should automatically add that include path (-I/opt/local/include/freetype2) since we're configuring the build with the "--with-xft" setting. I've just verified that it's working properly by uninstalling and then reinstalling the FOX port.
Will, what do you get when you type "pkg-config --cflags xft" at the command line?
comment:3 Changed 17 years ago by lyle@…
Some e-mail communication on this one is taking place outside of the tracker: We have confirmed that "pkg-config --cflags xft" returns the correct info, so now we're waiting to see if that allows FOX to configure itself properly (without modifying the Portfile). Stay tuned...
comment:4 Changed 17 years ago by will@…
Final solution was to reinstall ports from scratch. Had to do the following:
rm -rf /opt/local
install port
port install fox
comment:5 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added; lyle.johnson@… removed |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to lyle.johnson@… |
Port: | fox added |
So should we mark this ticket as invalid?
comment:7 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Complete portfile for fox.