Subject: Re: pkg/32884: pkg: multimedia/libmpeg3 statvfs support
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 02/21/2006 10:55:04
The following reply was made to PR pkg/32884; it has been noted by GNATS.

From: joerg@britannica.bec.de
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/32884: pkg: multimedia/libmpeg3 statvfs support
Date: Tue, 21 Feb 2006 11:52:32 +0100

 On Tue, Feb 21, 2006 at 10:45:05AM +0000, Mark Davies wrote:
 >  Could do this as:
 >  
 >  # if defined(__NetBSD__) && defined(ST_RDONLY) 
 >  
 >  as ST_RDONLY is only defined on versions that have statvfs() and the
 >  # include <sys/mount.h>  will pull the definition in.
 
 We had the discussion a while back and decided that support for
 development versions in the 2.99 tree before 2.99.9 was not worth the
 trouble. I'm also strongly opposing checks on mostly unrelated macros,
 since it blurs *what* is exactly checked for.
 
 Joerg