From owner-svn-ports-head@freebsd.org Mon Aug 31 10:18:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D4AC9C780A; Mon, 31 Aug 2015 10:18:51 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.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 7DD70B90; Mon, 31 Aug 2015 10:18:51 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VAIpvU001406; Mon, 31 Aug 2015 10:18:51 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VAIp8v001403; Mon, 31 Aug 2015 10:18:51 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201508311018.t7VAIp8v001403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 31 Aug 2015 10:18:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395661 - head/graphics/graphite2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 10:18:51 -0000 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