pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/stellarium



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Feb 18 13:59:20 UTC 2017

Modified Files:
        pkgsrc/misc/stellarium: distinfo
Added Files:
        pkgsrc/misc/stellarium/patches:
            patch-plugins_TelescopeControl_src_servers_Server.cpp

Log Message:
Add missing include.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/stellarium/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp

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

Modified files:

Index: pkgsrc/misc/stellarium/distinfo
diff -u pkgsrc/misc/stellarium/distinfo:1.33 pkgsrc/misc/stellarium/distinfo:1.34
--- pkgsrc/misc/stellarium/distinfo:1.33        Tue Nov  3 23:49:52 2015
+++ pkgsrc/misc/stellarium/distinfo     Sat Feb 18 13:59:19 2017
@@ -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 @@ Size (stellarium-0.12.4.tar.gz) = 793436
 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

Added files:

Index: pkgsrc/misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp
diff -u /dev/null pkgsrc/misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp:1.1
--- /dev/null   Sat Feb 18 13:59:20 2017
+++ pkgsrc/misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp        Sat Feb 18 13:59:20 2017
@@ -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