pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76636c9e95bd
branches:  trunk
changeset: 504562:76636c9e95bd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 13 18:27:00 2005 +0000

description:
Add DragonFly support.

diffstat:

 chat/iroffer/distinfo         |   4 +++-
 chat/iroffer/patches/patch-aa |  13 +++++++++++++
 chat/iroffer/patches/patch-ab |  14 ++++++++++++++
 3 files changed, 30 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r 331161bbc9eb -r 76636c9e95bd chat/iroffer/distinfo
--- a/chat/iroffer/distinfo     Tue Dec 13 18:14:10 2005 +0000
+++ b/chat/iroffer/distinfo     Tue Dec 13 18:27:00 2005 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 15:59:12 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/12/13 18:27:00 joerg Exp $
 
 SHA1 (iroffer1.2b13.tgz) = b47732ec53ad4c74167841005eb086c13bc0a169
 RMD160 (iroffer1.2b13.tgz) = 669de950a232cb92271f988e4545888df9b689c3
 Size (iroffer1.2b13.tgz) = 81918 bytes
+SHA1 (patch-aa) = a8ed9ecb220195f50f963bc16f7bebe50d17dcc7
+SHA1 (patch-ab) = 499a4dd5071aee99d3b9fcf6cb4dc1e5e818b110
diff -r 331161bbc9eb -r 76636c9e95bd chat/iroffer/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/iroffer/patches/patch-aa     Tue Dec 13 18:27:00 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/12/13 18:27:00 joerg Exp $
+
+--- Configure.orig     2005-12-13 18:12:12.000000000 +0000
++++ Configure
+@@ -17,7 +17,7 @@ rm -f config.error.* config.temp*
+ 
+ case "$ostype" in
+  Linux | FreeBSD | OpenBSD | NetBSD | IRIX | IRIX64 | \
+- OSF1 | Rhapsody | Darwin | AIX )
++ OSF1 | Rhapsody | Darwin | AIX | DragonFly)
+   # nothing fancy
+   ;;
+  SunOS )
diff -r 331161bbc9eb -r 76636c9e95bd chat/iroffer/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/iroffer/patches/patch-ab     Tue Dec 13 18:27:00 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2005/12/13 18:27:00 joerg Exp $
+
+--- src/defines.h.orig 2005-12-13 18:18:04.000000000 +0000
++++ src/defines.h
+@@ -186,7 +186,8 @@ typedef unsigned long long int   uint64;
+     defined(_OS_NetBSD)      || \
+     defined(_OS_BSDI)        || \
+     defined(_OS_BSD_OS)      || \
+-    defined(_OS_Darwin)
++    defined(_OS_Darwin)      || \
++    defined(_OS_DragonFly)
+ #define _OS_BSD_ANY
+ 
+ /* sunos */



Home | Main Index | Thread Index | Old Index