pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep 18 09:01:01 UTC 2021

Modified Files:
        pkgsrc/games/flightgear: Makefile distinfo
        pkgsrc/games/simgear: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/games/flightgear/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/flightgear/distinfo
cvs rdiff -u -r1.124 -r1.125 pkgsrc/games/simgear/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/simgear/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/simgear/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/flightgear/Makefile
diff -u pkgsrc/games/flightgear/Makefile:1.127 pkgsrc/games/flightgear/Makefile:1.128
--- pkgsrc/games/flightgear/Makefile:1.127      Sun Aug 15 14:23:59 2021
+++ pkgsrc/games/flightgear/Makefile    Sat Sep 18 09:01:01 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.127 2021/08/15 14:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.128 2021/09/18 09:01:01 nia Exp $
 
-DISTNAME=      flightgear-2020.3.6
-PKGREVISION=   9
+DISTNAME=      flightgear-2020.3.11
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.bz2

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

Index: pkgsrc/games/simgear/Makefile
diff -u pkgsrc/games/simgear/Makefile:1.124 pkgsrc/games/simgear/Makefile:1.125
--- pkgsrc/games/simgear/Makefile:1.124 Sun Aug 15 14:23:57 2021
+++ pkgsrc/games/simgear/Makefile       Sat Sep 18 09:01:01 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.124 2021/08/15 14:23:57 wiz Exp $
+# $NetBSD: Makefile,v 1.125 2021/09/18 09:01:01 nia Exp $
 
-DISTNAME=      simgear-2020.3.6
-PKGREVISION=   9
+DISTNAME=      simgear-2020.3.11
 CATEGORIES=    games devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/games/simgear/PLIST
diff -u pkgsrc/games/simgear/PLIST:1.10 pkgsrc/games/simgear/PLIST:1.11
--- pkgsrc/games/simgear/PLIST:1.10     Thu Feb 25 10:22:14 2021
+++ pkgsrc/games/simgear/PLIST  Sat Sep 18 09:01:01 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/02/25 10:22:14 nia Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/09/18 09:01:01 nia Exp $
 include/simgear/bucket/newbucket.hxx
 include/simgear/bvh/BVHBoundingBoxVisitor.hxx
 include/simgear/bvh/BVHGroup.hxx
@@ -287,6 +287,7 @@ include/simgear/scene/util/SGEnlargeBoun
 include/simgear/scene/util/SGImageUtils.hxx
 include/simgear/scene/util/SGNodeMasks.hxx
 include/simgear/scene/util/SGPickCallback.hxx
+include/simgear/scene/util/SGProgram.hxx
 include/simgear/scene/util/SGReaderWriterOptions.hxx
 include/simgear/scene/util/SGSceneFeatures.hxx
 include/simgear/scene/util/SGSceneUserData.hxx

Index: pkgsrc/games/simgear/distinfo
diff -u pkgsrc/games/simgear/distinfo:1.12 pkgsrc/games/simgear/distinfo:1.13
--- pkgsrc/games/simgear/distinfo:1.12  Thu Feb 25 10:22:14 2021
+++ pkgsrc/games/simgear/distinfo       Sat Sep 18 09:01:01 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.12 2021/02/25 10:22:14 nia Exp $
+$NetBSD: distinfo,v 1.13 2021/09/18 09:01:01 nia Exp $
 
-SHA1 (simgear-2020.3.6.tar.bz2) = 193b1d3f1cc1bce90a1f0895c12aaacb3f8d4202
-RMD160 (simgear-2020.3.6.tar.bz2) = eb742854cb4f3e1e1d7f91f5ddd6b5410251b947
-SHA512 (simgear-2020.3.6.tar.bz2) = eaa8e3663c5fb486ea0fdad26c490fa49472596157d8d19e60426d5a1d340dfda4e5e3d82f68542bb6d9689abb8e867dc33761ea578b9c8f6c07aeb4b942880e
-Size (simgear-2020.3.6.tar.bz2) = 1408963 bytes
+SHA1 (simgear-2020.3.11.tar.bz2) = 69e938a458e637ae9f1d678fc46b4ddf597f378e
+RMD160 (simgear-2020.3.11.tar.bz2) = 124b5fbb762a73f6a58c5caab89f3982dacdf124
+SHA512 (simgear-2020.3.11.tar.bz2) = e7b7c73a574012f9ee33cc751eca9dc968339d0f8f5ec005386ed6863d96af6d17423dd68eb5180f1c6bf3b05a422de10ce03ea5e745029445edac7919fc1c99
+Size (simgear-2020.3.11.tar.bz2) = 1415047 bytes
 SHA1 (patch-simgear_canvas_ShivaVG_src_shConfig.h) = 0cb3c4c6049bbc5aeed85153f4cca6381219fd61
 SHA1 (patch-simgear_canvas_ShivaVG_src_shDefs.h) = 3aacbfdf03b9dd7111bfe039cf929a54c0953ef8
 SHA1 (patch-simgear_io_test__untar.cxx) = b3625254f9410411b30a8c3e30845c3d1509a993



Home | Main Index | Thread Index | Old Index