pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/40229: NetBSD pkgsrc/devel/subversion-base - NFS-mounted repository failures
The following reply was made to PR pkg/40229; it has been noted by GNATS.
From: Eric Gillespie <epg%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Cc:
Subject: Re: pkg/40229: NetBSD pkgsrc/devel/subversion-base - NFS-mounted
repository failures
Date: Wed, 25 Feb 2009 15:23:01 -0800
Mark Davies <mark%ecs.vuw.ac.nz@localhost> writes:
> --- subversion/libsvn_subr/io.c.orig 2008-10-09 08:28:59.000000000 +1300
> +++ subversion/libsvn_subr/io.c
> @@ -1839,7 +1839,7 @@ svn_io_remove_dir2(const char *path, svn
> {
> const char *fullpath, *entry_utf8;
>
> -#ifndef WIN32
> +#if 0 /* ndef WIN32 */
> need_rewind = TRUE;
> #endif
This patch is obviously not acceptable for pkgsrc. Given that
the issue that led to the rewinddir hack in the first place has
been seen on FreeBSD, it's not even acceptable to conditionalize
based on __NETBSD__ or whatever.
At any rate, this is not a pkgsrc issue. Take it to
dev%subversion.tigris.org@localhost .
--
Eric Gillespie <*> epg%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index