svn commit: r361074 - head/sysutils/timemon/files
John Marino
marino at FreeBSD.org
Mon Jul 7 12:51:56 UTC 2014
Author: marino
Date: Mon Jul 7 12:51:56 2014
New Revision: 361074
URL: http://svnweb.freebsd.org/changeset/ports/361074
QAT: https://qat.redports.org/buildarchive/r361074/
Log:
sysutils/timemon: Bring in DragonFly support patch from dports
Added:
head/sysutils/timemon/files/
head/sysutils/timemon/files/patch-loadave.c (contents, props changed)
Added: head/sysutils/timemon/files/patch-loadave.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/timemon/files/patch-loadave.c Mon Jul 7 12:51:56 2014 (r361074)
@@ -0,0 +1,11 @@
+--- loadave.c.orig 2008-05-25 19:48:17.000000000 +0000
++++ loadave.c
+@@ -31,7 +31,7 @@ int la_read(unsigned long long *times)
+ return LA_NOERR;
+ }
+
+-#elif defined( __FreeBSD__ )
++#elif defined( __FreeBSD__ ) || defined ( __DragonFly__ )
+
+ #include <sys/types.h>
+ #include <sys/errno.h>
More information about the svn-ports-head
mailing list