#17545: Afterstep fails to build -----------------------------------+---------------------------------------- Reporter: jeremyhu@… | Owner: waqar@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | Port: afterstep -----------------------------------+---------------------------------------- It can't find the freetype headers because of the incorrect --with-ttf- includes configure option. {{{ Index: Portfile =================================================================== --- Portfile (revision 42954) +++ Portfile (working copy) @@ -25,23 +25,28 @@ depends_build port:pkgconfig -depends_lib lib:libX11.6:XFree86 port:jpeg port:libpng \ - port:freetype port:tiff port:libungif port:gtk2 \ - port:librsvg +depends_lib \ + lib:libX11.6:xorg-libX11 \ + lib:libXdmcp.6:xorg-libXdmcp \ + lib:libXext.6:xorg-libXext \ + lib:libXinerama.1:xorg-libXinerama \ + lib:libXrender.1:xrender \ + port:fontconfig \ + port:freetype \ + port:libpng \ + port:jpeg \ + port:tiff \ + port:libungif \ + port:gtk2 \ + port:librsvg configure.args --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ --enable-i18n --with-ungif --with-x \ - --with-svg \ - --with-gif-includes=${prefix}/include \ - --with-tiff-includes=${prefix}/include \ - --with-jpeg-includes=${prefix}/include \ - --with-png-includes=${prefix}/include \ - --with-ttf-includes=${prefix}/include + --with-svg platform darwin { configure.ldflags-append "-bind_at_load" - configure.env PKG_CONFIG=${prefix}/bin/pkg-config patchfiles patch-parser.c pre-configure { reinplace "s|-rdynamic|-dynamic|g" \ }}} -- Ticket URL: <http://trac.macports.org/ticket/17545> MacPorts <http://www.macports.org/> Ports system for Mac OS