pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/sup Make it build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c1f2a144c47
branches:  trunk
changeset: 396231:8c1f2a144c47
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Mon Jul 20 18:19:25 2009 +0000

description:
Make it build on DragonFly.

diffstat:

 net/sup/distinfo         |   3 ++-
 net/sup/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 98d62d8df0ce -r 8c1f2a144c47 net/sup/distinfo
--- a/net/sup/distinfo  Mon Jul 20 18:18:10 2009 +0000
+++ b/net/sup/distinfo  Mon Jul 20 18:19:25 2009 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2008/05/30 14:25:26 christos Exp $
+$NetBSD: distinfo,v 1.8 2009/07/20 18:19:25 hasso Exp $
 
 SHA1 (sup-0.3.tar.gz) = 4672de4c7ab2b7b382acfd1b39efb83536b485ae
 RMD160 (sup-0.3.tar.gz) = 81a0c200a0c82bf57e5f258a2b99ccad5db56c65
 Size (sup-0.3.tar.gz) = 95124 bytes
 SHA1 (patch-aa) = 75aa0c905c7dc72832cc2a6861bdef66f000fa34
+SHA1 (patch-ab) = 94801c8650bd6920a1b58d07abf24445ac9245f7
diff -r 98d62d8df0ce -r 8c1f2a144c47 net/sup/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/sup/patches/patch-ab  Mon Jul 20 18:19:25 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2009/07/20 18:19:25 hasso Exp $
+
+--- ffilecopy.c.orig   2009-07-20 20:11:38 +0300
++++ ffilecopy.c        2009-07-20 20:12:10 +0300
+@@ -39,7 +39,7 @@
+  *    after we've hacked the buffers up
+  */
+ 
+-#if defined(__SEOF)
++#if defined(__SEOF) && !defined(__DragonFly__)
+ 
+ # define FBUF_HACK(here,there) \
+       do { \



Home | Main Index | Thread Index | Old Index