From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 00:59:52 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 A731528F; Mon, 23 Jun 2014 00:59:52 +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 7A4C629F1; Mon, 23 Jun 2014 00:59:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5N0xqdO082823; Mon, 23 Jun 2014 00:59:52 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5N0xp5b082820; Mon, 23 Jun 2014 00:59:51 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406230059.s5N0xp5b082820@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 23 Jun 2014 00:59:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358884 - in head/graphics: Coin simage 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: Mon, 23 Jun 2014 00:59:52 -0000 Author: amdmi3 Date: Mon Jun 23 00:59:51 2014 New Revision: 358884 URL: http://svnweb.freebsd.org/changeset/ports/358884 QAT: https://qat.redports.org/buildarchive/r358884/ Log: - Switch graphics/simage USES=libtool, drop .la files - Strip library - Use new LIB_DEPENDS syntax - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/graphics/Coin/Makefile head/graphics/simage/Makefile head/graphics/simage/pkg-plist Modified: head/graphics/Coin/Makefile ============================================================================== --- head/graphics/Coin/Makefile Mon Jun 23 00:57:36 2014 (r358883) +++ head/graphics/Coin/Makefile Mon Jun 23 00:59:51 2014 (r358884) @@ -3,7 +3,7 @@ PORTNAME= Coin PORTVERSION= 3.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \ ftp://ftp.coin3d.org/pub/coin/src/all/ Modified: head/graphics/simage/Makefile ============================================================================== --- head/graphics/simage/Makefile Mon Jun 23 00:57:36 2014 (r358883) +++ head/graphics/simage/Makefile Mon Jun 23 00:59:51 2014 (r358884) @@ -3,23 +3,24 @@ PORTNAME= simage PORTVERSION= 1.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ MAINTAINER= ports@FreeBSD.org COMMENT= Library with image format loaders and front-ends -LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - jasper.4:${PORTSDIR}/graphics/jasper \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - gif.5:${PORTSDIR}/graphics/giflib \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libjasper.so:${PORTSDIR}/graphics/jasper \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libpng15.so:${PORTSDIR}/graphics/png -USES= pathfix -USE_AUTOTOOLS= libtool +USES= pathfix libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mpeg2enc +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/simage/pkg-plist ============================================================================== --- head/graphics/simage/pkg-plist Mon Jun 23 00:57:36 2014 (r358883) +++ head/graphics/simage/pkg-plist Mon Jun 23 00:59:51 2014 (r358884) @@ -1,9 +1,8 @@ bin/simage-config include/simage.h -lib/libsimage.a -lib/libsimage.la lib/libsimage.so -lib/libsimage.so.27 +lib/libsimage.so.20 +lib/libsimage.so.20.7.0 libdata/pkgconfig/simage.pc share/Coin/conf/simage-default.cfg share/aclocal/simage.m4