pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/rsync Make build on Interix, essentially with the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bca6779e4468
branches: trunk
changeset: 479685:bca6779e4468
user: tv <tv%pkgsrc.org@localhost>
date: Fri Aug 20 14:22:16 2004 +0000
description:
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:
net/rsync/distinfo | 3 ++-
net/rsync/patches/patch-ad | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 45d81d385af9 -r bca6779e4468 net/rsync/distinfo
--- a/net/rsync/distinfo Fri Aug 20 11:48:59 2004 +0000
+++ b/net/rsync/distinfo Fri Aug 20 14:22:16 2004 +0000
@@ -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 -r 45d81d385af9 -r bca6779e4468 net/rsync/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rsync/patches/patch-ad Fri Aug 20 14:22:16 2004 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index