svn commit: r367728 - head/graphics/sdl2_gfx

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 9 12:38:24 UTC 2014


Author: tijl
Date: Tue Sep  9 12:38:23 2014
New Revision: 367728
URL: http://svnweb.freebsd.org/changeset/ports/367728
QAT: https://qat.redports.org/buildarchive/r367728/

Log:
  - Switch to USES=libtool to fix a check-plist error about a .la orphan
  - Adjust the modification time of aclocal.m4 so make doesn't try to
    regenerate and rerun configure (without patches) during build phase
  
  Reported by:	antoine

Modified:
  head/graphics/sdl2_gfx/Makefile
  head/graphics/sdl2_gfx/pkg-plist

Modified: head/graphics/sdl2_gfx/Makefile
==============================================================================
--- head/graphics/sdl2_gfx/Makefile	Tue Sep  9 12:24:58 2014	(r367727)
+++ head/graphics/sdl2_gfx/Makefile	Tue Sep  9 12:38:23 2014	(r367728)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl2_gfx
 PORTVERSION=	1.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.ferzkopp.net/Software/%SUBDIR%/
 MASTER_SITE_SUBDIR=	SDL2_gfx
@@ -14,9 +14,10 @@ COMMENT=	SDL graphics drawing primitives
 
 LICENSE=	ZLIB
 
-USES=		pathfix gmake libtool:oldver
-USE_SDL=	sdl2
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool pathfix
+USE_SDL=	sdl2
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	MMX
@@ -24,4 +25,7 @@ OPTIONS_DEFINE=	MMX
 MMX_CONFIGURE_ENABLE=	mmx
 MMX_CFLAGS=		-DUSE_MMX
 
+post-patch:
+	${TOUCH} -mr ${WRKSRC}/configure.in ${WRKSRC}/aclocal.m4
+
 .include <bsd.port.mk>

Modified: head/graphics/sdl2_gfx/pkg-plist
==============================================================================
--- head/graphics/sdl2_gfx/pkg-plist	Tue Sep  9 12:24:58 2014	(r367727)
+++ head/graphics/sdl2_gfx/pkg-plist	Tue Sep  9 12:38:23 2014	(r367728)
@@ -4,6 +4,6 @@ include/SDL2/SDL2_imageFilter.h
 include/SDL2/SDL2_rotozoom.h
 libdata/pkgconfig/SDL2_gfx.pc
 lib/libSDL2_gfx-1.0.so.0
-lib/libSDL2_gfx-1.0.so
+lib/libSDL2_gfx-1.0.so.0.0.1
 lib/libSDL2_gfx.a
 lib/libSDL2_gfx.so


More information about the svn-ports-head mailing list