Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2015 10:18:51 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395661 - head/graphics/graphite2
Message-ID:  <201508311018.t7VAIp8v001403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Aug 31 10:18:50 2015
New Revision: 395661
URL: https://svnweb.freebsd.org/changeset/ports/395661

Log:
  Drop USES=iconv.
  
  The port does not actually use iconv anywhere, so drop the dependency. While
  here, also stop setting LDFLAGS since it is not necessary (as verified by
  building on 9.3, 10.1 and HEAD).
  
  Approved by:	office (bapt)
  Differential Revision:	https://reviews.freebsd.org/D3517

Modified:
  head/graphics/graphite2/Makefile

Modified: head/graphics/graphite2/Makefile
==============================================================================
--- head/graphics/graphite2/Makefile	Mon Aug 31 10:06:27 2015	(r395660)
+++ head/graphics/graphite2/Makefile	Mon Aug 31 10:18:50 2015	(r395661)
@@ -2,15 +2,15 @@
 
 PORTNAME=	graphite2
 PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	graphics print
 MASTER_SITES=	SF/silgraphite/${PORTNAME}
 
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Rendering capabilities for complex non-Roman writing systems
 
-USES=		cmake iconv tar:tgz
+USES=		cmake tar:tgz
 USE_LDCONFIG=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt



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