Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2004 14:10:26 +0100
From:      Alexander Bussman <buxman@telia.com>
To:        ports@FreeBSD.org
Subject:   sdl_ttf
Message-ID:  <400BD742.2070007@telia.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------080700020203090208070305
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hi!
I'm just wondering if there is any plans on upgrading sdl_ttf to the 
latest version (1.0.6).

I made a patch for the sdl_ttf port, but I'm not really sure how to make 
patches... so this is how I did it:
1) made a backup of the sdl_ttf directory
2) made my modifications (in the sdl_ttf directory)
3) diff -ur ../sdl_ttf-backup/ . > sdl_ttf-1.0.6.patch (from the 
modified directory)

The patch seams to work if you apply it in the sdl_ttf directory.
The patch is attached with this mail.

Also I have a question regarding SDL: Will you upgrade SDL to 1.2.6?

// Alexander Bussman


--------------080700020203090208070305
Content-Type: text/plain;
 name="sdl_ttf-1.0.6.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="sdl_ttf-1.0.6.patch"

diff -ur ../sdl_ttf-backup/Makefile ./Makefile
--- ../sdl_ttf-backup/Makefile	Fri Jan 16 15:43:36 2004
+++ ./Makefile	Fri Jan 16 15:43:43 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sdl_ttf
-PORTVERSION=	2.0.5
+PORTVERSION=	2.0.6
 PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_ttf/release/
diff -ur ../sdl_ttf-backup/distinfo ./distinfo
--- ../sdl_ttf-backup/distinfo	Fri Jan 16 15:43:36 2004
+++ ./distinfo	Fri Jan 16 15:45:00 2004
@@ -1 +1 @@
-MD5 (SDL_ttf-2.0.5.tar.gz) = 1dec3052634a5902914669b5dcd41523
+MD5 (SDL_ttf-2.0.6.tar.gz) = 880ca22ac3e8beb5cca2326cc8069733
diff -ur ../sdl_ttf-backup/files/patch-configure ./files/patch-configure
--- ../sdl_ttf-backup/files/patch-configure	Fri Jan 16 15:43:36 2004
+++ ./files/patch-configure	Fri Jan 16 15:45:50 2004
@@ -8,7 +8,7 @@
  # libtool versioning
  LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION
 -LT_CURRENT=`expr $MICRO_VERSION - $INTERFACE_AGE`
-+LT_CURRENT=3
++LT_CURRENT=6
  LT_REVISION=$INTERFACE_AGE
  LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE`
  
Only in .: sdl_ttf-1.0.6.patch
Only in .: work

--------------080700020203090208070305--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?400BD742.2070007>