From owner-freebsd-ports Sat Mar 9 11:30:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FB4C37B41A for ; Sat, 9 Mar 2002 11:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g29JU1p35091; Sat, 9 Mar 2002 11:30:01 -0800 (PST) (envelope-from gnats) Received: from ns.kobe1995.net (211.12.126.15.user.dt.il24.net [211.12.126.15]) by hub.freebsd.org (Postfix) with ESMTP id 9BE2C37B402 for ; Sat, 9 Mar 2002 11:20:03 -0800 (PST) Received: from mako.kobe1995.net (root@mako [192.168.0.2]) by ns.kobe1995.net (8.8.8/3.7W-primary) with ESMTP id EAA00304; Sun, 10 Mar 2002 04:19:57 +0900 (JST) Received: (from kaz@localhost) by mako.kobe1995.net (8.11.6/3.4Wbeta6-glove) id g29JJuH01332; Sun, 10 Mar 2002 04:19:56 +0900 (JST) Message-Id: <200203091919.g29JJuH01332@mako.kobe1995.net> Date: Sun, 10 Mar 2002 04:19:56 +0900 (JST) From: NAKAMURA Kazushi Reply-To: NAKAMURA Kazushi To: FreeBSD-gnats-submit@freebsd.org Cc: kaz@kobe1995.net X-Send-Pr-Version: 3.113 Subject: ports/35705: Update port: sysutils/xmbmon to 1.07p1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35705 >Category: ports >Synopsis: Update port: sysutils/xmbmon to 1.07p1 >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 Mar 09 11:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: NAKAMURA Kazushi >Release: FreeBSD 4.5-RELEASE i386 >Organization: PC-shop labbit >Environment: System: FreeBSD mako.kobe1995.net 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Sun Mar 10 00:36:15 JST 2002 kaz@mako.kobe1995.net:/usr/obj/usr/src/sys/KOBE4SMP i386 >Description: X/tty motherboard monitor. >How-To-Repeat: Update port. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xmbmon # xmbmon/files # xmbmon/files/patch-aa # xmbmon/Makefile # xmbmon/pkg-comment # xmbmon/pkg-descr # xmbmon/pkg-plist # echo c - xmbmon mkdir -p xmbmon > /dev/null 2>&1 echo c - xmbmon/files mkdir -p xmbmon/files > /dev/null 2>&1 echo x - xmbmon/files/patch-aa sed 's/^X//' >xmbmon/files/patch-aa << 'END-of-xmbmon/files/patch-aa' X--- Makefile.in~ Mon Feb 11 00:43:27 2002 X+++ Makefile.in Sun Feb 17 13:33:34 2002 X@@ -11,9 +11,9 @@ X X DEFS=-DHAVE_CONFIG_H X X-LIBDIR=/usr/X11R6/lib X+LIBDIR=$(X11BASE)/lib X INCDIR=. X-XINCDIR=/usr/X11R6/include X+XINCDIR=$(X11BASE)/include X XLIB=-lXaw -lXmu X EXTENSIONLIB=-lXext X INCLUDES=-I$(INCDIR) X@@ -21,9 +21,9 @@ X LIBS=-L$(LIBDIR) -lXaw $(XLIB) -lXt $(EXTENSIONLIB) -lX11 -lm X X #CC=/compat/linux/usr/bin/gcc X-CC=gcc X-CFLAGS=-O3 $(INCLUDES) $(DEFS) X-CFLAGSX=-O3 $(XINCLUDES) $(DEFS) X+CC?=gcc X+CFLAGS+= $(INCLUDES) $(DEFS) X+CFLAGSX= $(XINCLUDES) $(CFLAGS) X LDFLAGS=-s X X LINT=lint X@@ -32,16 +32,19 @@ X RM=rm -f X INSTALL=install X X-INST_DIR=/usr/local/bin X-INST_XDIR=/usr/X11R6/bin X-INST_XRDIR=/usr/X11R6/lib/X11/app-defaults X+INST_DIR=$(PREFIX)/bin X+INST_XDIR=$(PREFIX)/bin X+INST_XRDIR=$(X11BASE)/lib/X11/app-defaults X X .c.o: X $(CC) -c $(CFLAGS) $*.c X X-PROGRAM = mbmon xmbmon testpci testsmb testhwm testfan X+PROGRAM = mbmon X+TESTER = testpci testsmb testhwm testfan X+DOCS= 00README.txt 00READMEj.txt DEBUG_Info xmbmon.resources X+PROGRAM+= xmbmon X X-all: $(PROGRAM) X+all: $(PROGRAM) $(TESTER) X X mbmon: methods.h mbmon.c mbmon_small.c getMBinfo.o getMB-isa.o getMB-smb.o getMB-via.o pci_hwm.h pci_hwm.o smb_io.h smb_io.c X $(CC) $(CFLAGS) $(LDFLAGS) -o $@ mbmon.c getMBinfo.o getMB-isa.o getMB-smb.o getMB-via.o pci_hwm.o X@@ -68,8 +71,14 @@ X $(RM) Makefile config.cache config.log config.h config.status X X install: $(PROGRAM) X- $(INSTALL) -o root -g wheel -m 4555 -c -p mbmon $(INST_DIR) X- $(INSTALL) -o root -g wheel -m 4555 -c -p xmbmon $(INST_XDIR) X+ @for i in $(PROGRAM); do \ X+ $(INSTALL) -o root -g wheel -m 4555 -c -p $$i $(INST_DIR); \ X+ done X X lint: X $(LINT) $(INCLUDES) $(DEFS) $(FONTDEFINES) $(SRCS) -lm X+ X+install-doc: $(DOCS) X+ @for f in $(DOCS); do \ X+ $(INSTALL_DATA) $$f $(DOCSDIR)/; \ X+ done END-of-xmbmon/files/patch-aa echo x - xmbmon/Makefile sed 's/^X//' >xmbmon/Makefile << 'END-of-xmbmon/Makefile' X# ports collection makefile for: xmbmon X# Date created: 2001/08/30 X# Whom: kaz X# X# $FreeBSD: ports/sysutils/xmbmon/Makefile,v 1.2 2001/09/24 07:39:17 knu Exp $ X# X XPORTNAME= xmbmon XPORTVERSION= 107p1 XCATEGORIES= sysutils XMASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/ XDISTNAME= ${PORTNAME}${PORTVERSION:S/p/pl/} X XMAINTAINER= kaz@kobe1995.net X XGNU_CONFIGURE= yes XDOCS= 00README.txt 00READMEj.txt DEBUG_Info xmbmon.resources X XWITHOUT_X11?= no X X.if (${WITHOUT_X11} == yes) XMAKE_ARGS+= WITHOUT_X11=yes DOCSDIR='$(DOCSDIR)' INSTALL_DATA='$(INSTALL_DATA)' XDOCS= 00README.txt 00READMEj.txt DEBUG_Info XPLIST_SUB= X11_ONLY="@comment " X.else XUSE_XLIB= yes XMAKE_ARGS+= DOCSDIR='$(DOCSDIR)' INSTALL_DATA='$(INSTALL_DATA)' XPLIST_SUB= X11_ONLY="" X.endif X X.include X Xpre-extract: X @${ECHO} X @${ECHO} "set WITHOUT_X11 variable to 'yes' if you want to build without X11" X @${ECHO} X Xpost-patch: X @${MV} -f ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.X X.if ${WITHOUT_X11} == yes X @${GREP} -v '^PROGRAM+=' ${WRKSRC}/Makefile.in.X | ${SED} 's/__DOCS__/$(DOCS)/' > ${WRKSRC}/Makefile.in X.else X @${SED} 's/__DOCS__/$(DOCS)/' ${WRKSRC}/Makefile.in.X > ${WRKSRC}/Makefile.in X.endif X @${RM} -f ${WRKSRC}/Makefile.in.X X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X (cd ${WRKSRC}; ${MAKE} ${MAKE_ARGS} install-doc) X.endif X X.include END-of-xmbmon/Makefile echo x - xmbmon/pkg-comment sed 's/^X//' >xmbmon/pkg-comment << 'END-of-xmbmon/pkg-comment' XX/tty motherboard monitor for LM78/79, W8378x, AS99127F and VT82C686 END-of-xmbmon/pkg-comment echo x - xmbmon/pkg-descr sed 's/^X//' >xmbmon/pkg-descr << 'END-of-xmbmon/pkg-descr' XThis is an X/tty motherboard monitor which supports LM78/79, WINBond X83781D/83782D/83783S, ASUS 991227F, and VIA VT82C686A/B PC-health Xchips via 3 methods: ISA-I/O, SMBus, VIA-direct. X XRun "mbmon -h" or "xmbmon -help" to see the usage. X X***CAUTION*** X XThese programs access to the SMBus or the ISA-IO port directly under Xthe superuser privilege, so it may cause a system crash. Please test X"mbmon -d" or "xmbmon -debug" first. X XWWW: http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html X-- Xkaz END-of-xmbmon/pkg-descr echo x - xmbmon/pkg-plist sed 's/^X//' >xmbmon/pkg-plist << 'END-of-xmbmon/pkg-plist' Xbin/mbmon X%%X11_ONLY%%bin/xmbmon X%%PORTDOCS%%share/doc/xmbmon/00README.txt X%%PORTDOCS%%share/doc/xmbmon/00READMEj.txt X%%PORTDOCS%%share/doc/xmbmon/DEBUG_Info X%%X11_ONLY%%%%PORTDOCS%%share/doc/xmbmon/xmbmon.resources X%%PORTDOCS%%@dirrm share/doc/xmbmon END-of-xmbmon/pkg-plist exit -- 中村和志@神戸 NAKAMURA Kazushi@KOBE - Break the hate chain. No more kill! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message