From owner-freebsd-ports Fri Aug 11 17: 0:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFF6137BCE8 for ; Fri, 11 Aug 2000 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA17190; Fri, 11 Aug 2000 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C076437BC56; Fri, 11 Aug 2000 16:54:20 -0700 (PDT) Message-Id: <20000811235420.C076437BC56@hub.freebsd.org> Date: Fri, 11 Aug 2000 16:54:20 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/20549: Update port: sysutils/wmhm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20549 >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: Fri Aug 11 17:00:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1-RELEASE i386 >Organization: >Environment: >Description: - Support PREFIX/X11BASE properly - WindowMaker -> Window Maker >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/wmhm/patches/patch-ac sysutils/wmhm/patches/patch-ac --- /usr/ports/sysutils/wmhm/patches/patch-ac Thu Aug 10 03:38:27 2000 +++ sysutils/wmhm/patches/patch-ac Sat Aug 12 00:24:22 2000 @@ -1,10 +1,18 @@ ---- Makefile.in.orig Thu May 18 02:11:57 2000 -+++ Makefile.in Wed Aug 9 14:34:22 2000 -@@ -1,5 +1,6 @@ +--- 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+= -Wall -I/usr/X11R6/include $(DEFINES) - LDFLAGS+= -lXpm -lXext -lX11 -L/usr/X11R6/lib -lXpm -lm ++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 -urN /usr/ports/sysutils/wmhm/pkg/COMMENT sysutils/wmhm/pkg/COMMENT --- /usr/ports/sysutils/wmhm/pkg/COMMENT Fri May 19 19:21:33 2000 +++ sysutils/wmhm/pkg/COMMENT Sat Aug 12 00:26:57 2000 @@ -1 +1 @@ -WindowMaker dockable hardware monitor for FreeBSD +Window Maker dockable hardware monitor for FreeBSD diff -urN /usr/ports/sysutils/wmhm/pkg/DESCR sysutils/wmhm/pkg/DESCR --- /usr/ports/sysutils/wmhm/pkg/DESCR Fri May 19 19:21:33 2000 +++ sysutils/wmhm/pkg/DESCR Sat Aug 12 00:27:12 2000 @@ -1,7 +1,7 @@ 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 -WindowMaker dock app. +Window Maker dock app. WWW: http://muir.yi.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