pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/simgear
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.
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
Home |
Main Index |
Thread Index |
Old Index