Sat Sep 18 09:01:01 2021 UTC ()
simgear, flightgear: 2020.3.11

Changes:
    Fix a crash introduced in 2020.3.10
    Improve error message when no aircraft search paths are available
    Fix a crash with misconfigured traffic taxi routes
    Update AI traffic schedules


(nia)
diff -r1.127 -r1.128 pkgsrc/games/flightgear/Makefile
diff -r1.14 -r1.15 pkgsrc/games/flightgear/distinfo
diff -r1.124 -r1.125 pkgsrc/games/simgear/Makefile
diff -r1.10 -r1.11 pkgsrc/games/simgear/PLIST
diff -r1.12 -r1.13 pkgsrc/games/simgear/distinfo

cvs diff -r1.127 -r1.128 pkgsrc/games/flightgear/Makefile (expand / switch to unified diff)

--- pkgsrc/games/flightgear/Makefile 2021/08/15 14:23:59 1.127
+++ pkgsrc/games/flightgear/Makefile 2021/09/18 09:01:01 1.128
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.127 2021/08/15 14:23:59 wiz Exp $ 1# $NetBSD: Makefile,v 1.128 2021/09/18 09:01:01 nia Exp $
2 2
3DISTNAME= flightgear-2020.3.6 3DISTNAME= flightgear-2020.3.11
4PKGREVISION= 9 
5CATEGORIES= games 4CATEGORIES= games
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.flightgear.org/ 9HOMEPAGE= https://www.flightgear.org/
11COMMENT= The FlightGear Simulator 10COMMENT= The FlightGear Simulator
12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
13 12
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15USE_CMAKE= yes 14USE_CMAKE= yes
16LDFLAGS.NetBSD+= -lexecinfo 15LDFLAGS.NetBSD+= -lexecinfo
17 16

cvs diff -r1.14 -r1.15 pkgsrc/games/flightgear/distinfo (expand / switch to unified diff)

--- pkgsrc/games/flightgear/distinfo 2021/03/01 09:00:33 1.14
+++ pkgsrc/games/flightgear/distinfo 2021/09/18 09:01:01 1.15
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.14 2021/03/01 09:00:33 nia Exp $ 1$NetBSD: distinfo,v 1.15 2021/09/18 09:01:01 nia Exp $
2 2
3SHA1 (flightgear-2020.3.6.tar.bz2) = 3f2b1c6dfeca5c09c33afa1b82064ba3ce0a1c9d 3SHA1 (flightgear-2020.3.11.tar.bz2) = 8c47fca6fb06d3e6d5d53ef1ccd43da447892982
4RMD160 (flightgear-2020.3.6.tar.bz2) = aaa210b7af3f6b7cd1deb45266ff9129a5b723d2 4RMD160 (flightgear-2020.3.11.tar.bz2) = 16613eee42afa4cda5555fcab558a3c757fd9ae5
5SHA512 (flightgear-2020.3.6.tar.bz2) = b0bfa6e02cf5c2e64aea85fb7433e583141471e15a7dff69dbc12c227835c6e52dcf5b2947a30847c2b291442878eee6265217311e441abb32c5f95bbf7df990 5SHA512 (flightgear-2020.3.11.tar.bz2) = 9a7c6f262da8daf3d954df7a2a8a96e555f3212c1d949211d0dbddd08a8f7380fa8f4986d60f48e17db563154d250184ee772b79b10277a2c5819fabec3930ee
6Size (flightgear-2020.3.6.tar.bz2) = 8837251 bytes 6Size (flightgear-2020.3.11.tar.bz2) = 8926212 bytes
7SHA1 (patch-3rdparty_hts__engine__API_lib_HTS__misc.c) = b6deb149e54dc92cb748fd149a806a016ba76a2e 7SHA1 (patch-3rdparty_hts__engine__API_lib_HTS__misc.c) = b6deb149e54dc92cb748fd149a806a016ba76a2e
8SHA1 (patch-3rdparty_iaxclient_lib_libiax2_src_iax.c) = d6ae7b47253c1ba8f79e42cde27189d32e603eea 8SHA1 (patch-3rdparty_iaxclient_lib_libiax2_src_iax.c) = d6ae7b47253c1ba8f79e42cde27189d32e603eea
9SHA1 (patch-3rdparty_joystick_jsNone.cxx) = 4a662c71f97dd2d5093f09d4631d672e5278f082 9SHA1 (patch-3rdparty_joystick_jsNone.cxx) = 4a662c71f97dd2d5093f09d4631d672e5278f082
10SHA1 (patch-src_Input_fgjs.cxx) = e3d986b67142bac8c7084a026a730ebca48b15f5 10SHA1 (patch-src_Input_fgjs.cxx) = e3d986b67142bac8c7084a026a730ebca48b15f5

cvs diff -r1.124 -r1.125 pkgsrc/games/simgear/Makefile (expand / switch to unified diff)

