pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/trickle Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66fd68ec7451
branches:  trunk
changeset: 510063:66fd68ec7451
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 23 15:55:53 2006 +0000

description:
Add DragonFly support.

diffstat:

 net/trickle/distinfo         |  4 ++--
 net/trickle/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 6f5070e2880f -r 66fd68ec7451 net/trickle/distinfo
--- a/net/trickle/distinfo      Thu Mar 23 15:45:02 2006 +0000
+++ b/net/trickle/distinfo      Thu Mar 23 15:55:53 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:14:06 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/03/23 15:55:53 joerg Exp $
 
 SHA1 (trickle-1.06.tar.gz) = bba2305606a94c2d0ce7a9b9f12ea06a6f5f223f
 RMD160 (trickle-1.06.tar.gz) = 7154ca3a607699021aed7f656ea757483e00b8b8
 Size (trickle-1.06.tar.gz) = 166044 bytes
-SHA1 (patch-aa) = aa3bb621c5e09ab6e26132d0b0d4c60fc31d2b13
+SHA1 (patch-aa) = 3fb361b8ccd08fc32f8b23feac730be5e2ac15ae
diff -r 6f5070e2880f -r 66fd68ec7451 net/trickle/patches/patch-aa
--- a/net/trickle/patches/patch-aa      Thu Mar 23 15:45:02 2006 +0000
+++ b/net/trickle/patches/patch-aa      Thu Mar 23 15:55:53 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/09/25 14:19:42 xtraeme Exp $
+$NetBSD: patch-aa,v 1.2 2006/03/23 15:55:53 joerg Exp $
 
 --- trickle-overload.c.orig    2003-06-04 18:35:52.000000000 +0200
 +++ trickle-overload.c 2003-06-04 18:36:45.000000000 +0200
@@ -7,7 +7,7 @@
  int
  poll(struct pollfd *fds, nfds_t nfds, int __timeout)
 -#elif defined(__FreeBSD__)
-+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
++#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
  int
  poll(struct pollfd *fds, unsigned int nfds, int __timeout)
  #else



Home | Main Index | Thread Index | Old Index