diff options
-rw-r--r-- | net/rsync/distinfo | 3 | ||||
-rw-r--r-- | net/rsync/patches/patch-ad | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 898a67f3ef0..48f9a8689cc 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.15 2004/08/14 14:15:51 tron Exp $ +$NetBSD: distinfo,v 1.16 2004/08/20 14:22:16 tv Exp $ SHA1 (rsync-2.6.2.tar.gz) = 0262108be42883c394865a447ffa32f5407ebf3f Size (rsync-2.6.2.tar.gz) = 515402 bytes SHA1 (patch-aa) = ebf163297b20362cf1f9f6629490398a8a9a265b SHA1 (patch-ab) = bfd70127ce8946879c73b673dc983755abab83ad SHA1 (patch-ac) = 9bfdd91c7d53258f981f332fe4dbf2ad1c39a86b +SHA1 (patch-ad) = 9ea99591ecc233b0bd5f45ac5759bd34420f5236 diff --git a/net/rsync/patches/patch-ad b/net/rsync/patches/patch-ad new file mode 100644 index 00000000000..57b622144b2 --- /dev/null +++ b/net/rsync/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.6 2004/08/20 14:22:16 tv Exp $ + +--- flist.c.orig Fri Aug 20 10:16:28 2004 ++++ flist.c +@@ -27,6 +27,10 @@ + + #include "rsync.h" + ++#ifdef __INTERIX ++#define makedev mkdev ++#endif ++ + extern struct stats stats; + + extern int verbose; |