summaryrefslogtreecommitdiffstats
path: root/graphics/sdl_ttf
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-18 18:17:37 +0000
committerkrion <krion@FreeBSD.org>2004-01-18 18:17:37 +0000
commit4704afe37e4ae528daa201a7da1ae014d2dfc79f (patch)
tree9303f8f65ab6d0704f949c1e3ec9f09de90f2e6b /graphics/sdl_ttf
parentce1885cb72ae786196730b99772065672bf8ed6d (diff)
downloadFreeBSD-ports-4704afe37e4ae528daa201a7da1ae014d2dfc79f.zip
FreeBSD-ports-4704afe37e4ae528daa201a7da1ae014d2dfc79f.tar.gz
- Update to version 2.0.6
PR: 61522 Submitted by: Ports Fury
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r--graphics/sdl_ttf/Makefile16
-rw-r--r--graphics/sdl_ttf/distinfo2
-rw-r--r--graphics/sdl_ttf/files/patch-configure14
3 files changed, 8 insertions, 24 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile
index d897950..45bc48d 100644
--- a/graphics/sdl_ttf/Makefile
+++ b/graphics/sdl_ttf/Makefile
@@ -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 @@ COMMENT= A library to use TrueType fonts to render text in SDL applications
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 --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo
index e0f3cec..5829d38 100644
--- a/graphics/sdl_ttf/distinfo
+++ b/graphics/sdl_ttf/distinfo
@@ -1 +1 @@
-MD5 (SDL_ttf-2.0.5.tar.gz) = 1dec3052634a5902914669b5dcd41523
+MD5 (SDL_ttf-2.0.6.tar.gz) = 880ca22ac3e8beb5cca2326cc8069733
diff --git a/graphics/sdl_ttf/files/patch-configure b/graphics/sdl_ttf/files/patch-configure
deleted file mode 100644
index 3b8cdca..0000000
--- a/graphics/sdl_ttf/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- 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`
-
OpenPOWER on IntegriCloud