diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/heat/Makefile | 21 | ||||
-rw-r--r-- | sysutils/heat/distinfo | 1 | ||||
-rw-r--r-- | sysutils/heat/files/patch-aa | 28 | ||||
-rw-r--r-- | sysutils/heat/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/heat/pkg-descr | 13 | ||||
-rw-r--r-- | sysutils/heat/pkg-plist | 1 |
7 files changed, 0 insertions, 66 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b2cebac..7477285 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -69,7 +69,6 @@ SUBDIR += guitar SUBDIR += gupsc SUBDIR += healthd - SUBDIR += heat SUBDIR += idled SUBDIR += installwatch SUBDIR += ipa diff --git a/sysutils/heat/Makefile b/sysutils/heat/Makefile deleted file mode 100644 index 2353c8d..0000000 --- a/sysutils/heat/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: heat -# Date created: 28 March 2000 -# Whom: Jeremy Chadwick <yoshi@parodius.com> -# -# $FreeBSD$ - -PORTNAME= heat -PORTVERSION= 1.0 -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.parodius.com/pub/heat/ - -MAINTAINER= yoshi@parodius.com - -BIN1= heat - -do-install: -.for i in ${BIN1} - ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin/${i} -.endfor - -.include <bsd.port.mk> diff --git a/sysutils/heat/distinfo b/sysutils/heat/distinfo deleted file mode 100644 index a785d92..0000000 --- a/sysutils/heat/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (heat-1.0.tar.gz) = 0da4d35913f8b4b8c48ea423012a21b9 diff --git a/sysutils/heat/files/patch-aa b/sysutils/heat/files/patch-aa deleted file mode 100644 index 6fd6e95..0000000 --- a/sysutils/heat/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig Wed Jan 5 08:57:53 2000 -+++ Makefile Sun Aug 6 20:47:07 2000 -@@ -1,12 +1,15 @@ - # - # Makefile - # --CC = gcc -+CC?= gcc - CFLAGS += -Wall -Wunused -Wstrict-prototypes - # - # __for debugging__ - # CFLAGS += -pipe -g -m486 -Wall -Werror -Wunused -Wstrict-prototypes - -+.if $(ARCH) == "alpha" -+LDFLAGS+= -lio -+.endif - - BIN = heat - -@@ -19,7 +22,7 @@ - $(CC) $(CFLAGS) -c main.c - - main: main.o winbond.o -- $(CC) main.o winbond.o -o $(BIN) -+ $(CC) main.o winbond.o -o $(BIN) $(LDFLAGS) - strip $(BIN) - - clean: diff --git a/sysutils/heat/pkg-comment b/sysutils/heat/pkg-comment deleted file mode 100644 index 7d2949a..0000000 --- a/sysutils/heat/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A thermal/fan monitoring application for Winbond-based motherboards diff --git a/sysutils/heat/pkg-descr b/sysutils/heat/pkg-descr deleted file mode 100644 index 6b3a042..0000000 --- a/sysutils/heat/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -heat allows you to monitor the thermal aspects measured by the -Winbond chipset on your motherboard. It also supports the -ability to monitor fans, and provides workarounds for known bugs -with certain motherboard models. It does not monitor voltages -(yet). - -Currently, the only supported chipsets are the following: - * Winbond 83781D <untested> - * Winbond 83627HF <untested> - * Winbond 83782D - * Winbond 83783S <untested> - -- yoshi@parodius.com diff --git a/sysutils/heat/pkg-plist b/sysutils/heat/pkg-plist deleted file mode 100644 index a6cd46a..0000000 --- a/sysutils/heat/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/heat |