View | Details | Raw Unified | Return to bug 66885
Collapse All | Expand All

(-)graphics/sdl_gfx/Makefile (-3 / +4 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	sdl_gfx
9
PORTNAME=	sdl_gfx
10
PORTVERSION=	2.0.10
10
PORTVERSION=	2.0.11
11
PORTREVISION=	2
12
CATEGORIES=	graphics
11
CATEGORIES=	graphics
13
MASTER_SITES=	http://www.ferzkopp.net/~aschiffler/Software/%SUBDIR%/
12
MASTER_SITES=	http://www.ferzkopp.net/~aschiffler/Software/%SUBDIR%/
14
MASTER_SITE_SUBDIR=	SDL_gfx-${PORTVERSION:R}
13
MASTER_SITE_SUBDIR=	SDL_gfx-${PORTVERSION:R}
Lines 20-26 Link Here
20
USE_SDL=	sdl
19
USE_SDL=	sdl
21
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
22
USE_GMAKE=	yes
21
USE_GMAKE=	yes
23
USE_LIBTOOL_VER=13
22
USE_LIBTOOL_VER=	13
24
CONFIGURE_ARGS=	--includedir=${PREFIX}/include/SDL11 \
23
CONFIGURE_ARGS=	--includedir=${PREFIX}/include/SDL11 \
25
		--disable-mmx
24
		--disable-mmx
26
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
25
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
Lines 36-40 Link Here
36
post-patch:
35
post-patch:
37
	@${GREP} -lR "<SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
36
	@${GREP} -lR "<SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
38
		's|<SDL/SDL|<SDL|g'
37
		's|<SDL/SDL|<SDL|g'
38
	@${REINPLACE_CMD} -e \
39
		's|$$(includedir)/SDL|$$(includedir)|g' ${WRKSRC}/Makefile.in
39
40
40
.include <bsd.port.post.mk>
41
.include <bsd.port.post.mk>
(-)graphics/sdl_gfx/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (SDL_gfx-2.0.10.tar.gz) = 291b06426a3afe42ecac8473be2505d1
1
MD5 (SDL_gfx-2.0.11.tar.gz) = 10f6432ede2b239796f2924bdc7224b4
2
SIZE (SDL_gfx-2.0.10.tar.gz) = 530735
2
SIZE (SDL_gfx-2.0.11.tar.gz) = 557311
(-)graphics/sdl_gfx/pkg-plist (-1 / +1 lines)
Lines 5-8 Link Here
5
include/SDL11/SDL_rotozoom.h
5
include/SDL11/SDL_rotozoom.h
6
lib/libSDL_gfx.a
6
lib/libSDL_gfx.a
7
lib/libSDL_gfx.so
7
lib/libSDL_gfx.so
8
lib/libSDL_gfx.so.10
8
lib/libSDL_gfx.so.11

Return to bug 66885