diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 06:04:17 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 06:04:17 +0000 |
commit | 00681ee6f1521202f02876793c43cb8cd146b7bf (patch) | |
tree | 3f6b83c4d28233397426f4f1ac1819c83aa98932 /sysutils/consolehm | |
parent | 8e9241f9cffd695043e013b8cbb226b7faa5a85c (diff) | |
download | ports-00681ee6f1521202f02876793c43cb8cd146b7bf.tar.gz ports-00681ee6f1521202f02876793c43cb8cd146b7bf.zip |
Notes
Diffstat (limited to 'sysutils/consolehm')
-rw-r--r-- | sysutils/consolehm/Makefile | 13 | ||||
-rw-r--r-- | sysutils/consolehm/distinfo | 2 | ||||
-rw-r--r-- | sysutils/consolehm/files/patch-aa | 12 | ||||
-rw-r--r-- | sysutils/consolehm/pkg-descr | 2 |
4 files changed, 18 insertions, 11 deletions
diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile index 878dd59185db..10eca3750595 100644 --- a/sysutils/consolehm/Makefile +++ b/sysutils/consolehm/Makefile @@ -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> diff --git a/sysutils/consolehm/distinfo b/sysutils/consolehm/distinfo index a792e56bdc18..f03e86307061 100644 --- a/sysutils/consolehm/distinfo +++ b/sysutils/consolehm/distinfo @@ -1 +1 @@ -MD5 (consolehm-1.0.tar.gz) = 0e33f51c3a7d4b16d50972adeb3d1de3 +MD5 (consolehm-1.2.tar.gz) = e931c8ff2cee20e8093ed1e541873b16 diff --git a/sysutils/consolehm/files/patch-aa b/sysutils/consolehm/files/patch-aa new file mode 100644 index 000000000000..8f16375c8c04 --- /dev/null +++ b/sysutils/consolehm/files/patch-aa @@ -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 + diff --git a/sysutils/consolehm/pkg-descr b/sysutils/consolehm/pkg-descr index bf090fe35fce..ffd92d3d996e 100644 --- a/sysutils/consolehm/pkg-descr +++ b/sysutils/consolehm/pkg-descr @@ -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. |