Date: Sun, 17 Aug 2003 01:02:29 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55623: Update port: graphics/gltt Message-ID: <20030817010229.53474320.tkato@prontomail.com> Resent-Message-ID: <200308161610.h7GGAGXw096963@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55623 >Category: ports >Synopsis: Update port: graphics/gltt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 16 09:10:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p3 i386 >Organization: >Environment: >Description: - Support CFLAGS/CXXFLAGS properly - Do not install useless .la file New file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gltt/Makefile graphics/gltt/Makefile --- /usr/ports/graphics/gltt/Makefile Sat Aug 16 19:29:46 2003 +++ graphics/gltt/Makefile Sat Aug 16 19:43:44 2003 @@ -7,28 +7,27 @@ PORTNAME= gltt PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://gltt.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= TrueType fonts rendering using OpenGL -LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype - -USE_GMAKE= yes -USE_MESA= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --x-includes=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib \ - --with-ttf-includes=${LOCALBASE}/include/freetype1 \ +USE_MESA= yes +USE_FREETYPE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ + LIBS="-L${X11BASE}/lib" +CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \ --with-ttf-libraries=${LOCALBASE}/lib \ --with-gl-includes=${X11BASE}/include \ --with-gl-libraries=${X11BASE}/lib \ --with-glut-includes=${X11BASE}/include \ --with-glut-libraries=${X11BASE}/lib -CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include INSTALLS_SHLIB= yes .include <bsd.port.mk> diff -urN /usr/ports/graphics/gltt/files/patch-configure graphics/gltt/files/patch-configure --- /usr/ports/graphics/gltt/files/patch-configure Thu Jan 1 09:00:00 1970 +++ graphics/gltt/files/patch-configure Sat Aug 16 19:39:31 2003 @@ -0,0 +1,10 @@ +--- configure.orig Sat Dec 1 05:06:23 2001 ++++ configure Sat Aug 16 19:39:23 2003 +@@ -6467,6 +6467,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/graphics/gltt/pkg-plist graphics/gltt/pkg-plist --- /usr/ports/graphics/gltt/pkg-plist Tue Jun 3 13:33:58 2003 +++ graphics/gltt/pkg-plist Sat Aug 16 19:35:23 2003 @@ -18,7 +18,6 @@ include/gltt/GLTTboolean.h include/gltt/GLTTminmax.h lib/libgltt.a -lib/libgltt.la lib/libgltt.so lib/libgltt.so.0 @dirrm include/gltt >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030817010229.53474320.tkato>