Update to version 1.2
PR: 14367 Submitted by: maintainer
This commit is contained in:
parent
8e9241f9cf
commit
00681ee6f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22549
4 changed files with 18 additions and 11 deletions
|
@ -1,12 +1,12 @@
|
|||
# New ports collection makefile for: consolehm
|
||||
# Version required: 1.0
|
||||
# Version required: 1.2
|
||||
# Date created: 27 September 1999
|
||||
# Whom: Mike Muir <mmuir@es.co.nz>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= consolehm-1.0
|
||||
DISTNAME= consolehm-1.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://mongol.dhis.org/pub/consolehm/ \
|
||||
http://www.es.co.nz/~mmuir/
|
||||
|
@ -14,11 +14,6 @@ MASTER_SITES= ftp://mongol.dhis.org/pub/consolehm/ \
|
|||
MAINTAINER= mmuir@es.co.nz
|
||||
|
||||
WRKSRC= ${WRKDIR}/consolehm/consolehm
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 400000
|
||||
BROKEN= 'consolehm requires intpm which is only available in 4.0-CURRENT.'
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (consolehm-1.0.tar.gz) = 0e33f51c3a7d4b16d50972adeb3d1de3
|
||||
MD5 (consolehm-1.2.tar.gz) = e931c8ff2cee20e8093ed1e541873b16
|
||||
|
|
12
sysutils/consolehm/files/patch-aa
Normal file
12
sysutils/consolehm/files/patch-aa
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- 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
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
consolehm uses the SMBus Driver for PIIX4 provided by Takanori Watanabe to
|
||||
ConsoleHM uses the SMBus Driver for PIIX4 provided by Takanori Watanabe to
|
||||
gather information from LM78/79 sensors to provide motherboard temperature, fan
|
||||
speeds and voltage readings on the console.
|
||||
|
||||
|
|
Loading…
Reference in a new issue