From owner-svn-ports-all@FreeBSD.ORG Mon Jul 7 12:51:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B64DD8D0; Mon, 7 Jul 2014 12:51:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A384421EE; Mon, 7 Jul 2014 12:51:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67Cpu3H066696; Mon, 7 Jul 2014 12:51:56 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67CpuZR066695; Mon, 7 Jul 2014 12:51:56 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407071251.s67CpuZR066695@svn.freebsd.org> From: John Marino Date: Mon, 7 Jul 2014 12:51:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361074 - head/sysutils/timemon/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 12:51:56 -0000 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 + #include