svn commit: r395607 - head/astro/stellarium

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


Author: rakuco
Date: Sun Aug 30 10:19:23 2015
New Revision: 395607
URL: https://svnweb.freebsd.org/changeset/ports/395607

Log:
  Drop USES=iconv.
  
  Even though the port still has a few FindIconv.cmake files scattered around,
  they are not actually used by the build system anymore, so the dependency is
  unnecessary.
  
  Approved by:	danfe (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D3531

Modified:
  head/astro/stellarium/Makefile

Modified: head/astro/stellarium/Makefile
==============================================================================
--- head/astro/stellarium/Makefile	Sun Aug 30 10:18:28 2015	(r395606)
+++ head/astro/stellarium/Makefile	Sun Aug 30 10:19:23 2015	(r395607)
@@ -3,6 +3,7 @@
 
 PORTNAME=	stellarium
 PORTVERSION=	0.13.3
+PORTREVISION=	1
 CATEGORIES=	astro
 MASTER_SITES=	SF/${PORTNAME}/Stellarium-sources/${PORTVERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
@@ -15,7 +16,7 @@ LICENSE=	GPLv2
 
 CONFLICTS_INSTALL=	${PORTNAME}-qt4-0.12.*
 
-USES=		cmake gettext iconv
+USES=		cmake gettext
 USE_QT5=	qmake_build buildtools_build linguisttools_build \
 		core concurrent declarative
 


More information about the svn-ports-all mailing list