Patches to get Arla running on FreeBSD 8-CURRENT
Robert Watson
rwatson at FreeBSD.org
Mon Feb 18 02:29:35 CET 2008
On Sun, 17 Feb 2008, Rasmus Kaj wrote:
>> I've spent the evening getting Arla (checked out of anoncvs) [...]
>
> Everyone who got Arla out of anoncvs, please update!
>
> The anoncvs repo has been out of sync since october 1, 2007. Now it is
> updated -- and updating itself when new commits happen -- again.
>
> Sorry for the inconvenience!
Indeed, all the missing changes from October through December are now there in
anoncvs. Looks like the appl/lib build order fix I needed is already there,
but most of the other changes haven't been bumped into by anyone else yet. I
needed the one further attached change to correct a build problem resulting
from the more recent work in CVS. With the updated parts, I now have Arla
running on FreeBSD 8-CURRENT again.
Robert N M Watson
Computer Laboratory
University of Cambridge
http://perforce.freebsd.org/chv.cgi?CH=135612
Change 135612 by rwatson at rwatson_cinnamon_coda on 2008/02/18 01:04:20
New build fix for NetBSDism in Arla.
Affected files ...
.. //depot/user/rwatson/arla/porting/nnpfs/bsd/nnpfs/nnpfs_locl.h#4 edit
Differences ...
==== //depot/user/rwatson/arla/porting/nnpfs/bsd/nnpfs/nnpfs_locl.h#4 (text+ko) ====
@@ -118,7 +118,7 @@
#ifdef HAVE_SYS_ATTR_H
#include <sys/attr.h>
#endif
-#if __NetBSD_Version__ >= 399001900 /* 3.99.19 */
+#if defined(__NetBSD_Version__) && __NetBSD_Version__ >= 399001900 /* 3.99.19 */
#define HAVE_SYS_KAUTH_H
#endif
#ifdef HAVE_SYS_KAUTH_H
More information about the Arla-drinkers
mailing list