pkgsrc-Bugs archive

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

Re: pkg/31570: sysutils/bacula update to 1.36.3



On Oct 13,  8:14am, ghen%telenet.be@localhost (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



Home | Main Index | Thread Index | Old Index