Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2014 15:43:21 +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: r353099 - head/graphics/tiff
Message-ID:  <201405061543.s46FhLUS080596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue May  6 15:43:21 2014
New Revision: 353099
URL: http://svnweb.freebsd.org/changeset/ports/353099
QAT: https://qat.redports.org/buildarchive/r353099/

Log:
  Convert to USES=libtool.

Modified:
  head/graphics/tiff/Makefile

Modified: head/graphics/tiff/Makefile
==============================================================================
--- head/graphics/tiff/Makefile	Tue May  6 15:43:12 2014	(r353098)
+++ head/graphics/tiff/Makefile	Tue May  6 15:43:21 2014	(r353099)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tiff
 PORTVERSION=	4.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.remotesensing.org/pub/libtiff/ \
 		http://download.osgeo.org/libtiff/
@@ -17,8 +17,10 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libjbig.so:${PORTSDIR}/graphics/jbigkit
 
+#TODO: Remove :oldver together with VERSION_INFO patching in pre-configure.
+USES=		libtool:oldver
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-jpeg-include-dir=${LOCALBASE}/include \
 			--with-jpeg-lib-dir=${LOCALBASE}/lib
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405061543.s46FhLUS080596>