Opened 15 years ago
Closed 15 years ago
#22130 closed defect (fixed)
ftgl build broken on Leopard
Reported by: | yaseppochi (Stephen J. Turnbull) | Owned by: | krugazor@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.99 |
Keywords: | Cc: | anddam (Andrea D'Amore), faisal.moledina@…, mf2k (Frank Schima), kurtjaeke@…, clusty1@…, td@… | |
Port: | ftgl |
Description
So Leopard compatibility is already considered unnecessary before installing an unstable release. :-( The portfile from #18444 kills me.
See log attached.
Attachments (2)
Change History (13)
Changed 15 years ago by yaseppochi (Stephen J. Turnbull)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to krugazor@… |
---|
comment:2 Changed 15 years ago by anddam (Andrea D'Amore)
Cc: | and.damore@… added |
---|
comment:3 Changed 15 years ago by oveedl@…
I get the same errors in macports version 1.8.1, and both for Snow leopard and Tiger.
Changed 15 years ago by faisal.moledina@…
Attachment: | ftgl-debug-build-failure.log added |
---|
Similar, maybe different build errors
comment:5 Changed 15 years ago by faisal.moledina@…
The attached file was for MacPorts 1.8.1 on Snow Leopard 10.6.1 using Xcode 3.2.1 trying to build ftgl @2.1.3-rc5 without the universal variant. My Macports install was fresh at 1.8.0 when I installed Snow Leopard 10.6 and Xcode 3.2.
comment:7 Changed 15 years ago 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@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
comment:11 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Cc Me!