pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/iroffer/patches Add missing patch files.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e149783abef
branches:  trunk
changeset: 519563:5e149783abef
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Oct 05 12:27:40 2006 +0000

description:
Add missing patch files.

diffstat:

 chat/iroffer/patches/patch-ac |  14 ++++++++++++++
 chat/iroffer/patches/patch-ad |  16 ++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 124acb83be89 -r 5e149783abef chat/iroffer/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/iroffer/patches/patch-ac     Thu Oct 05 12:27:40 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2006/10/05 12:27:40 obache Exp $
+
+--- src/iroffer_defines.h.orig 2005-12-13 11:54:17.000000000 +0900
++++ src/iroffer_defines.h
+@@ -204,7 +204,8 @@
+     defined(_OS_NetBSD)      || \
+     defined(_OS_BSDI)        || \
+     defined(_OS_BSD_OS)      || \
+-    defined(_OS_Darwin)
++    defined(_OS_Darwin)      || \
++    defined(_OS_DragonFly)
+ #define _OS_BSD_ANY
+ 
+ /* sunos */
diff -r 124acb83be89 -r 5e149783abef chat/iroffer/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/iroffer/patches/patch-ad     Thu Oct 05 12:27:40 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ad,v 1.1 2006/10/05 12:27:40 obache Exp $
+
+--- src/iroffer_utilities.c.orig       2005-12-13 11:54:17.000000000 +0900
++++ src/iroffer_utilities.c
+@@ -197,8 +197,9 @@ void getos (void) {
+     defined(_OS_OpenBSD)     || \
+     defined(_OS_NetBSD)      || \
+     defined(_OS_BSDI)        || \
+-    defined(_OS_BSD_OS)
+-   if (strcmp(u1.sysname,"FreeBSD") && strcmp(u1.sysname,"OpenBSD") && strcmp(u1.sysname,"BSD/OS") && strcmp(u1.sysname,"NetBSD"))
++    defined(_OS_BSD_OS)      || \
++    defined(_OS_DragonFly)
++   if (strcmp(u1.sysname,"FreeBSD") && strcmp(u1.sysname,"OpenBSD") && strcmp(u1.sysname,"BSD/OS") && strcmp(u1.sysname,"NetBSD") && strcmp(u1.sysname,"DragonFly"))
+       outerror(OUTERROR_TYPE_WARN_LOUD,"Configured for *BSD but not running *BSD?!?");
+    printf(", Good\n");
+ 



Home | Main Index | Thread Index | Old Index