svn commit: r350541 - head/graphics/OpenEXR

Matthias Andree mandree at FreeBSD.org
Mon Apr 7 20:33:57 UTC 2014


Author: mandree
Date: Mon Apr  7 20:33:56 2014
New Revision: 350541
URL: http://svnweb.freebsd.org/changeset/ports/350541
QAT: https://qat.redports.org/buildarchive/r350541/

Log:
  Use proper libtool magic, to obtain a proper libIlmImf.la file that does
  not refer to non-existing other .la files.  Fixes build of graphics/gegl
  on FreeBSD 10+.  Bump PORTREVISION.
  
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/OpenEXR/Makefile
  head/graphics/OpenEXR/pkg-plist

Modified: head/graphics/OpenEXR/Makefile
==============================================================================
--- head/graphics/OpenEXR/Makefile	Mon Apr  7 20:27:24 2014	(r350540)
+++ head/graphics/OpenEXR/Makefile	Mon Apr  7 20:33:56 2014	(r350541)
@@ -3,7 +3,7 @@
 
 PORTNAME=	OpenEXR
 PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics devel
 MASTER_SITES=	SAVANNAH/openexr/
 DISTNAME=	openexr-${DISTVERSION}
@@ -17,13 +17,12 @@ LIB_DEPENDS=	libImath.so:${PORTSDIR}/gra
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
-USES=		gmake pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--disable-ilmbasetest --enable-imfexamples
-USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
-# must be explicitely linked with -l{thr|pthread}
+# must be linked with -l{thr|pthread} explicitly
 LDFLAGS+=	${PTHREAD_LIBS}
 
 PORTDOCS=	*

Modified: head/graphics/OpenEXR/pkg-plist
==============================================================================
--- head/graphics/OpenEXR/pkg-plist	Mon Apr  7 20:27:24 2014	(r350540)
+++ head/graphics/OpenEXR/pkg-plist	Mon Apr  7 20:33:56 2014	(r350541)
@@ -92,8 +92,8 @@ include/OpenEXR/ImfVersion.h
 include/OpenEXR/ImfWav.h
 include/OpenEXR/ImfXdr.h
 include/OpenEXR/OpenEXRConfig.h
-lib/libIlmImf-Imf_%%MAJORVER%%.so
 lib/libIlmImf-Imf_%%MAJORVER%%.so.%%VER%%
+lib/libIlmImf-Imf_%%MAJORVER%%.so.%%VER%%.0.0
 lib/libIlmImf.a
 lib/libIlmImf.la
 lib/libIlmImf.so


More information about the svn-ports-all mailing list