Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2000 00:11:20 -0700 (PDT)
From:      mmuir@es.co.nz
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18645: Update port sysutils/consolehm
Message-ID:  <20000518071120.A6D311F99@mike.dhis.org>

next in thread | raw e-mail | index | archive | help

>Number:         18645
>Category:       ports
>Synopsis:       Update port sysutils/consolehm
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 18 00:10:12 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mike C. Muir
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
n/a
>Environment:
FreeBSD 4.0-STABLE
>Description:
Version 1.3ALPHA
        * Fan Control by percentage of full voltage
        * BP6 support by swapped temp order.
        * Fixed 'bouncing' on temp readings which involved an additional low byte
          for +0.5 degrees. (Yes.. I'm mental.. I typo'd += as =+.)
        * Read and Write directly from and to Chipset Registers.
          **WARNING** Please dont write to registers unless you've read
                      the data sheets and you know damn well what its 
                      going to do.

          Important Note:

          [This all goes for me at least, please mail me if your results vary]

          I'm still sorting out what does what as far as the Winbond chipset goes..
          But right now, it looks as though the following holds true for chm:

                - Enabling control of any Fan disables RPM readouts for it.
                - Disabling control of Fan 3 disables control of Fan 2 (!!)
                - Fan 1 can be controller regardless of setting (!!!)
                
          In light of this, you CAN have RPM readouts AND adjust the speeds of
          Fans 1 and 2 (CPU Fans) by using 'chm -D 1', 'chm -D 2' and 'chm -e 3'.
          Then use 'chm -x 40' to set the fans to 40% for example.
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/sysutils/consolehm/Makefile ./consolehm/Makefile
--- /usr/ports/sysutils/consolehm/Makefile      Wed May 10 19:36:31 2000
+++ ./consolehm/Makefile        Wed May 17 23:56:43 2000
@@ -1,19 +1,23 @@
 # New ports collection makefile for:   consolehm
+# Version required:    1.3A
 # Date created:        27 September 1999
 # Whom:                Mike Muir <mmuir@es.co.nz>
 #
-# $FreeBSD: ports/sysutils/consolehm/Makefile,v 1.4 2000/04/22 10:11:48 mharo Exp $
+# $FreeBSD$
 #
 
 PORTNAME=      consolehm
-PORTVERSION=   1.2
+PORTVERSION=   1.3A
 CATEGORIES=    sysutils
-MASTER_SITES=  ftp://mongol.dhis.org/pub/consolehm/ \
+MASTER_SITES=  ftp://muir.yi.org/pub/consolehm/ \
                http://www.es.co.nz/~mmuir/
 
 MAINTAINER=    mmuir@es.co.nz
 
 WRKSRC=                ${WRKDIR}/consolehm/consolehm
-GNU_CONFIGURE= yes
+
+GNU_CONFIGURE=         yes
+MAN8=          chm.8
+MANCOMPRESSED= yes
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/sysutils/consolehm/files/md5 ./consolehm/files/md5
--- /usr/ports/sysutils/consolehm/files/md5     Thu Oct 21 00:34:07 1999
+++ ./consolehm/files/md5       Wed May 17 23:39:55 2000
@@ -1 +1 @@
-MD5 (consolehm-1.2.tar.gz) = e931c8ff2cee20e8093ed1e541873b16
+MD5 (consolehm-1.3A.tar.gz) = 5d48316a9b4db201449c6555dbd978f2
diff -ruN /usr/ports/sysutils/consolehm/patches/patch-aa ./consolehm/patches/patch-aa
--- /usr/ports/sysutils/consolehm/patches/patch-aa      Wed Oct 20 23:04:16 1999
+++ ./consolehm/patches/patch-aa        Wed Dec 31 16:00:00 1969
@@ -1,12 +0,0 @@
---- Makefile.in.orig   Wed Oct 20 23:02:06 1999
-+++ Makefile.in        Wed Oct 20 23:02:19 1999
-@@ -1,7 +1,7 @@
- DEFS=-DHAVE_CONFIG_H
--PREFIX=/usr/local
-+PREFIX?=/usr/local
- 
--CFLAGS=-O2 -g -Wall $(DEFS)
-+CFLAGS+=-Wall $(DEFS)
- 
- OBJS=chm.o
- 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000518071120.A6D311F99>