Date: Mon, 9 Jun 2014 07:49:58 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357111 - in head/graphics: lcms lcms2 Message-ID: <201406090749.s597nwrB055373@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Jun 9 07:49:58 2014 New Revision: 357111 URL: http://svnweb.freebsd.org/changeset/ports/357111 QAT: https://qat.redports.org/buildarchive/r357111/ Log: Revert r356926 and r356927. Not all ports that depend on lcms* have been converted to USES=libtool yet, so their .la files may still refer to the lcms* .la files. Modified: head/graphics/lcms/Makefile head/graphics/lcms/pkg-plist head/graphics/lcms2/Makefile head/graphics/lcms2/pkg-plist Modified: head/graphics/lcms/Makefile ============================================================================== --- head/graphics/lcms/Makefile Mon Jun 9 07:41:52 2014 (r357110) +++ head/graphics/lcms/Makefile Mon Jun 9 07:49:58 2014 (r357111) @@ -3,7 +3,7 @@ PORTNAME= lcms PORTVERSION= 1.19 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ @@ -24,7 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= libtool pathfix +USES= libtool:keepla pathfix PORTDOCS= * Modified: head/graphics/lcms/pkg-plist ============================================================================== --- head/graphics/lcms/pkg-plist Mon Jun 9 07:41:52 2014 (r357110) +++ head/graphics/lcms/pkg-plist Mon Jun 9 07:49:58 2014 (r357111) @@ -4,6 +4,7 @@ include/icc34.h include/lcms.h lib/liblcms.a +lib/liblcms.la lib/liblcms.so lib/liblcms.so.1 lib/liblcms.so.1.0.19 Modified: head/graphics/lcms2/Makefile ============================================================================== --- head/graphics/lcms2/Makefile Mon Jun 9 07:41:52 2014 (r357110) +++ head/graphics/lcms2/Makefile Mon Jun 9 07:49:58 2014 (r357111) @@ -3,7 +3,7 @@ PORTNAME= lcms2 PORTVERSION= 2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/lcms/lcms/${PORTVERSION} \ http://www.littlecms.com/ @@ -23,7 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= libtool pathfix +USES= libtool:keepla pathfix PORTDOCS= * Modified: head/graphics/lcms2/pkg-plist ============================================================================== --- head/graphics/lcms2/pkg-plist Mon Jun 9 07:41:52 2014 (r357110) +++ head/graphics/lcms2/pkg-plist Mon Jun 9 07:49:58 2014 (r357111) @@ -6,6 +6,7 @@ bin/transicc include/lcms2.h include/lcms2_plugin.h lib/liblcms2.a +lib/liblcms2.la lib/liblcms2.so lib/liblcms2.so.2 lib/liblcms2.so.2.0.6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406090749.s597nwrB055373>