Date: Sun, 17 Oct 1999 09:38:01 +1300 (NZDT) From: mmuir@mongol.dhis.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14362: Update port: sysutils/wmhm Message-ID: <199910162038.JAA44171@pyros.dhis.org>
next in thread | raw e-mail | index | archive | help
>Number: 14362 >Category: ports >Synopsis: Update port: sysutils/wmhm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 16 13:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Muir >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT >Description: Alternate method using /dev/io implemented >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/wmhm/Makefile ./wmhm/Makefile --- /usr/ports/sysutils/wmhm/Makefile Mon Oct 11 05:02:52 1999 +++ ./wmhm/Makefile Sun Oct 17 09:19:26 1999 @@ -1,26 +1,22 @@ # New ports collection makefile for: wmhm -# Version required: 1.1 +# Version required: 1.2 # Date created: 21 September 1999 # Whom: Mike Muir <mmuir@es.co.nz> # -# $FreeBSD: ports/sysutils/wmhm/Makefile,v 1.5 1999/10/10 10:45:19 asami Exp $ +# $FreeBSD$ # -DISTNAME= wmhm-1.1 +DISTNAME= wmhm-1.2 CATEGORIES= sysutils windowmaker MASTER_SITES= ftp://mongol.dhis.org/pub/wmhm/ \ http://www.es.co.nz/~mmuir/ MAINTAINER= mmuir@es.co.nz -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/wmhm/wmhm -.include <bsd.port.pre.mk> +GNU_CONFIGURE= yes -.if ${OSVERSION} < 400000 -FORBIDDEN= 'wmhm requires intpm which is only available in 4.0-CURRENT' -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -ruN /usr/ports/sysutils/wmhm/files/md5 ./wmhm/files/md5 --- /usr/ports/sysutils/wmhm/files/md5 Fri Sep 24 00:38:04 1999 +++ ./wmhm/files/md5 Sun Oct 17 09:25:34 1999 @@ -1 +1 @@ -MD5 (wmhm-1.1.tar.gz) = a70af0620b218f0e492d9f03129be4cf +MD5 (wmhm-1.2.tar.gz) = 5b46d741589cf5eb82ab845a2b9297e2 diff -ruN /usr/ports/sysutils/wmhm/patches/patch-aa ./wmhm/patches/patch-aa --- /usr/ports/sysutils/wmhm/patches/patch-aa Fri Sep 24 17:34:24 1999 +++ ./wmhm/patches/patch-aa Thu Jan 1 12:00:00 1970 @@ -1,12 +0,0 @@ ---- wmhm.c.orig Thu Sep 23 05:31:16 1999 -+++ wmhm.c Thu Sep 23 22:30:03 1999 -@@ -32,7 +32,9 @@ - #include <fcntl.h> - #include <unistd.h> - #include <limits.h> -+#if __FreeBSD__ < 4 - #include <sys/rlist.h> -+#endif - #include <sys/wait.h> - #include <sys/param.h> - #include <sys/types.h> diff -ruN /usr/ports/sysutils/wmhm/pkg/DESCR ./wmhm/pkg/DESCR --- /usr/ports/sysutils/wmhm/pkg/DESCR Fri Sep 24 00:37:59 1999 +++ ./wmhm/pkg/DESCR Sun Oct 17 09:12:26 1999 @@ -1,6 +1,6 @@ -wmhm uses the SMBus Driver for PIIX4 provided by Takanori Watanabe to gather -information from LM78/79 sensors to provide motherboard temperature, fan -speeds and a voltmeter in a nice looking WindowMaker dock app. +wmhm uses /dev/io OR the SMBus Driver for PIIX4 provided by Takanori Watanabe +to gather information from LM78/79 sensors to provide motherboard temperature, +fan speeds and a voltmeter in a nice looking WindowMaker dock app. WWW: http://www.mongol.dhis.org/wmhm/ >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?199910162038.JAA44171>