From 9372f79214756c956978d1c272da246a46a787c8 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 20 Aug 2004 14:22:16 +0000 Subject: Make build on Interix, essentially with the fix from PR pkg/25910. A better fix (using autoconf) will be submitted to the rsync maintainers for a future release. --- net/rsync/distinfo | 3 ++- net/rsync/patches/patch-ad | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 net/rsync/patches/patch-ad (limited to 'net') 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; -- cgit v1.2.3