From owner-svn-ports-all@FreeBSD.ORG Fri Jul 25 11:36:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 659EAD52; Fri, 25 Jul 2014 11:36:05 +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 5165125BA; Fri, 25 Jul 2014 11:36:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6PBa5kt091753; Fri, 25 Jul 2014 11:36:05 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6PBa5B0091752; Fri, 25 Jul 2014 11:36:05 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407251136.s6PBa5B0091752@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 25 Jul 2014 11:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362881 - head/graphics/libsvg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 11:36:05 -0000 Author: amdmi3 Date: Fri Jul 25 11:36:04 2014 New Revision: 362881 URL: http://svnweb.freebsd.org/changeset/ports/362881 QAT: https://qat.redports.org/buildarchive/r362881/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Approved by: kwm Modified: head/graphics/libsvg/Makefile Modified: head/graphics/libsvg/Makefile ============================================================================== --- head/graphics/libsvg/Makefile Fri Jul 25 11:35:57 2014 (r362880) +++ head/graphics/libsvg/Makefile Fri Jul 25 11:36:04 2014 (r362881) @@ -4,7 +4,7 @@ PORTNAME= libsvg PORTVERSION= 0.1.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -15,18 +15,17 @@ LIB_DEPENDS= libfontconfig.so:${PORTSDIR libpng15.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= libxml2 -USES= pathfix iconv pkgconfig +USES= iconv libtool pathfix pkgconfig USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= include/svg.h \ lib/libsvg.a \ - lib/libsvg.la \ lib/libsvg.so \ lib/libsvg.so.1 \ + lib/libsvg.so.1.0.0 \ libdata/pkgconfig/libsvg.pc .include