Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2014 08:10:41 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363971 - head/astro/stellarium
Message-ID:  <53df4001.5a1b.5380fbfa@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Aug  4 08:10:41 2014
New Revision: 363971
URL: http://svnweb.freebsd.org/changeset/ports/363971
QAT: https://qat.redports.org/buildarchive/r363971/

Log:
  - Tweak USE_QT5 knob: buildtools should have `_build' suffix, and linguist
    should be replaced with linguisttools_build [*]
  - Remove USE_GL knob altogether, it is pulled automatically with Qt ports
  - While here, use less aggressive patching of CMakeLists.txt
  
  Requested by:	makc [*]

Modified:
  head/astro/stellarium/Makefile

Modified: head/astro/stellarium/Makefile
==============================================================================
--- head/astro/stellarium/Makefile	Mon Aug  4 08:09:35 2014	(r363970)
+++ head/astro/stellarium/Makefile	Mon Aug  4 08:10:41 2014	(r363971)
@@ -3,6 +3,7 @@
 
 PORTNAME=	stellarium
 PORTVERSION=	0.13.0
+PORTREVISION=	1
 CATEGORIES=	astro
 MASTER_SITES=	SF/${PORTNAME}/Stellarium-sources/${PORTVERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
@@ -14,8 +15,8 @@ COMMENT=	3D photo-realistic sky renderer
 LICENSE=	GPLv2
 
 USES=		cmake gettext iconv
-USE_GL=		gl
-USE_QT5=	qmake_build buildtools core concurrent declarative linguist
+USE_QT5=	qmake_build buildtools_build linguisttools_build \
+		core concurrent declarative
 INSTALLS_ICONS=	yes
 
 PORTDOCS=	AUTHORS ChangeLog README
@@ -46,7 +47,7 @@ CMAKE_ARGS+=	-DENABLE_SOUND:BOOL=OFF
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e '/ -Wno-unused-result/d' ${WRKSRC}/CMakeLists.txt
+	@${REINPLACE_CMD} -e 's, -Wno-unused-result,,' ${WRKSRC}/CMakeLists.txt
 
 post-install:
 .if ${PORT_OPTIONS:MMORE_STARS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53df4001.5a1b.5380fbfa>