pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/simgear simgear: Use the 'release' build type. S...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ee5233dfd81
branches: trunk
changeset: 331252:5ee5233dfd81
user: nia <nia%pkgsrc.org@localhost>
date: Fri Mar 15 13:59:05 2019 +0000
description:
simgear: Use the 'release' build type. Seems to improve loading times.
diffstat:
games/simgear/Makefile | 5 ++++-
games/simgear/PLIST | 8 ++++----
2 files changed, 8 insertions(+), 5 deletions(-)
diffs (41 lines):
diff -r f1c0620d2097 -r 5ee5233dfd81 games/simgear/Makefile
--- a/games/simgear/Makefile Fri Mar 15 13:58:59 2019 +0000
+++ b/games/simgear/Makefile Fri Mar 15 13:59:05 2019 +0000
@@ -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 @@
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.
diff -r f1c0620d2097 -r 5ee5233dfd81 games/simgear/PLIST
--- a/games/simgear/PLIST Fri Mar 15 13:58:59 2019 +0000
+++ b/games/simgear/PLIST Fri Mar 15 13:59:05 2019 +0000
@@ -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/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
Home |
Main Index |
Thread Index |
Old Index