Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2015 10:18:29 +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: r395606 - head/graphics/qgis
Message-ID:  <201508301018.t7UAITcQ063734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Aug 30 10:18:28 2015
New Revision: 395606
URL: https://svnweb.freebsd.org/changeset/ports/395606

Log:
  Drop USES=iconv:wchar_t.
  
  The port has a FindIconv.cmake, but it is not used anywhere, nor does the
  code actually call any iconv() functions.
  
  PR:		202744
  Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)

Modified:
  head/graphics/qgis/Makefile

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Sun Aug 30 10:15:39 2015	(r395605)
+++ head/graphics/qgis/Makefile	Sun Aug 30 10:18:28 2015	(r395606)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qgis
 PORTVERSION=	2.10.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics geography
 
 MAINTAINER=	rhurlin@gwdg.de
@@ -26,7 +26,7 @@ USE_GITHUB=	yes
 GH_PROJECT=	${PORTNAME:tu}
 GH_TAGNAME=	e5928c7
 
-USES=		cpe bison cmake fortran iconv:wchar_t gmake python
+USES=		cpe bison cmake fortran gmake python
 USE_SQLITE=	yes
 USE_QT4=	gui svg xml network sql designer testlib linguist_build \
 		qmake_build moc_build rcc_build uic_build



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