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)

ftgl.log (129.0 KB) - added by yaseppochi (Stephen J. Turnbull) 15 years ago.
ftgl-debug-build-failure.log (166.1 KB) - added by faisal.moledina@… 15 years ago.
Similar, maybe different build errors

Download all attachments as: .zip

Change History (13)

Changed 15 years ago by yaseppochi (Stephen J. Turnbull)

Attachment: ftgl.log added

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

Cc Me!

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@…

Similar, maybe different build errors

comment:4 Changed 15 years ago by faisal.moledina@…

Cc: faisal.moledina@… added

Cc Me!

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:6 Changed 15 years ago by mf2k (Frank Schima)

Cc: macsforever2000@… added

Cc Me!

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:8 Changed 15 years ago by kurtjaeke@…

Cc: kurtjaeke@… added

Cc Me!

comment:9 Changed 15 years ago by clusty1@…

Cc: clusty1@… added

Cc Me!

comment:10 Changed 15 years ago by td@…

Cc: td@… added

Cc Me!

comment:11 Changed 15 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed

This was fixed in r59774 and r59775 by jeremyhu.

Note: See TracTickets for help on using tickets.