pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/pingus
Module Name: pkgsrc
Committed By: maya
Date: Mon May 27 15:37:56 UTC 2019
Modified Files:
pkgsrc/games/pingus: distinfo
Added Files:
pkgsrc/games/pingus/patches: patch-src_pingus_screens_demo__session.hpp
Log Message:
pingus: fix compilation issue by adding missing include.
PR pkg/54240.
XXX this package needs to add libGL path's to RPATH to run
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/pingus/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/games/pingus/patches/patch-src_pingus_screens_demo__session.hpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/pingus/distinfo
diff -u pkgsrc/games/pingus/distinfo:1.10 pkgsrc/games/pingus/distinfo:1.11
--- pkgsrc/games/pingus/distinfo:1.10 Sun May 12 06:17:30 2019
+++ pkgsrc/games/pingus/distinfo Mon May 27 15:37:56 2019
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2019/05/12 06:17:30 triaxx Exp $
+$NetBSD: distinfo,v 1.11 2019/05/27 15:37:56 maya Exp $
SHA1 (pingus-0.7.6.tar.gz) = c888c277995bed84052b62d0eacbd77d0346a276
RMD160 (pingus-0.7.6.tar.gz) = e58ced4252caea3ca642a82a47468ed49eaa7851
@@ -20,5 +20,6 @@ SHA1 (patch-src_pingus_components_choice
SHA1 (patch-src_pingus_components_slider__box.hpp) = 0c247a42dcf17a214fb2347177e95e0a5393807d
SHA1 (patch-src_pingus_config__manager.hpp) = 3aa3c4947accec1360ee71d03aec8582c68c226a
SHA1 (patch-src_pingus_pingus__main.cpp) = d7e5b778c3bab1f5c36d0a1fd97e9a477c499d27
+SHA1 (patch-src_pingus_screens_demo__session.hpp) = 4f601d78e7962d93ee5610e60e9f1d9e7df1c303
SHA1 (patch-src_pingus_screens_option__menu.hpp) = bf7da1b212fde00b9dd3d2f972ec587f629771da
SHA1 (patch-src_pingus_screens_pingus__menu.cpp) = 18c2f3762fd5d7adf6a6a9b4561cc6af1289ff15
Added files:
Index: pkgsrc/games/pingus/patches/patch-src_pingus_screens_demo__session.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_pingus_screens_demo__session.hpp:1.1
--- /dev/null Mon May 27 15:37:57 2019
+++ pkgsrc/games/pingus/patches/patch-src_pingus_screens_demo__session.hpp Mon May 27 15:37:56 2019
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_pingus_screens_demo__session.hpp,v 1.1 2019/05/27 15:37:56 maya Exp $
+
+Avoid build error:
+src/pingus/screens/demo_session.cpp:41:8: error: 'function' in namespace 'std' does not name a template type
+NetBSD-8.99.41 (GCC 7.4.0)
+
+--- src/pingus/screens/demo_session.hpp.orig 2011-12-24 21:46:47.000000000 +0000
++++ src/pingus/screens/demo_session.hpp
+@@ -19,6 +19,7 @@
+
+ #include <memory>
+ #include <vector>
++#include <functional>
+
+ #include "engine/screen/gui_screen.hpp"
+ #include "pingus/server_event.hpp"
Home |
Main Index |
Thread Index |
Old Index