Date: Mon, 23 Jun 2014 02:14:32 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358888 - head/graphics/iccxml Message-ID: <201406230214.s5N2EWe4020083@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jun 23 02:14:31 2014 New Revision: 358888 URL: http://svnweb.freebsd.org/changeset/ports/358888 QAT: https://qat.redports.org/buildarchive/r358888/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/graphics/iccxml/Makefile head/graphics/iccxml/pkg-plist Modified: head/graphics/iccxml/Makefile ============================================================================== --- head/graphics/iccxml/Makefile Mon Jun 23 02:03:48 2014 (r358887) +++ head/graphics/iccxml/Makefile Mon Jun 23 02:14:31 2014 (r358888) @@ -2,7 +2,7 @@ PORTNAME= iccxml PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/IccXML-Src/${DISTNAME} DISTNAME= IccXML-${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Tools for reading and writing t LIB_DEPENDS= libSampleICC.so:${PORTSDIR}/graphics/sampleicc -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes Modified: head/graphics/iccxml/pkg-plist ============================================================================== --- head/graphics/iccxml/pkg-plist Mon Jun 23 02:03:48 2014 (r358887) +++ head/graphics/iccxml/pkg-plist Mon Jun 23 02:14:31 2014 (r358888) @@ -10,8 +10,8 @@ include/IccXML/IccTagXmlFactory.h include/IccXML/IccUtilXml.h include/IccXML/IccXmlConfig.h lib/libIccXML.a -lib/libIccXML.la lib/libIccXML.so lib/libIccXML.so.2 +lib/libIccXML.so.2.0.3 libdata/pkgconfig/iccxml.pc @dirrm include/IccXML
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406230214.s5N2EWe4020083>