From 5ac12e9265aa6d6e3aec1337d373d93c2834d8cc Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 23 Jun 2014 00:59:51 +0000 Subject: [PATCH] - 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 --- graphics/Coin/Makefile | 2 +- graphics/simage/Makefile | 19 ++++++++++--------- graphics/simage/pkg-plist | 5 ++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index 98418c636ff0..934d96b7bb6e 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -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/ diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index 0bc7049ee42c..03fe3c5203a2 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -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 diff --git a/graphics/simage/pkg-plist b/graphics/simage/pkg-plist index ec930f7cccec..20dbf2da70b6 100644 --- a/graphics/simage/pkg-plist +++ b/graphics/simage/pkg-plist @@ -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