summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-08-20 14:22:16 +0000
committertv <tv@pkgsrc.org>2004-08-20 14:22:16 +0000
commit9372f79214756c956978d1c272da246a46a787c8 (patch)
treea0ff199b59b007e31e6079680b0c41be6b0e0105 /net/rsync
parent700224661a645dbd02fc8182256be2fd470ed704 (diff)
downloadpkgsrc-9372f79214756c956978d1c272da246a46a787c8.tar.gz
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.
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/distinfo3
-rw-r--r--net/rsync/patches/patch-ad15
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;