--- pkgsrc/games/simgear/Makefile 2021/08/15 14:23:57 1.124
+++ pkgsrc/games/simgear/Makefile 2021/09/18 09:01:01 1.125
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.124 2021/08/15 14:23:57 wiz Exp $ 1# $NetBSD: Makefile,v 1.125 2021/09/18 09:01:01 nia Exp $
2 2
3DISTNAME= simgear-2020.3.6 3DISTNAME= simgear-2020.3.11
4PKGREVISION= 9 
5CATEGORIES= games devel 4CATEGORIES= games devel
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.flightgear.org/ 9HOMEPAGE= https://www.flightgear.org/
11COMMENT= Simulator Construction Tools 10COMMENT= Simulator Construction Tools
12LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
13 12
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15USE_CMAKE= yes 14USE_CMAKE= yes
16 15
17CONFIGURE_DIRS= sgbuild 16CONFIGURE_DIRS= sgbuild

cvs diff -r1.10 -r1.11 pkgsrc/games/simgear/PLIST (expand / switch to unified diff)

--- pkgsrc/games/simgear/PLIST 2021/02/25 10:22:14 1.10
+++ pkgsrc/games/simgear/PLIST 2021/09/18 09:01:01 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2021/02/25 10:22:14 nia Exp $ 1@comment $NetBSD: PLIST,v 1.11 2021/09/18 09:01:01 nia Exp $
2include/simgear/bucket/newbucket.hxx 2include/simgear/bucket/newbucket.hxx
3include/simgear/bvh/BVHBoundingBoxVisitor.hxx 3include/simgear/bvh/BVHBoundingBoxVisitor.hxx
4include/simgear/bvh/BVHGroup.hxx 4include/simgear/bvh/BVHGroup.hxx
5include/simgear/bvh/BVHLineGeometry.hxx 5include/simgear/bvh/BVHLineGeometry.hxx
6include/simgear/bvh/BVHLineSegmentVisitor.hxx 6include/simgear/bvh/BVHLineSegmentVisitor.hxx
7include/simgear/bvh/BVHMaterial.hxx 7include/simgear/bvh/BVHMaterial.hxx
8include/simgear/bvh/BVHMotionTransform.hxx 8include/simgear/bvh/BVHMotionTransform.hxx
9include/simgear/bvh/BVHNearestPointVisitor.hxx 9include/simgear/bvh/BVHNearestPointVisitor.hxx
10include/simgear/bvh/BVHNode.hxx 10include/simgear/bvh/BVHNode.hxx
11include/simgear/bvh/BVHPageNode.hxx 11include/simgear/bvh/BVHPageNode.hxx
12include/simgear/bvh/BVHPageRequest.hxx 12include/simgear/bvh/BVHPageRequest.hxx
13include/simgear/bvh/BVHPager.hxx 13include/simgear/bvh/BVHPager.hxx
14include/simgear/bvh/BVHStaticBinary.hxx 14include/simgear/bvh/BVHStaticBinary.hxx
@@ -277,26 +277,27 @@ include/simgear/scene/util/NodeAndDrawab @@ -277,26 +277,27 @@ include/simgear/scene/util/NodeAndDrawab
277include/simgear/scene/util/Noise.hxx 277include/simgear/scene/util/Noise.hxx
278include/simgear/scene/util/OptionsReadFileCallback.hxx 278include/simgear/scene/util/OptionsReadFileCallback.hxx
279include/simgear/scene/util/OsgDebug.hxx 279include/simgear/scene/util/OsgDebug.hxx
280include/simgear/scene/util/OsgMath.hxx 280include/simgear/scene/util/OsgMath.hxx
281include/simgear/scene/util/OsgSingleton.hxx 281include/simgear/scene/util/OsgSingleton.hxx
282include/simgear/scene/util/PrimitiveUtils.hxx 282include/simgear/scene/util/PrimitiveUtils.hxx
283include/simgear/scene/util/QuadTreeBuilder.hxx 283include/simgear/scene/util/QuadTreeBuilder.hxx
284include/simgear/scene/util/RenderConstants.hxx 284include/simgear/scene/util/RenderConstants.hxx
285include/simgear/scene/util/SGDebugDrawCallback.hxx 285include/simgear/scene/util/SGDebugDrawCallback.hxx
286include/simgear/scene/util/SGEnlargeBoundingBox.hxx 286include/simgear/scene/util/SGEnlargeBoundingBox.hxx
287include/simgear/scene/util/SGImageUtils.hxx 287include/simgear/scene/util/SGImageUtils.hxx
288include/simgear/scene/util/SGNodeMasks.hxx 288include/simgear/scene/util/SGNodeMasks.hxx
289include/simgear/scene/util/SGPickCallback.hxx 289include/simgear/scene/util/SGPickCallback.hxx
 290include/simgear/scene/util/SGProgram.hxx
