pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/stellarium Add missing include.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f346c10feab
branches:  trunk
changeset: 358702:3f346c10feab
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 18 13:59:19 2017 +0000

description:
Add missing include.

diffstat:

 misc/stellarium/distinfo                                                      |   3 +-
 misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp |  12 ++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r afeb920f72ba -r 3f346c10feab misc/stellarium/distinfo
--- a/misc/stellarium/distinfo  Sat Feb 18 13:59:01 2017 +0000
+++ b/misc/stellarium/distinfo  Sat Feb 18 13:59:19 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2015/11/03 23:49:52 agc Exp $
+$NetBSD: distinfo,v 1.34 2017/02/18 13:59:19 joerg Exp $
 
 SHA1 (stellarium-0.12.4.tar.gz) = 6d3cc4dc186db831af76830fe2e636ff1f7bbc90
 RMD160 (stellarium-0.12.4.tar.gz) = 4e212f8e0d613733ef98a506556c25dbab4d3b24
@@ -7,6 +7,7 @@
 SHA1 (patch-ad) = 369e643a189f3e48076badcdaa49147773067ad5
 SHA1 (patch-ae) = e6ee27b2b0914eb25a7e35b58dcadefb0fd349e0
 SHA1 (patch-doc_stellarium.pod.cmake) = 654973a21459f86857aa674000cdba42ae2b8e01
+SHA1 (patch-plugins_TelescopeControl_src_servers_Server.cpp) = 8ad6435118d5fda2aaa2416e4d13064cd688b588
 SHA1 (patch-src_StelMainGraphicsView.cpp) = fa53b202e2ed392e1a7906db698faa1401b0dc87
 SHA1 (patch-src_core_StelUtils.cpp) = 0693cd4832eb06f25413b76bb4d00a681b992a88
 SHA1 (patch-src_core_modules_Skybright.cpp) = 7b6369fce6fa77b7007023136d7e8aebafd5c627
diff -r afeb920f72ba -r 3f346c10feab misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp     Sat Feb 18 13:59:19 2017 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-plugins_TelescopeControl_src_servers_Server.cpp,v 1.1 2017/02/18 13:59:20 joerg Exp $
+
+--- plugins/TelescopeControl/src/servers/Server.cpp.orig       2017-02-18 01:22:11.015702081 +0000
++++ plugins/TelescopeControl/src/servers/Server.cpp
+@@ -22,6 +22,7 @@ along with this library; if not, write t
+ Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA  02110-1335, USA.
+ */
+ 
++#include <sys/time.h>
+ #include "Server.hpp"
+ #include "Socket.hpp"
+ //#include "Listener.hpp"



Home | Main Index | Thread Index | Old Index