diff options
author | krion <krion@FreeBSD.org> | 2004-01-19 02:17:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-19 02:17:37 +0800 |
commit | 4704afe37e4ae528daa201a7da1ae014d2dfc79f (patch) | |
tree | 9303f8f65ab6d0704f949c1e3ec9f09de90f2e6b /graphics/sdl_ttf | |
parent | ce1885cb72ae786196730b99772065672bf8ed6d (diff) | |
download | freebsd-ports-gnome-4704afe37e4ae528daa201a7da1ae014d2dfc79f.tar.gz freebsd-ports-gnome-4704afe37e4ae528daa201a7da1ae014d2dfc79f.tar.zst freebsd-ports-gnome-4704afe37e4ae528daa201a7da1ae014d2dfc79f.zip |
- Update to version 2.0.6
PR: 61522
Submitted by: Ports Fury
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r-- | graphics/sdl_ttf/Makefile | 16 | ||||
-rw-r--r-- | graphics/sdl_ttf/distinfo | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/files/patch-configure | 14 |
3 files changed, 8 insertions, 24 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index d8979505b9f1..45bc48d6e3b8 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 e0f3cecedbf0..5829d38b6899 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 3b8cdca18e4f..000000000000 --- 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` - |