aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-23 10:56:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-23 10:56:46 +0000
commit4170fce1b6370b9c395c36646d2964a1d6182772 (patch)
tree5d2e7073c1d0c909fc51e08e65c654622330fa16 /graphics
parent8a58cb7ac030ea30c3267beca141a31eaadf43a7 (diff)
downloadports-4170fce1b6370b9c395c36646d2964a1d6182772.tar.gz
ports-4170fce1b6370b9c395c36646d2964a1d6182772.zip
Update to version 2.0.7
Notes
Notes: svn path=/head/; revision=124969
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sdl_ttf/Makefile6
-rw-r--r--graphics/sdl_ttf/distinfo4
-rw-r--r--graphics/sdl_ttf/files/patch-SDL_ttf.c12
-rw-r--r--graphics/sdl_ttf/files/patch-aa23
4 files changed, 22 insertions, 23 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile
index 20d4146d84ff..59160670f748 100644
--- a/graphics/sdl_ttf/Makefile
+++ b/graphics/sdl_ttf/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sdl_ttf
-PORTVERSION= 2.0.6
-PORTREVISION= 2
+PORTVERSION= 2.0.7
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
DISTNAME= SDL_ttf-${PORTVERSION}
@@ -21,8 +20,9 @@ USE_SDL= sdl
USE_GL= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ARGS= LT_CURRENT=3 LT_REVISION=0 LT_AGE=0
diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo
index cf1d4d278d87..cb0122694b17 100644
--- a/graphics/sdl_ttf/distinfo
+++ b/graphics/sdl_ttf/distinfo
@@ -1,2 +1,2 @@
-MD5 (SDL_ttf-2.0.6.tar.gz) = 880ca22ac3e8beb5cca2326cc8069733
-SIZE (SDL_ttf-2.0.6.tar.gz) = 1114118
+MD5 (SDL_ttf-2.0.7.tar.gz) = 0f6ee1a502e6913a412aac353dc75bbc
+SIZE (SDL_ttf-2.0.7.tar.gz) = 1889705
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 2a90e8105fba..000000000000
--- a/graphics/sdl_ttf/files/patch-SDL_ttf.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- SDL_ttf.c.orig Thu Mar 18 15:06:45 2004
-+++ SDL_ttf.c Thu Mar 18 15:07:13 2004
-@@ -39,7 +39,8 @@
- #define FREEA(p) free(p)
- #endif
-
--#include <freetype/freetype.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
- #include <freetype/ftoutln.h>
- #include <freetype/ttnameid.h>
- #include <freetype/internal/ftobjs.h>
diff --git a/graphics/sdl_ttf/files/patch-aa b/graphics/sdl_ttf/files/patch-aa
index 5db8bf34a370..08f10d948489 100644
--- a/graphics/sdl_ttf/files/patch-aa
+++ b/graphics/sdl_ttf/files/patch-aa
@@ -1,11 +1,22 @@
---- Makefile.in 2000/09/20 16:08:11 1.1
-+++ Makefile.in 2000/09/20 16:08:25
-@@ -89,7 +89,7 @@
-
+
+$FreeBSD$
+
+--- Makefile.in.orig
++++ Makefile.in
+@@ -225,7 +225,7 @@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
lib_LTLIBRARIES = libSDL_ttf.la
-
-libSDL_ttfincludedir = $(includedir)/SDL
+libSDL_ttfincludedir = $(includedir)/SDL11
- libSDL_ttfinclude_HEADERS = SDL_ttf.h
+ libSDL_ttfinclude_HEADERS = \
+ SDL_ttf.h
+
+@@ -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 =