Received: by mail.netbsd.org (Postfix, from userid 605) id 75AA084D24; Fri, 15 Mar 2019 13:59:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EEED084D24 for ; Fri, 15 Mar 2019 13:59:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Fsjhpsd6qSNv for ; Fri, 15 Mar 2019 13:59:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 52FBC84CD5 for ; Fri, 15 Mar 2019 13:59:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50E56FB16; Fri, 15 Mar 2019 13:59:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155265837592980" MIME-Version: 1.0 Date: Fri, 15 Mar 2019 13:59:35 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/flightgear To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190315135935.50E56FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155265837592980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Mar 15 13:59:35 UTC 2019 Modified Files: pkgsrc/games/flightgear: Makefile Log Message: flightgear: Use the 'release' build type. Seems to improve loading times. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/games/flightgear/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155265837592980 Content-Disposition: inline Content-Length: 845 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/flightgear/Makefile diff -u pkgsrc/games/flightgear/Makefile:1.83 pkgsrc/games/flightgear/Makefile:1.84 --- pkgsrc/games/flightgear/Makefile:1.83 Thu Mar 14 18:13:18 2019 +++ pkgsrc/games/flightgear/Makefile Fri Mar 15 13:59:35 2019 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2019/03/14 18:13:18 nia Exp $ +# $NetBSD: Makefile,v 1.84 2019/03/15 13:59:35 nia Exp $ DISTNAME= flightgear-2018.3.2 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-2018.3/} EXTRACT_SUFX= .tar.bz2 @@ -19,6 +20,9 @@ CONFIGURE_DIRS= fgbuild BUILD_DIRS= fgbuild CMAKE_ARG_PATH= .. +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release +CMAKE_ARGS+= -DFG_BUILD_TYPE=Release + BUILDLINK_TRANSFORM+= l:glut:freeglut # The cmake script warns against building in the source directory. --_----------=_155265837592980--