From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 07:49:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBF091BF; Mon, 9 Jun 2014 07:49:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B03E426CF; Mon, 9 Jun 2014 07:49:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s597nxQI055377; Mon, 9 Jun 2014 07:49:59 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s597nwrB055373; Mon, 9 Jun 2014 07:49:58 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201406090749.s597nwrB055373@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 9 Jun 2014 07:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357111 - in head/graphics: lcms lcms2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 07:49:59 -0000 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