summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg>2017-02-18 13:59:19 +0000
committerjoerg <joerg>2017-02-18 13:59:19 +0000
commit733d2bab8fa0c1619b7a148043d65956d550acf4 (patch)
tree16499431ad1eb76e1b09dd78c078454e2bedc262 /misc
parent25f47284fffc75a55de11210b0235932f8cfcb4a (diff)
downloadpkgsrc-733d2bab8fa0c1619b7a148043d65956d550acf4.tar.gz
Add missing include.
Diffstat (limited to 'misc')
-rw-r--r--misc/stellarium/distinfo3
-rw-r--r--misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/stellarium/distinfo b/misc/stellarium/distinfo
index 28db5774c0c..d4912085d66 100644
--- a/misc/stellarium/distinfo
+++ b/misc/stellarium/distinfo
@@ -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) = 79343617 bytes
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 --git a/misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp b/misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp
new file mode 100644
index 00000000000..f10556a0bb3
--- /dev/null
+++ b/misc/stellarium/patches/patch-plugins_TelescopeControl_src_servers_Server.cpp
@@ -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"