pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rsync Do the Interix fix in a more portable manner.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/853fc8742947
branches:  trunk
changeset: 481620:853fc8742947
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Oct 08 20:03:43 2004 +0000

description:
Do the Interix fix in a more portable manner.

diffstat:

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

diffs (32 lines):

diff -r 22d102445059 -r 853fc8742947 net/rsync/distinfo
--- a/net/rsync/distinfo        Fri Oct 08 19:19:41 2004 +0000
+++ b/net/rsync/distinfo        Fri Oct 08 20:03:43 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2004/08/20 14:22:16 tv Exp $
+$NetBSD: distinfo,v 1.17 2004/10/08 20:03:43 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
+SHA1 (patch-ad) = e611bac6de1dabdd497f3228193e395920048891
diff -r 22d102445059 -r 853fc8742947 net/rsync/patches/patch-ad
--- a/net/rsync/patches/patch-ad        Fri Oct 08 19:19:41 2004 +0000
+++ b/net/rsync/patches/patch-ad        Fri Oct 08 20:03:43 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.6 2004/08/20 14:22:16 tv Exp $
+$NetBSD: patch-ad,v 1.7 2004/10/08 20:03:43 tv Exp $
 
 --- flist.c.orig       Fri Aug 20 10:16:28 2004
 +++ flist.c
@@ -6,7 +6,7 @@
  
  #include "rsync.h"
  
-+#ifdef __INTERIX
++#if !defined(makedev) && defined(mkdev)
 +#define makedev mkdev
 +#endif
 +



Home | Main Index | Thread Index | Old Index