Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2004 22:30:19 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61522: Update port: graphics/sdl_ttf to 2.0.6
Message-ID:  <20040118223019.20a76ea0.tkato@prontomail.com>
Resent-Message-ID: <200401181340.i0IDeFax071489@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61522
>Category:       ports
>Synopsis:       Update port: graphics/sdl_ttf to 2.0.6
>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:   Sun Jan 18 05:40:15 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 2.0.6

Remove file:
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/sdl_ttf/Makefile graphics/sdl_ttf/Makefile
--- /usr/ports/graphics/sdl_ttf/Makefile	Thu Jul 31 19:12:17 2003
+++ graphics/sdl_ttf/Makefile	Sat Jan 17 21:15:17 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	sdl_ttf
-PORTVERSION=	2.0.5
-PORTREVISION=	1
+PORTVERSION=	2.0.6
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_ttf/release/
 DISTNAME=	SDL_ttf-${PORTVERSION}
@@ -18,19 +17,18 @@
 LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 
 USE_SDL=	yes
-USE_MESA=	yes
+USE_GL=		yes
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
 LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
-			  -I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_ARGS=	LT_CURRENT=3 LT_REVISION=0 LT_AGE=0
 INSTALLS_SHLIB=	yes
 
-post-configure:
-	@${REINPLACE_CMD} -e \
-		's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
-			${WRKSRC}/libtool
+post-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/sdl_ttf/distinfo graphics/sdl_ttf/distinfo
--- /usr/ports/graphics/sdl_ttf/distinfo	Wed Apr 17 21:36:37 2002
+++ graphics/sdl_ttf/distinfo	Fri Jan 16 23:56:34 2004
@@ -1 +1 @@
-MD5 (SDL_ttf-2.0.5.tar.gz) = 1dec3052634a5902914669b5dcd41523
+MD5 (SDL_ttf-2.0.6.tar.gz) = 880ca22ac3e8beb5cca2326cc8069733
diff -urN /usr/ports/graphics/sdl_ttf/files/patch-configure graphics/sdl_ttf/files/patch-configure
--- /usr/ports/graphics/sdl_ttf/files/patch-configure	Wed Dec 19 21:25:58 2001
+++ graphics/sdl_ttf/files/patch-configure	Thu Jan  1 09:00:00 1970
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/graphics/sdl_ttf/files/patch-configure,v 1.2 2001/12/19 12:25:58 sobomax Exp $
-
---- configure.orig	Thu Jun 21 08:22:18 2001
-+++ configure	Tue Jun 26 13:02:00 2001
-@@ -569,7 +569,7 @@
- 
- # libtool versioning
- LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION
--LT_CURRENT=`expr $MICRO_VERSION - $INTERFACE_AGE`
-+LT_CURRENT=3
- LT_REVISION=$INTERFACE_AGE
- LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE`
- 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040118223019.20a76ea0.tkato>