pkgsrc-WIP-discuss archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc-wip NetBSD 2.0.2/i386 bulk build results 2005-06-16
- To: murray%river-styx.org@localhost, pkgsrc-wip-discuss%lists.sourceforge.net@localhost
- Subject: Re: pkgsrc-wip NetBSD 2.0.2/i386 bulk build results 2005-06-16
- From: "Brian A. Seklecki" <lavalamp%spiritual-machines.org@localhost>
- Date: Fri, 17 Jun 2005 05:06:32 -0400 See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 0.0 SF_CHICKENPOX_PERIOD BODY: Text interparsed with . 0.0 SF_CHICKENPOX_SLASH BODY: Text interparsed with / 0.0 SF_CHICKENPOX_MINUS BODY: Text interparsed with - 0.0 SF_CHICKENPOX_UNDERSCORE BODY: Text interparsed with _ 0.0 SF_CHICKENPOX_EQUAL BODY: Text interparsed with = 0.0 SF_CHICKENPOX_AT BODY: Text interparsed with @ 0.0 SF_CHICKENPOX_APOSTROPHE BODY: Text interparsed with ' -0.0 AWL AWL: From: address is in the auto white-list
Simple patch fixes it:
nagios-plugins-1.4/lib# diff -u mountlist.c mountlist.c-fixed
--- mountlist.c 2004-11-11 19:49:51.000000000 -0500
+++ mountlist.c-fixed 2005-06-17 05:10:32.000000000 -0400
@@ -122,6 +122,11 @@
# include <sys/vfs.h>
#endif
+# if defined(__NetBSD__) && (__NetBSD_Version__ > 200030000)
+# define statfs statvfs
+# define HAVE_F_FSTYPENAME_IN_STATFS 1
+# endif
+
#ifdef DOLPHIN
/* So special that it's not worth putting this in autoconf. */
# undef MOUNTED_FREAD_FSTYP
Plz commit.
~BAS
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss
Home |
Main Index |
Thread Index |
Old Index