Date: Mon, 7 Apr 2014 20:33:57 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350541 - head/graphics/OpenEXR Message-ID: <201404072033.s37KXvc7034647@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404072033.s37KXvc7034647>