From owner-cvs-all@FreeBSD.ORG Wed Oct 13 15:02:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 884C516A4CF; Wed, 13 Oct 2004 15:02:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62B1743D5A; Wed, 13 Oct 2004 15:02:22 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DF2Muk014186; Wed, 13 Oct 2004 15:02:22 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DF2MZj014185; Wed, 13 Oct 2004 15:02:22 GMT (envelope-from krion) Message-Id: <200410131502.i9DF2MZj014185@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 13 Oct 2004 15:02:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/torsmo Makefileports/sysutils/torsmo/files freebsd.c patch-torsmo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 15:02:22 -0000 krion 2004-10-13 15:02:22 UTC FreeBSD ports repository Modified files: sysutils/torsmo Makefile sysutils/torsmo/files freebsd.c patch-torsmo.c Log: Use size_t insead of int to get uptime in a correct way on amd64 Fix wrong type cast for get_acpi_temperature() Set optreset to 1 before the second call to getopt() PR: ports/72642 Submitted by: maintainer Revision Changes Path 1.3 +1 -0 ports/sysutils/torsmo/Makefile 1.5 +2 -2 ports/sysutils/torsmo/files/freebsd.c 1.2 +33 -3 ports/sysutils/torsmo/files/patch-torsmo.c