[MacPorts] #22130: ftgl build broken on Leopard

MacPorts noreply at macports.org
Mon Oct 19 11:37:07 PDT 2009


#22130: ftgl build broken on Leopard
--------------------------------+-------------------------------------------
 Reporter:  stephen@…           |       Owner:  krugazor@…      
     Type:  defect              |      Status:  new             
 Priority:  Normal              |   Milestone:                  
Component:  ports               |     Version:  1.8.99          
 Keywords:                      |        Port:  ftgl            
--------------------------------+-------------------------------------------

Comment(by kurtjaeke@…):

 Try this Portfile. Worked for me on 10.5

 {{{
 PortSystem      1.0

 name            ftgl
 version         2.1.3-rc5
 platforms       darwin
 categories      graphics
 maintainers             krugazor at free.fr
 description             Freetype / OpenGL bridge

 long_description        FTGL takes freetype fonts, decodes them,\
                         and generates an OpenGL object out of it.\
                         It supports a lot of rendering modes.

 homepage                http://ftgl.wiki.sourceforge.net/
 checksums               md5 fcf4d0567b7de9875d4e99a9f7423633

 master_sites            sourceforge

 depends_lib             lib:freetype:freetype

 depends_build           bin:doxygen:doxygen \
                         port:gsed \
                         port:Mesa \
                         xorg-libX11 \
                         freetype


 worksrcdir              ${name}-2.1.3~rc5

 patchfiles              patch-docs-Makefile.in.diff

 configure.args-append --with-x --x-includes=${prefix}/include
 --x-libraries=${prefix}/lib

 configure.args-append --with-gl-inc=${prefix}/include
 configure.args-append --with-gl-lib=${prefix}/lib

 configure.args-append --with-glut-inc=${prefix}/include
 configure.args-append --with-glut-lib=${prefix}/lib

 configure.args-append --with-ft-prefix=${prefix}

 configure.ldflags-append -lglut -lGLU -lGL
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/22130#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list