Date: Fri, 22 Dec 2000 23:08:06 -0800 (PST) From: mmuir@cwnet.com To: freebsd-gnats-submit@FreeBSD.org Subject: ports/23789: update port sysutils/wmhm Message-ID: <200012230708.eBN786B26716@freefall.freebsd.org> Resent-Message-ID: <200012230710.eBN7A1J26937@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23789 >Category: ports >Synopsis: update port sysutils/wmhm >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: Fri Dec 22 23:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mike Muir >Release: 4.2-STABLE >Organization: n/a >Environment: FreeBSD ogre.lan 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Dec 22 16:56:01 PST 2000 root@ogre.lan:/usr/src/sys/compile/POWER i386 >Description: - MAINTAINER updated. - other email references within source updated. - more modest -h output. - no /files/patch-?? required (better not be anyway) =] side note: unable to send mail directly re: MAPS DUL. Hope this web form doesn't cause havok with the diff.. >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/wmhm/Makefile ./wmhm/Makefile --- /usr/ports/sysutils/wmhm/Makefile Thu Nov 23 12:40:40 2000 +++ ./wmhm/Makefile Fri Dec 22 21:56:30 2000 @@ -1,8 +1,8 @@ # New ports collection makefile for: wmhm # Date created: 21 September 1999 -# Whom: Mike Muir <mmuir@es.co.nz> +# Whom: Mike Muir <mmuir@cwnet.com> # -# $FreeBSD: ports/sysutils/wmhm/Makefile,v 1.17 2000/11/23 11:56:10 sobomax Exp $ +# $FreeBSD$ # PORTNAME= wmhm @@ -11,11 +11,12 @@ MASTER_SITES= ftp://muir.yi.org/pub/wmhm/ \ http://www.es.co.nz/~mmuir/ -MAINTAINER= mmuir@es.co.nz +MAINTAINER= mmuir@cwnet.com + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/wmhm/wmhm -USE_XPM= yes GNU_CONFIGURE= yes MAN8= wmhm.8 MANCOMPRESSED= yes diff -ruN /usr/ports/sysutils/wmhm/README.html ./wmhm/README.html --- /usr/ports/sysutils/wmhm/README.html Mon Mar 20 11:40:46 2000 +++ ./wmhm/README.html Fri Dec 22 22:15:24 2000 @@ -3,24 +3,24 @@ <head><h1> The FreeBSD Ports Collection ("sysutils/wmhm")</h1> </head> <hr> <body> -<p>You are now in the directory for the port "sysutils/wmhm" (package name "wmhm-1.42"). +<p>You are now in the directory for the port "sysutils/wmhm" (package name "wmhm-1.45"). <p>This is the one-line description for this port: <p><hr><p> -WindowMaker dockable LM78/LM79 hardware monitor for FreeBSD +WindowMaker dockable hardware monitor for FreeBSD <p><hr> -<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a +<p>Please read the "<a href="pkg-descr">description file</a>" for a longer description. <p>Go to the <a href="../../README.html">top of the ports tree</a> for a summary on how to use the ports collection. <p> -This port requires package(s) "XFree86-3.3.6 xpm-3.4k" to build. +This port requires package(s) "XFree86-3.3.6_6 xpm-3.4k" to build. <p> -This port requires package(s) "XFree86-3.3.6 xpm-3.4k" to run. +This port requires package(s) "XFree86-3.3.6_6 xpm-3.4k" to run. <p><hr><p> <a href="../README.html"> Go up one level</a> diff -ruN /usr/ports/sysutils/wmhm/distinfo ./wmhm/distinfo --- /usr/ports/sysutils/wmhm/distinfo Tue Jul 11 18:59:03 2000 +++ ./wmhm/distinfo Fri Dec 22 21:53:31 2000 @@ -1 +1 @@ -MD5 (wmhm-1.45.tar.gz) = 2239589ec3128b4a6a32eaa7e995b1fb +MD5 (wmhm-1.45.tar.gz) = 4cbb27566949ddfa35f883cb3a499ead diff -ruN /usr/ports/sysutils/wmhm/files/patch-ac ./wmhm/files/patch-ac --- /usr/ports/sysutils/wmhm/files/patch-ac Sat Aug 12 01:07:25 2000 +++ ./wmhm/files/patch-ac Wed Dec 31 16:00:00 1969 @@ -1,18 +0,0 @@ ---- Makefile.in.orig Thu May 18 15:11:57 2000 -+++ Makefile.in Sat Aug 12 00:15:10 2000 -@@ -1,11 +1,12 @@ - DEFINES+= -DHAVE_CONFIG_H --CFLAGS+= -O2 -Wall -I/usr/X11R6/include $(DEFINES) --LDFLAGS+= -lXpm -lXext -lX11 -L/usr/X11R6/lib -lXpm -lm -+CFLAGS?= -O2 -+CFLAGS+= -I${X11BASE}/include $(DEFINES) -+LDFLAGS+= -lXpm -lXext -lX11 -L${X11BASE}/lib -lm - - HEADERS= wmhm.h wmgeneral.h operations.h display.h - SRCS= wmhm.c wmgeneral.c operations.c display.c - --PREFIX= /usr/local -+PREFIX?= /usr/local - BINDIR= $(PREFIX)/bin - MANDIR= $(PREFIX)/man/man - diff -ruN /usr/ports/sysutils/wmhm/pkg-comment ./wmhm/pkg-comment --- /usr/ports/sysutils/wmhm/pkg-comment Sat Aug 12 01:07:36 2000 +++ ./wmhm/pkg-comment Tue May 9 12:05:41 2000 @@ -1 +1 @@ -Window Maker dockable hardware monitor for FreeBSD +WindowMaker dockable hardware monitor for FreeBSD diff -ruN /usr/ports/sysutils/wmhm/pkg-descr ./wmhm/pkg-descr --- /usr/ports/sysutils/wmhm/pkg-descr Sat Aug 12 01:07:37 2000 +++ ./wmhm/pkg-descr Fri Dec 22 21:45:45 2000 @@ -1,9 +1,9 @@ wmhm uses /dev/io or the SMBus Driver for PIIX4 provided by Takanori Watanabe to gather information from hardware sensors and provide motherboard temperature, cpu temperature(s), fan speeds, voltages and a voltmeter in a nice looking -Window Maker dock app. +WindowMaker dock app. WWW: http://muir.yi.org/wmhm/ - mikem -mmuir@es.co.nz +mmuir@cwnet.com >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?200012230708.eBN786B26716>