Subject: Re: pkg/31570: sysutils/bacula update to 1.36.3
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@zoulas.com>
List: pkgsrc-bugs
Date: 10/13/2005 12:02:02
The following reply was made to PR pkg/31570; it has been noted by GNATS.
From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@netbsd.org, pkg-manager@netbsd.org,
gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org
Cc:
Subject: Re: pkg/31570: sysutils/bacula update to 1.36.3
Date: Thu, 13 Oct 2005 08:01:09 -0400
On Oct 13, 8:14am, ghen@telenet.be (Geert Hendrickx) wrote:
-- Subject: Re: pkg/31570: sysutils/bacula update to 1.36.3
| No, the configure script doesn't test for it. But your hack worked (I
| tested on both 2.x and 3.x this time). I wanted to do it this way first:
| http://sprg.ssl.berkeley.edu/~fastops/ITOS/portable/statfs_vs_statvfs.html
| but NetBSD doesn't have such defines. Anyway, here's a new patch-ag:
"NetBSD does not have such defines"? Nobody has those defines, they are
defined in config.h by autoconf. The proper fix is to add in configure.in
AC_CHECK_HEADER(sys/statvfs.h) like it is suggested in that URL for solaris
and not use the __NetBSD_Version__ macro.
christos