Date: Thu, 3 Jul 2014 17:25:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360414 - in head: devel/py-sdl2 emulators/mame emulators/mess games/3omns games/tome4 graphics/sdl2_ttf Message-ID: <201407031725.s63HPUbP073170@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jul 3 17:25:30 2014 New Revision: 360414 URL: http://svnweb.freebsd.org/changeset/ports/360414 QAT: https://qat.redports.org/buildarchive/r360414/ Log: - Switch graphics/sdl2_ttf to USES=libtool, drop .la files - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/devel/py-sdl2/Makefile head/emulators/mame/Makefile head/emulators/mess/Makefile head/games/3omns/Makefile head/games/tome4/Makefile head/graphics/sdl2_ttf/Makefile head/graphics/sdl2_ttf/pkg-plist Modified: head/devel/py-sdl2/Makefile ============================================================================== --- head/devel/py-sdl2/Makefile Thu Jul 3 17:25:07 2014 (r360413) +++ head/devel/py-sdl2/Makefile Thu Jul 3 17:25:30 2014 (r360414) @@ -2,6 +2,7 @@ PORTNAME= sdl2 PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://cdn.bitbucket.org/marcusva/py-sdl2/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/emulators/mame/Makefile ============================================================================== --- head/emulators/mame/Makefile Thu Jul 3 17:25:07 2014 (r360413) +++ head/emulators/mame/Makefile Thu Jul 3 17:25:30 2014 (r360414) @@ -3,6 +3,7 @@ PORTNAME= mame PORTVERSION= 0.152${PATCHSUFFIX} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://mame.mirrors.zippykid.com/releases/ \ http://emumovies.com/aarongiles/releases/ \ Modified: head/emulators/mess/Makefile ============================================================================== --- head/emulators/mess/Makefile Thu Jul 3 17:25:07 2014 (r360413) +++ head/emulators/mess/Makefile Thu Jul 3 17:25:30 2014 (r360414) @@ -3,6 +3,7 @@ PORTNAME= mess PORTVERSION= 0.152${PATCHSUFFIX} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://mame.mirrors.zippykid.com/releases/ \ http://emumovies.com/aarongiles/releases/ \ Modified: head/games/3omns/Makefile ============================================================================== --- head/games/3omns/Makefile Thu Jul 3 17:25:07 2014 (r360413) +++ head/games/3omns/Makefile Thu Jul 3 17:25:30 2014 (r360414) @@ -3,6 +3,7 @@ PORTNAME= 3omns PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Thu Jul 3 17:25:07 2014 (r360413) +++ head/games/tome4/Makefile Thu Jul 3 17:25:30 2014 (r360414) @@ -3,6 +3,7 @@ PORTNAME= tome4 PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons Modified: head/graphics/sdl2_ttf/Makefile ============================================================================== --- head/graphics/sdl2_ttf/Makefile Thu Jul 3 17:25:07 2014 (r360413) +++ head/graphics/sdl2_ttf/Makefile Thu Jul 3 17:25:30 2014 (r360414) @@ -2,7 +2,7 @@ PORTNAME= sdl2_ttf PORTVERSION= 2.0.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL2_ttf-${PORTVERSION} @@ -14,9 +14,8 @@ LICENSE= ZLIB LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USES= pkgconfig:build pathfix gmake +USES= pkgconfig:build pathfix gmake libtool USE_SDL= sdl2 -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/sdl2_ttf/pkg-plist ============================================================================== --- head/graphics/sdl2_ttf/pkg-plist Thu Jul 3 17:25:07 2014 (r360413) +++ head/graphics/sdl2_ttf/pkg-plist Thu Jul 3 17:25:30 2014 (r360414) @@ -1,9 +1,8 @@ bin/sdl2-glfont bin/sdl2-showfont include/SDL2/SDL_ttf.h -lib/libSDL2_ttf-2.0.so -lib/libSDL2_ttf-2.0.so.10 +lib/libSDL2_ttf-2.0.so.0 +lib/libSDL2_ttf-2.0.so.0.10.2 lib/libSDL2_ttf.a -lib/libSDL2_ttf.la lib/libSDL2_ttf.so libdata/pkgconfig/SDL2_ttf.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031725.s63HPUbP073170>