From owner-svn-ports-head@FreeBSD.ORG Mon Aug 4 08:10:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C16159E for ; Mon, 4 Aug 2014 08:10:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01C602109 for ; Mon, 4 Aug 2014 08:10:42 +0000 (UTC) Received: from danfe (uid 1033) (envelope-from danfe@FreeBSD.org) id 5a1b by svn.freebsd.org (DragonFly Mail Agent v0.9+); Mon, 04 Aug 2014 08:10:41 +0000 From: Alexey Dokuchaev Date: Mon, 4 Aug 2014 08:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363971 - head/astro/stellarium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53df4001.5a1b.5380fbfa@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2014 08:10:42 -0000 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}