pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mbone/vat Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93110bb47cb9
branches:  trunk
changeset: 505470:93110bb47cb9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 03 18:56:29 2006 +0000

description:
Add DragonFly support.

diffstat:

 mbone/vat/distinfo         |   4 ++--
 mbone/vat/patches/patch-af |  14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (63 lines):

diff -r 0d14581c7ca2 -r 93110bb47cb9 mbone/vat/distinfo
--- a/mbone/vat/distinfo        Tue Jan 03 18:40:16 2006 +0000
+++ b/mbone/vat/distinfo        Tue Jan 03 18:56:29 2006 +0000
@@ -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-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 -r 0d14581c7ca2 -r 93110bb47cb9 mbone/vat/patches/patch-af
--- a/mbone/vat/patches/patch-af        Tue Jan 03 18:40:16 2006 +0000
+++ b/mbone/vat/patches/patch-af        Tue Jan 03 18:56:29 2006 +0000
@@ -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 @@
  #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 @@
  #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 *);



Home | Main Index | Thread Index | Old Index