Date: Fri, 11 Aug 2000 16:54:20 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/20549: Update port: sysutils/wmhm Message-ID: <20000811235420.C076437BC56@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000811235420.C076437BC56>