From tkato@prontomail.com  Sun Jan 18 05:31:38 2004
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B780816A4CE
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 18 Jan 2004 05:31:38 -0800 (PST)
Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B69C143D5A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 18 Jan 2004 05:31:36 -0800 (PST)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([61.198.241.18]) by hfep06.dion.ne.jp with SMTP
          id <20040118133133093.ZPIM@hfep06.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Sun, 18 Jan 2004 22:31:33 +0900
Message-Id: <20040118223019.20a76ea0.tkato@prontomail.com>
Date: Sun, 18 Jan 2004 22:30:19 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: graphics/sdl_ttf to 2.0.6

>Number:         61522
>Category:       ports
>Synopsis:       Update port: graphics/sdl_ttf to 2.0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 18 05:40:15 PST 2004
>Closed-Date:    Sun Jan 18 10:17:46 PST 2004
>Last-Modified:  Sun Jan 18 10:17:46 PST 2004
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Sun Jan 18 07:49:38 PST 2004 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61522 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sun Jan 18 10:17:41 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61522 
>Unformatted:
