summaryrefslogtreecommitdiff
path: root/chat/unrealircd
diff options
context:
space:
mode:
authordholland <dholland>2015-11-07 22:46:25 +0000
committerdholland <dholland>2015-11-07 22:46:25 +0000
commit45f2f77d874dff75d6807d16ee862c6a599baa78 (patch)
tree5f2b059e3fa033e3476ba033767eff3cf8a02494 /chat/unrealircd
parent27b33e142f5906af7191641716045f8482ba34cb (diff)
downloadpkgsrc-45f2f77d874dff75d6807d16ee862c6a599baa78.tar.gz
Avoid unnecessary use of legacy sys/timeb.h, which doesn't exist on OpenBSD.
Diffstat (limited to 'chat/unrealircd')
-rw-r--r--chat/unrealircd/distinfo9
-rw-r--r--chat/unrealircd/patches/patch-src_modules_m__cycle.c16
-rw-r--r--chat/unrealircd/patches/patch-src_modules_m__rping.c16
-rw-r--r--chat/unrealircd/patches/patch-src_modules_m__svsjoin.c16
-rw-r--r--chat/unrealircd/patches/patch-src_modules_m__svspart.c16
-rw-r--r--chat/unrealircd/patches/patch-src_modules_m__svssilence.c16
-rw-r--r--chat/unrealircd/patches/patch-src_modules_m__svswatch.c16
-rw-r--r--chat/unrealircd/patches/patch-src_modules_m__vhost.c16
8 files changed, 120 insertions, 1 deletions
diff --git a/chat/unrealircd/distinfo b/chat/unrealircd/distinfo
index b5d2f17df29..af80b7e4008 100644
--- a/chat/unrealircd/distinfo
+++ b/chat/unrealircd/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2015/11/03 01:20:25 agc Exp $
+$NetBSD: distinfo,v 1.17 2015/11/07 22:46:25 dholland Exp $
SHA1 (Unreal3.2.10.4.tar.gz) = fa2b828b98afeab8677cb04aed9a634f7e43c386
RMD160 (Unreal3.2.10.4.tar.gz) = 07c4854a59432dfa8a2ef16c5c9517e08b20cb6b
@@ -8,3 +8,10 @@ SHA1 (patch-ab) = b66ae1990e25479abe9087a9308a2185692fcba2
SHA1 (patch-ac) = 4c3e7219d03e93c2a3e8f735c350d919efdf8fbb
SHA1 (patch-ae) = dc5f4d080d1027e229f9817d1d4f1e501124f7ba
SHA1 (patch-af) = 28d622375362bc77ec44ea6a3b1f3a0d05c60ce5
+SHA1 (patch-src_modules_m__cycle.c) = 9841937064cf0573dd3bb9d0cc8bc77c4e850bcc
+SHA1 (patch-src_modules_m__rping.c) = 505f36bb4dcb4d0c7f0b25d7ec357c85e791c012
+SHA1 (patch-src_modules_m__svsjoin.c) = 9ca6d9c32637ce8b68633bdd539e612af26b2672
+SHA1 (patch-src_modules_m__svspart.c) = 62ba995e3808c1558595ec8e36daa6a60697eab9
+SHA1 (patch-src_modules_m__svssilence.c) = 2eb10a6343ea3417073266df5c70fbb872bdfc9f
+SHA1 (patch-src_modules_m__svswatch.c) = efc0bdee6a8e0039db5604d50babe7e5c92dbbad
+SHA1 (patch-src_modules_m__vhost.c) = 80c528b455f0821d75622afde90b06c3c256cf6f
diff --git a/chat/unrealircd/patches/patch-src_modules_m__cycle.c b/chat/unrealircd/patches/patch-src_modules_m__cycle.c
new file mode 100644
index 00000000000..da8cde9590a
--- /dev/null
+++ b/chat/unrealircd/patches/patch-src_modules_m__cycle.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_modules_m__cycle.c,v 1.1 2015/11/07 22:46:25 dholland Exp $
+
+Avoid unnecessary use of legacy sys/timeb.h, which doesn't exist on OpenBSD.
+
+--- src/modules/m_cycle.c~ 2014-07-26 15:42:10.000000000 +0000
++++ src/modules/m_cycle.c
+@@ -31,8 +31,8 @@
+ #include <string.h>
+ #ifdef _WIN32
+ #include <io.h>
+-#endif
+ #include <sys/timeb.h>
++#endif
+ #include <fcntl.h>
+ #include "h.h"
+ #include "proto.h"
diff --git a/chat/unrealircd/patches/patch-src_modules_m__rping.c b/chat/unrealircd/patches/patch-src_modules_m__rping.c
new file mode 100644
index 00000000000..f817ea66d57
--- /dev/null
+++ b/chat/unrealircd/patches/patch-src_modules_m__rping.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_modules_m__rping.c,v 1.1 2015/11/07 22:46:25 dholland Exp $
+
+Avoid unnecessary use of legacy sys/timeb.h, which doesn't exist on OpenBSD.
+
+--- src/modules/m_rping.c~ 2014-07-26 15:42:10.000000000 +0000
++++ src/modules/m_rping.c
+@@ -32,8 +32,8 @@
+ #include <string.h>
+ #ifdef _WIN32
+ #include <io.h>
+-#endif
+ #include <sys/timeb.h>
++#endif
+ #include <fcntl.h>
+ #include "h.h"
+ #include "proto.h"
diff --git a/chat/unrealircd/patches/patch-src_modules_m__svsjoin.c b/chat/unrealircd/patches/patch-src_modules_m__svsjoin.c
new file mode 100644
index 00000000000..e66c8e66dcc
--- /dev/null
+++ b/chat/unrealircd/patches/patch-src_modules_m__svsjoin.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_modules_m__svsjoin.c,v 1.1 2015/11/07 22:46:25 dholland Exp $
+
+Avoid unnecessary use of legacy sys/timeb.h, which doesn't exist on OpenBSD.
+
+--- src/modules/m_svsjoin.c~ 2014-07-26 15:42:10.000000000 +0000
++++ src/modules/m_svsjoin.c
+@@ -31,8 +31,8 @@
+ #include <string.h>
+ #ifdef _WIN32
+ #include <io.h>
+-#endif
+ #include <sys/timeb.h>
++#endif
+ #include <fcntl.h>
+ #include "h.h"
+ #include "proto.h"
diff --git a/chat/unrealircd/patches/patch-src_modules_m__svspart.c b/chat/unrealircd/patches/patch-src_modules_m__svspart.c
new file mode 100644
index 00000000000..788c650ca03
--- /dev/null
+++ b/chat/unrealircd/patches/patch-src_modules_m__svspart.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_modules_m__svspart.c,v 1.1 2015/11/07 22:46:25 dholland Exp $
+
+Avoid unnecessary use of legacy sys/timeb.h, which doesn't exist on OpenBSD.
+
+--- src/modules/m_svspart.c~ 2014-07-26 15:42:10.000000000 +0000
++++ src/modules/m_svspart.c
+@@ -31,8 +31,8 @@
+ #include <string.h>
+ #ifdef _WIN32
+ #include <io.h>
+-#endif
+ #include <sys/timeb.h>
++#endif
+ #include <fcntl.h>
+ #include "h.h"
+ #include "proto.h"
diff --git a/chat/unrealircd/patches/patch-src_modules_m__svssilence.c b/chat/unrealircd/patches/patch-src_modules_m__svssilence.c
new file mode 100644
index 00000000000..aa22ccded15
--- /dev/null
+++ b/chat/unrealircd/patches/patch-src_modules_m__svssilence.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_modules_m__svssilence.c,v 1.1 2015/11/07 22:46:25 dholland Exp $
+
+Avoid unnecessary use of legacy sys/timeb.h, which doesn't exist on OpenBSD.
+
+--- src/modules/m_svssilence.c~ 2014-07-26 15:42:10.000000000 +0000
++++ src/modules/m_svssilence.c
+@@ -31,8 +31,8 @@
+ #include <string.h>
+ #ifdef _WIN32
+ #include <io.h>
+-#endif
+ #include <sys/timeb.h>
++#endif
+ #include <fcntl.h>
+ #include "h.h"
+ #include "proto.h"
diff --git a/chat/unrealircd/patches/patch-src_modules_m__svswatch.c b/chat/unrealircd/patches/patch-src_modules_m__svswatch.c
new file mode 100644
index 00000000000..1d8ed6596b5
--- /dev/null
+++ b/chat/unrealircd/patches/patch-src_modules_m__svswatch.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_modules_m__svswatch.c,v 1.1 2015/11/07 22:46:25 dholland Exp $
+
+Avoid unnecessary use of legacy sys/timeb.h, which doesn't exist on OpenBSD.
+
+--- src/modules/m_svswatch.c~ 2014-07-26 15:42:10.000000000 +0000
++++ src/modules/m_svswatch.c
+@@ -31,8 +31,8 @@
+ #include <string.h>
+ #ifdef _WIN32
+ #include <io.h>
+-#endif
+ #include <sys/timeb.h>
++#endif
+ #include <fcntl.h>
+ #include "h.h"
+ #include "proto.h"
diff --git a/chat/unrealircd/patches/patch-src_modules_m__vhost.c b/chat/unrealircd/patches/patch-src_modules_m__vhost.c
new file mode 100644
index 00000000000..34e7e4031d9
--- /dev/null
+++ b/chat/unrealircd/patches/patch-src_modules_m__vhost.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_modules_m__vhost.c,v 1.1 2015/11/07 22:46:25 dholland Exp $
+
+Avoid unnecessary use of legacy sys/timeb.h, which doesn't exist on OpenBSD.
+
+--- src/modules/m_vhost.c~ 2014-07-26 15:42:10.000000000 +0000
++++ src/modules/m_vhost.c
+@@ -32,8 +32,8 @@
+ #include <string.h>
+ #ifdef _WIN32
+ #include <io.h>
+-#endif
+ #include <sys/timeb.h>
++#endif
+ #include <fcntl.h>
+ #include "h.h"
+ #include "proto.h"