mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch graphics/sdl2_ttf to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
7f48b0c2d4
commit
6ddd7ebf8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360414
@ -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}
|
||||
|
@ -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/ \
|
||||
|
@ -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/ \
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= 3omns
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons
|
||||
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user