pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/iip Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3c3544a88e0
branches:  trunk
changeset: 504556:b3c3544a88e0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 13 16:59:37 2005 +0000

description:
Add DragonFly support.

diffstat:

 chat/iip/distinfo         |   3 ++-
 chat/iip/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 59341a758569 -r b3c3544a88e0 chat/iip/distinfo
--- a/chat/iip/distinfo Tue Dec 13 16:26:39 2005 +0000
+++ b/chat/iip/distinfo Tue Dec 13 16:59:37 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:53:54 rillig Exp $
+$NetBSD: distinfo,v 1.2 2005/12/13 16:59:37 joerg Exp $
 
 SHA1 (iip-1.1.0.tgz) = 722ce551c3d330aad04729a4c9b729b10a0ca960
 RMD160 (iip-1.1.0.tgz) = 5acc5e33bd060bbdc79e819ade9e5ef07ed7299c
 Size (iip-1.1.0.tgz) = 139021 bytes
+SHA1 (patch-aa) = 1c0c4bc32c84d0a95b2f88302547a218059ef00f
diff -r 59341a758569 -r b3c3544a88e0 chat/iip/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/iip/patches/patch-aa Tue Dec 13 16:59:37 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2005/12/13 16:59:37 joerg Exp $
+
+--- src/misc/compat.h.orig     2005-12-13 16:46:43.000000000 +0000
++++ src/misc/compat.h
+@@ -70,7 +70,9 @@
+ #if defined(_WINDOZE_) || defined(_CYGWIN_)
+ #define LITTLE__ENDIAN
+ #else
+-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__MACH__) || defined(__NetBSD__)
++#if defined(__DragonFly__)
++#include <sys/endian.h>
++#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__MACH__) || defined(__NetBSD__)
+ #include <machine/endian.h>
+ #if BYTE_ORDER == LITTLE_ENDIAN
+ #define LITTLE__ENDIAN



Home | Main Index | Thread Index | Old Index