Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2015 10:19:24 +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: r395607 - head/astro/stellarium
Message-ID:  <201508301019.t7UAJOGg063936@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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