summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-03 18:56:29 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-03 18:56:29 +0000
commitd30fc4518c4d398aacb61192fde71754237d2a07 (patch)
tree57170b70de4f91dd484a78d2df64263f415e3743 /mbone
parent47e37c6ba091262c7eb9c3c26d7150d44124fd60 (diff)
downloadpkgsrc-d30fc4518c4d398aacb61192fde71754237d2a07.tar.gz
Add DragonFly support.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/vat/distinfo4
-rw-r--r--mbone/vat/patches/patch-af14
2 files changed, 9 insertions, 9 deletions
diff --git a/mbone/vat/distinfo b/mbone/vat/distinfo
index 248897e8465..c24c5f992a2 100644
--- a/mbone/vat/distinfo
+++ b/mbone/vat/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/09/03 23:05:14 rillig Exp $
+$NetBSD: distinfo,v 1.8 2006/01/03 18:56:29 joerg Exp $
SHA1 (vatsrc-4.0b2.tar.gz) = 92390be72438647bef422c7a493ee520e82e33b3
RMD160 (vatsrc-4.0b2.tar.gz) = 3540a371f2d4bbd388561157009dc744bec24a0a
@@ -7,7 +7,7 @@ SHA1 (patch-aa) = 58021f5a9accc06efb168374036f9c737fb9cbe6
SHA1 (patch-ab) = f1ba1d4877de8ab3650ba5e19f1197ac756560af
SHA1 (patch-ac) = 192236d6703b6ff05ea4da0331a59e6eccaa8094
SHA1 (patch-ad) = 29288eba884ba9ef59c0eac2d92d50ca9336a101
-SHA1 (patch-af) = 840141bc62f5bc713e33b3b1a0c199402f51926c
+SHA1 (patch-af) = 1cfe73e1a1e7f179d6293c451cd55f0fd558e8d3
SHA1 (patch-ag) = cee2e711190a0d33ed7ff95e87f00e811c7d8286
SHA1 (patch-ai) = 72b94bfaa14daabb07c65194c9068c23157307f8
SHA1 (patch-aj) = e9cf021b38735ab4737b5050502a9199b5e846bc
diff --git a/mbone/vat/patches/patch-af b/mbone/vat/patches/patch-af
index 4aa98005dcf..85d766c8419 100644
--- a/mbone/vat/patches/patch-af
+++ b/mbone/vat/patches/patch-af
@@ -1,13 +1,13 @@
-$NetBSD: patch-af,v 1.3 2000/03/13 13:17:15 bouyer Exp $
+$NetBSD: patch-af,v 1.4 2006/01/03 18:56:29 joerg Exp $
---- config.h.orig Thu May 16 14:27:06 1996
-+++ config.h Mon Mar 13 12:10:22 2000
+--- config.h.orig 1996-05-16 12:27:06.000000000 +0000
++++ config.h
@@ -36,8 +36,13 @@
#ifndef vic_config_h
#define vic_config_h
-#if defined(sgi) || defined(__bsdi__) || defined(__FreeBSD__)
-+#if defined(sgi) || defined(__bsdi__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__svr4__)
++#if defined(sgi) || defined(__bsdi__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__svr4__) || defined(__DragonFly__)
#include <sys/types.h>
+#if defined(__svr4__)
+typedef uint8_t u_int8_t;
@@ -17,7 +17,7 @@ $NetBSD: patch-af,v 1.3 2000/03/13 13:17:15 bouyer Exp $
#elif defined(linux)
#include <sys/bitypes.h>
#else
-@@ -57,7 +62,7 @@
+@@ -57,7 +62,7 @@ typedef unsigned int u_int32_t;
typedef int int32_t;
#endif
@@ -26,12 +26,12 @@ $NetBSD: patch-af,v 1.3 2000/03/13 13:17:15 bouyer Exp $
#if defined(__cplusplus)
extern "C" {
#endif
-@@ -83,7 +88,7 @@
+@@ -83,7 +88,7 @@ extern "C" {
#include <arpa/inet.h>
int strcasecmp(const char *, const char *);
clock_t clock(void);
-#if !defined(sco) && !defined(sgi) && !defined(__bsdi__) && !defined(__FreeBSD__)
-+#if !defined(sco) && !defined(sgi) && !defined(__bsdi__) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__svr4__)
++#if !defined(sco) && !defined(sgi) && !defined(__bsdi__) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__svr4__) && !defined(__DragonFly__)
int gethostid(void);
#endif
time_t time(time_t *);