Received: by mail.netbsd.org (Postfix, from userid 605) id 64CC384DC0; Fri, 15 Mar 2019 13:59:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0D8884D24 for ; Fri, 15 Mar 2019 13:59:05 +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 zJDZRi3vSxpB for ; Fri, 15 Mar 2019 13:59:05 +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 68C8484CD5 for ; Fri, 15 Mar 2019 13:59:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 665DEFB16; Fri, 15 Mar 2019 13:59:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1552658345120870" MIME-Version: 1.0 Date: Fri, 15 Mar 2019 13:59:05 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/simgear To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190315135905.665DEFB16@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. --_----------=_1552658345120870 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:05 UTC 2019 Modified Files: pkgsrc/games/simgear: Makefile PLIST Log Message: simgear: Use the 'release' build type. Seems to improve loading times. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/games/simgear/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/games/simgear/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1552658345120870 Content-Disposition: inline Content-Length: 1656 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/simgear/Makefile diff -u pkgsrc/games/simgear/Makefile:1.84 pkgsrc/games/simgear/Makefile:1.85 --- pkgsrc/games/simgear/Makefile:1.84 Thu Mar 14 18:13:18 2019 +++ pkgsrc/games/simgear/Makefile Fri Mar 15 13:59:05 2019 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.84 2019/03/14 18:13:18 nia Exp $ +# $NetBSD: Makefile,v 1.85 2019/03/15 13:59:05 nia Exp $ DISTNAME= simgear-2018.3.2 +PKGREVISION= 1 CATEGORIES= games devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-2018.3/} EXTRACT_SUFX= .tar.bz2 @@ -18,6 +19,8 @@ CONFIGURE_DIRS= sgbuild BUILD_DIRS= sgbuild CMAKE_ARG_PATH= .. +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release + LDFLAGS.SunOS+= -lsocket -lnsl # The cmake script warns against building in the source directory. Index: pkgsrc/games/simgear/PLIST diff -u pkgsrc/games/simgear/PLIST:1.7 pkgsrc/games/simgear/PLIST:1.8 --- pkgsrc/games/simgear/PLIST:1.7 Thu Mar 14 18:13:18 2019 +++ pkgsrc/games/simgear/PLIST Fri Mar 15 13:59:05 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2019/03/14 18:13:18 nia Exp $ +@comment $NetBSD: PLIST,v 1.8 2019/03/15 13:59:05 nia Exp $ include/simgear/bucket/newbucket.hxx include/simgear/bvh/BVHBoundingBoxVisitor.hxx include/simgear/bvh/BVHGroup.hxx @@ -335,7 +335,7 @@ include/simgear/version.h include/simgear/xml/easyxml.hxx lib/cmake/SimGear/SimGearConfig.cmake lib/cmake/SimGear/SimGearConfigVersion.cmake -lib/cmake/SimGear/SimGearTargets-debug.cmake +lib/cmake/SimGear/SimGearTargets-release.cmake lib/cmake/SimGear/SimGearTargets.cmake -lib/libSimGearCored.a -lib/libSimGearScened.a +lib/libSimGearCore.a +lib/libSimGearScene.a --_----------=_1552658345120870--