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:   wiz
Date:           Fri Jan 31 07:40:48 UTC 2025

Modified Files:
        pkgsrc/games/simgear: distinfo
Added Files:
        pkgsrc/games/simgear/patches: patch-CMakeLists.txt
            patch-simgear_scene_viewer_CompositorPass.hxx

Log Message:
simgear: fix build


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/simgear/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/games/simgear/patches/patch-CMakeLists.txt
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/games/simgear/patches/patch-simgear_scene_viewer_CompositorPass.hxx

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/distinfo
diff -u pkgsrc/games/simgear/distinfo:1.15 pkgsrc/games/simgear/distinfo:1.16
--- pkgsrc/games/simgear/distinfo:1.15  Tue Oct 26 10:44:24 2021
+++ pkgsrc/games/simgear/distinfo       Fri Jan 31 07:40:48 2025
@@ -1,11 +1,13 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:44:24 nia Exp $
+$NetBSD: distinfo,v 1.16 2025/01/31 07:40:48 wiz Exp $
 
 BLAKE2s (simgear-2020.3.11.tar.bz2) = a71b58bc875b8903832ba177ef975429acccaadc82d06ab45f7554f9dd640a95
 SHA512 (simgear-2020.3.11.tar.bz2) = e7b7c73a574012f9ee33cc751eca9dc968339d0f8f5ec005386ed6863d96af6d17423dd68eb5180f1c6bf3b05a422de10ce03ea5e745029445edac7919fc1c99
 Size (simgear-2020.3.11.tar.bz2) = 1415047 bytes
+SHA1 (patch-CMakeLists.txt) = 65b1c56988550552edfd5b9a61fc70c8ce7563fe
 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
 SHA1 (patch-simgear_io_untar.cxx) = 2cc21468bd0319aae012fb7c16e9e279888e34e3
 SHA1 (patch-simgear_misc_strutils.cxx) = c442cf04d88f2c61845a25d6bf7492b75654aeaa
 SHA1 (patch-simgear_package_md5.h) = 91dc8741ed547c26a6de8ab8bd25ee441e0e5e92
+SHA1 (patch-simgear_scene_viewer_CompositorPass.hxx) = 7712ec8f3b22b7d66635dc9ab7b7d489f6c0ab7e

Added files:

Index: pkgsrc/games/simgear/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/games/simgear/patches/patch-CMakeLists.txt:1.3
--- /dev/null   Fri Jan 31 07:40:48 2025
+++ pkgsrc/games/simgear/patches/patch-CMakeLists.txt   Fri Jan 31 07:40:48 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-CMakeLists.txt,v 1.3 2025/01/31 07:40:48 wiz Exp $
+
+Breaks build, no rationale given.
+
+--- CMakeLists.txt.orig        2021-07-29 09:34:34.000000000 +0000
++++ CMakeLists.txt
+@@ -233,7 +233,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux" 
+ endif()
+ 
+ find_package(Boost REQUIRED)
+-set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION -DBOOST_NO_STDLIB_CONFIG")
++set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION")
+ include(BoostTestTargets)
+ 
+ if(SIMGEAR_HEADLESS)

Index: pkgsrc/games/simgear/patches/patch-simgear_scene_viewer_CompositorPass.hxx
diff -u /dev/null pkgsrc/games/simgear/patches/patch-simgear_scene_viewer_CompositorPass.hxx:1.1
--- /dev/null   Fri Jan 31 07:40:48 2025
+++ pkgsrc/games/simgear/patches/patch-simgear_scene_viewer_CompositorPass.hxx  Fri Jan 31 07:40:48 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-simgear_scene_viewer_CompositorPass.hxx,v 1.1 2025/01/31 07:40:48 wiz Exp $
+
+Add missing include.
+
+--- simgear/scene/viewer/CompositorPass.hxx.orig       2025-01-31 07:38:44.149289267 +0000
++++ simgear/scene/viewer/CompositorPass.hxx
+@@ -17,6 +17,7 @@
+ #ifndef SG_COMPOSITOR_PASS_HXX
+ #define SG_COMPOSITOR_PASS_HXX
+ 
++#include <array>>
+ #include <unordered_map>
+ 
+ #include <osg/Camera>



Home | Main Index | Thread Index | Old Index