sdl_ttf

Alexander Bussman buxman at telia.com
Mon Jan 19 05:08:33 PST 2004


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

-------------- next part --------------
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


More information about the freebsd-ports mailing list