diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-13 18:27:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-13 18:27:00 +0000 |
commit | ff206fcfd5dca78d56a4aa70d24af81663742e7c (patch) | |
tree | f33be3697f1564c8138cc81b232883e75df820b5 /chat/iroffer | |
parent | da2a0a35a0ced16bbfc8536fba663867d6193f8d (diff) | |
download | pkgsrc-ff206fcfd5dca78d56a4aa70d24af81663742e7c.tar.gz |
Add DragonFly support.
Diffstat (limited to 'chat/iroffer')
-rw-r--r-- | chat/iroffer/distinfo | 4 | ||||
-rw-r--r-- | chat/iroffer/patches/patch-aa | 13 | ||||
-rw-r--r-- | chat/iroffer/patches/patch-ab | 14 |
3 files changed, 30 insertions, 1 deletions
diff --git a/chat/iroffer/distinfo b/chat/iroffer/distinfo index da806e5444e..0e704e07702 100644 --- a/chat/iroffer/distinfo +++ b/chat/iroffer/distinfo @@ -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 --git a/chat/iroffer/patches/patch-aa b/chat/iroffer/patches/patch-aa new file mode 100644 index 00000000000..52f388e6f8c --- /dev/null +++ b/chat/iroffer/patches/patch-aa @@ -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 --git a/chat/iroffer/patches/patch-ab b/chat/iroffer/patches/patch-ab new file mode 100644 index 00000000000..763dd7bbb82 --- /dev/null +++ b/chat/iroffer/patches/patch-ab @@ -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 */ |