290include/simgear/scene/util/SGReaderWriterOptions.hxx 291include/simgear/scene/util/SGReaderWriterOptions.hxx
291include/simgear/scene/util/SGSceneFeatures.hxx 292include/simgear/scene/util/SGSceneFeatures.hxx
292include/simgear/scene/util/SGSceneUserData.hxx 293include/simgear/scene/util/SGSceneUserData.hxx
293include/simgear/scene/util/SGStateAttributeVisitor.hxx 294include/simgear/scene/util/SGStateAttributeVisitor.hxx
294include/simgear/scene/util/SGTextureStateAttributeVisitor.hxx 295include/simgear/scene/util/SGTextureStateAttributeVisitor.hxx
295include/simgear/scene/util/SGTransientModelData.hxx 296include/simgear/scene/util/SGTransientModelData.hxx
296include/simgear/scene/util/SGUpdateVisitor.hxx 297include/simgear/scene/util/SGUpdateVisitor.hxx
297include/simgear/scene/util/SplicingVisitor.hxx 298include/simgear/scene/util/SplicingVisitor.hxx
298include/simgear/scene/util/StateAttributeFactory.hxx 299include/simgear/scene/util/StateAttributeFactory.hxx
299include/simgear/scene/util/UpdateOnceCallback.hxx 300include/simgear/scene/util/UpdateOnceCallback.hxx
300include/simgear/scene/util/VectorArrayAdapter.hxx 301include/simgear/scene/util/VectorArrayAdapter.hxx
301include/simgear/scene/util/parse_color.hxx 302include/simgear/scene/util/parse_color.hxx
302include/simgear/scene/util/project.hxx 303include/simgear/scene/util/project.hxx

cvs diff -r1.12 -r1.13 pkgsrc/games/simgear/distinfo (expand / switch to unified diff)

--- pkgsrc/games/simgear/distinfo 2021/02/25 10:22:14 1.12
+++ pkgsrc/games/simgear/distinfo 2021/09/18 09:01:01 1.13
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: distinfo,v 1.12 2021/02/25 10:22:14 nia Exp $ 1$NetBSD: distinfo,v 1.13 2021/09/18 09:01:01 nia Exp $
2 2
3SHA1 (simgear-2020.3.6.tar.bz2) = 193b1d3f1cc1bce90a1f0895c12aaacb3f8d4202 3SHA1 (simgear-2020.3.11.tar.bz2) = 69e938a458e637ae9f1d678fc46b4ddf597f378e
4RMD160 (simgear-2020.3.6.tar.bz2) = eb742854cb4f3e1e1d7f91f5ddd6b5410251b947 4RMD160 (simgear-2020.3.11.tar.bz2) = 124b5fbb762a73f6a58c5caab89f3982dacdf124
5SHA512 (simgear-2020.3.6.tar.bz2) = eaa8e3663c5fb486ea0fdad26c490fa49472596157d8d19e60426d5a1d340dfda4e5e3d82f68542bb6d9689abb8e867dc33761ea578b9c8f6c07aeb4b942880e 5SHA512 (simgear-2020.3.11.tar.bz2) = e7b7c73a574012f9ee33cc751eca9dc968339d0f8f5ec005386ed6863d96af6d17423dd68eb5180f1c6bf3b05a422de10ce03ea5e745029445edac7919fc1c99
6Size (simgear-2020.3.6.tar.bz2) = 1408963 bytes 6Size (simgear-2020.3.11.tar.bz2) = 1415047 bytes
7SHA1 (patch-simgear_canvas_ShivaVG_src_shConfig.h) = 0cb3c4c6049bbc5aeed85153f4cca6381219fd61 7SHA1 (patch-simgear_canvas_ShivaVG_src_shConfig.h) = 0cb3c4c6049bbc5aeed85153f4cca6381219fd61
8SHA1 (patch-simgear_canvas_ShivaVG_src_shDefs.h) = 3aacbfdf03b9dd7111bfe039cf929a54c0953ef8 8SHA1 (patch-simgear_canvas_ShivaVG_src_shDefs.h) = 3aacbfdf03b9dd7111bfe039cf929a54c0953ef8
9SHA1 (patch-simgear_io_test__untar.cxx) = b3625254f9410411b30a8c3e30845c3d1509a993 9SHA1 (patch-simgear_io_test__untar.cxx) = b3625254f9410411b30a8c3e30845c3d1509a993
10SHA1 (patch-simgear_io_untar.cxx) = 2cc21468bd0319aae012fb7c16e9e279888e34e3 10SHA1 (patch-simgear_io_untar.cxx) = 2cc21468bd0319aae012fb7c16e9e279888e34e3
11SHA1 (patch-simgear_misc_strutils.cxx) = c442cf04d88f2c61845a25d6bf7492b75654aeaa 11SHA1 (patch-simgear_misc_strutils.cxx) = c442cf04d88f2c61845a25d6bf7492b75654aeaa
12SHA1 (patch-simgear_package_md5.h) = 91dc8741ed547c26a6de8ab8bd25ee441e0e5e92 12SHA1 (patch-simgear_package_md5.h) = 91dc8741ed547c26a6de8ab8bd25ee441e0e5e92