svn commit: r360331 - head/graphics/sdl2_image

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 3 00:20:47 UTC 2014


Author: amdmi3
Date: Thu Jul  3 00:20:46 2014
New Revision: 360331
URL: http://svnweb.freebsd.org/changeset/ports/360331
QAT: https://qat.redports.org/buildarchive/r360331/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

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

Modified: head/graphics/sdl2_image/Makefile
==============================================================================
--- head/graphics/sdl2_image/Makefile	Thu Jul  3 00:07:49 2014	(r360330)
+++ head/graphics/sdl2_image/Makefile	Thu Jul  3 00:20:46 2014	(r360331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sdl2_image
 PORTVERSION=	2.0.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_image/release/
 DISTNAME=	SDL2_image-${PORTVERSION}
@@ -17,8 +17,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libwebp.so:${PORTSDIR}/graphics/webp
 
-USES=		pkgconfig:build pathfix gmake
-USE_AUTOTOOLS=	libtool
+USES=		pkgconfig:build pathfix gmake libtool
 USE_SDL=	sdl2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/sdl2_image/pkg-plist
==============================================================================
--- head/graphics/sdl2_image/pkg-plist	Thu Jul  3 00:07:49 2014	(r360330)
+++ head/graphics/sdl2_image/pkg-plist	Thu Jul  3 00:20:46 2014	(r360331)
@@ -1,7 +1,6 @@
 include/SDL2/SDL_image.h
-lib/libSDL2_image-2.0.so
 lib/libSDL2_image-2.0.so.0
+lib/libSDL2_image-2.0.so.0.0.0
 lib/libSDL2_image.a
-lib/libSDL2_image.la
 lib/libSDL2_image.so
 libdata/pkgconfig/SDL2_image.pc


More information about the svn-ports-all mailing list