From owner-svn-ports-head@FreeBSD.ORG Thu Jul 3 00:20:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF64DB1C; Thu, 3 Jul 2014 00:20:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCA7623CC; Thu, 3 Jul 2014 00:20:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s630Kkkq090480; Thu, 3 Jul 2014 00:20:46 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s630KkSA090478; Thu, 3 Jul 2014 00:20:46 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407030020.s630KkSA090478@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 3 Jul 2014 00:20:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360331 - head/graphics/sdl2_image X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 00:20:47 -0000 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