From owner-cvs-all@FreeBSD.ORG Fri Aug 6 18:00:53 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 AFD5716A4CE; Fri, 6 Aug 2004 18:00:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A42CC43D54; Fri, 6 Aug 2004 18:00:53 +0000 (GMT) (envelope-from glewis@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 i76I0rpK024163; Fri, 6 Aug 2004 18:00:53 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i76I0rDY024162; Fri, 6 Aug 2004 18:00:53 GMT (envelope-from glewis) Message-Id: <200408061800.i76I0rDY024162@repoman.freebsd.org> From: Greg Lewis Date: Fri, 6 Aug 2004 18:00:53 +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-fs.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: Fri, 06 Aug 2004 18:00:53 -0000 glewis 2004-08-06 18:00:53 UTC FreeBSD ports repository Modified files: sysutils/torsmo Makefile sysutils/torsmo/files freebsd.c Added files: sysutils/torsmo/files patch-fs.c patch-torsmo.c Log: . Add ACPI support. [1] . Make this compile on FreeBSD 4.x. I've hacked the version being committed to actually compile on 4.x. The submitted patch only partially fixed 4.x build problems. [2] PR: 70039 [1], 70041 [2] Submitted by: Roman Bogorodskiy (maintainer) Revision Changes Path 1.2 +0 -4 ports/sysutils/torsmo/Makefile 1.3 +44 -11 ports/sysutils/torsmo/files/freebsd.c 1.1 +37 -0 ports/sysutils/torsmo/files/patch-fs.c (new) 1.1 +11 -0 ports/sysutils/torsmo/files/patch-torsmo.c (new)