svn commit: r395661 - head/graphics/graphite2

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Aug 31 10:18:51 UTC 2015


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 at 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


More information about the svn-ports-all mailing list