svn commit: r358884 - in head/graphics: Coin simage

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 23 00:59:52 UTC 2014


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 at 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


More information about the svn-ports-head mailing list