Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 00:20:46 +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: r360331 - head/graphics/sdl2_image
Message-ID:  <201407030020.s630KkSA090478@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407030020.s630KkSA090478>