aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_ttf
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-13 14:00:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-13 14:00:48 +0000
commitd8cae1217a649f0a359b809fc6d8450e260aa897 (patch)
tree49374123ba2dc571dd59c3fec1acbfbf873b9558 /graphics/sdl_ttf
parent4bccb6d5b219ff36ca0e7691e3a303f49686b764 (diff)
downloadports-d8cae1217a649f0a359b809fc6d8450e260aa897.tar.gz
ports-d8cae1217a649f0a359b809fc6d8450e260aa897.zip
- Update to 2.0.9
- Fixed binary installation conflict with x11-fonts/showfont - Got rid of library renaming as done for devel/sdl12 - Pass maintainership to submitter PR: 117611 Submitted by: Marcus von Appen <mva@sysfault.org>
Notes
Notes: svn path=/head/; revision=208948
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r--graphics/sdl_ttf/Makefile8
-rw-r--r--graphics/sdl_ttf/distinfo6
-rw-r--r--graphics/sdl_ttf/files/patch-SDL_ttf.c19
-rw-r--r--graphics/sdl_ttf/files/patch-aa13
-rw-r--r--graphics/sdl_ttf/pkg-plist5
5 files changed, 10 insertions, 41 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile
index a99628fb81ba..c167ef48bdae 100644
--- a/graphics/sdl_ttf/Makefile
+++ b/graphics/sdl_ttf/Makefile
@@ -6,17 +6,17 @@
#
PORTNAME= sdl_ttf
-PORTVERSION= 2.0.8
-PORTREVISION= 2
+PORTVERSION= 2.0.9
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
DISTNAME= SDL_ttf-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mva@sysfault.org
COMMENT= A library to use TrueType fonts to render text in SDL applications
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+USE_AUTOTOOLS= libtool:15
USE_SDL= sdl
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -31,6 +31,6 @@ USE_GL= yes
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont ${PREFIX}/bin/sdl-showfont
.include <bsd.port.mk>
diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo
index 1b5687245165..b3c4ae2c53c3 100644
--- a/graphics/sdl_ttf/distinfo
+++ b/graphics/sdl_ttf/distinfo
@@ -1,3 +1,3 @@
-MD5 (SDL_ttf-2.0.8.tar.gz) = 094b6c08769e9842dbe1dfb5efa22df7
-SHA256 (SDL_ttf-2.0.8.tar.gz) = 6f57c879c0d15211f468aac48ed43653103bbe701a3f1cff462107ad1f74c5bc
-SIZE (SDL_ttf-2.0.8.tar.gz) = 2457385
+MD5 (SDL_ttf-2.0.9.tar.gz) = 6dd5a85e4924689a35a5fb1cb3336156
+SHA256 (SDL_ttf-2.0.9.tar.gz) = b4248876798b43d0fae1931cf8ae249f4f67a87736f97183f035f34aab554653
+SIZE (SDL_ttf-2.0.9.tar.gz) = 3143838
diff --git a/graphics/sdl_ttf/files/patch-SDL_ttf.c b/graphics/sdl_ttf/files/patch-SDL_ttf.c
deleted file mode 100644
index dbfadc22790f..000000000000
--- a/graphics/sdl_ttf/files/patch-SDL_ttf.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- SDL_ttf.c.orig Mon May 1 05:26:17 2006
-+++ SDL_ttf.c Sun Sep 24 15:46:44 2006
-@@ -48,7 +48,6 @@
- #include <freetype/ftoutln.h>
- #include <freetype/ttnameid.h>
- */
--#include <freetype/internal/ftobjs.h>
-
- #ifndef FT_OPEN_STREAM
- #define FT_OPEN_STREAM ft_open_stream
-@@ -278,7 +277,7 @@
- }
- memset(stream, 0, sizeof(*stream));
-
-- stream->memory = library->memory;
-+ stream->memory = NULL;
- stream->read = RWread;
- stream->descriptor.pointer = src;
- stream->pos = (unsigned long)position;
diff --git a/graphics/sdl_ttf/files/patch-aa b/graphics/sdl_ttf/files/patch-aa
deleted file mode 100644
index 95d4ef7aa306..000000000000
--- a/graphics/sdl_ttf/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig
-+++ Makefile.in
-@@ -243,7 +243,6 @@
-
- libSDL_ttf_la_LDFLAGS = \
- -no-undefined \
-- -release $(LT_RELEASE) \
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-
- libSDL_ttf_la_LIBADD =
diff --git a/graphics/sdl_ttf/pkg-plist b/graphics/sdl_ttf/pkg-plist
index 7f20ac88523e..613d03b9ec5e 100644
--- a/graphics/sdl_ttf/pkg-plist
+++ b/graphics/sdl_ttf/pkg-plist
@@ -1,8 +1,9 @@
bin/glfont
-bin/showfont
+bin/sdl-showfont
include/SDL/SDL_ttf.h
+lib/libSDL_ttf-2.0.so
+lib/libSDL_ttf-2.0.so.6
lib/libSDL_ttf.a
lib/libSDL_ttf.la
lib/libSDL_ttf.so
-lib/libSDL_ttf.so.6
@dirrmtry include/SDL