svn commit: r395606 - head/graphics/qgis

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Aug 30 10:18:29 UTC 2015


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


More information about the svn-ports-all mailing list