From owner-freebsd-ports Tue Nov 2 16:50:19 1999 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 CCF5315488 for ; Tue, 2 Nov 1999 16:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA18710; Tue, 2 Nov 1999 16:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 9509715360 for ; Tue, 2 Nov 1999 16:46:18 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 01E789B22; Tue, 2 Nov 1999 19:46:17 -0500 (EST) Message-Id: <19991103004617.01E789B22@pawn.primelocation.net> Date: Tue, 2 Nov 1999 19:46:17 -0500 (EST) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14671: Update ports: sysutils/lmmon and sysutils/wmlmmon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14671 >Category: ports >Synopsis: Update ports: sysutils/lmmon and sysutils/wmlmmon >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: Tue Nov 2 16:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-STABLE i386 >Description: Update ports: sysutils/lmmon and sysutils/wmlmmon * Uses autoconf for path/header checking. * Removed requirement for /dev/io use in 3.3 due to MFC of intpm(4). * Various fixes and updates. >How-To-Repeat: >Fix: Index: ports/sysutils/lmmon/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/10/21 06:34:44 1.5 +++ Makefile 1999/11/03 00:37:11 @@ -1,30 +1,19 @@ # New ports collection makefile for: lmmon -# Version required: 0.55 +# Version required: 0.60 # Date created: 24 September 1999 # Whom: Chris D. Faulhaber # # $FreeBSD: ports/sysutils/lmmon/Makefile,v 1.5 1999/10/21 06:34:44 cpiazza Exp $ # -DISTNAME= lmmon-0.55 +DISTNAME= lmmon-0.60 CATEGORIES= sysutils MASTER_SITES= http://www.fxp.org/~jedgar/ MAINTAINER= jedgar@fxp.org +GNU_CONFIGURE= yes MAN8= lmmon.8 MANCOMPRESSED= yes - -pre-configure: -.if !defined(IO_ONLY) - @${ECHO} - @${ECHO} "Define IO_ONLY (make IO_ONLY=yes) to build with" - @${ECHO} "/dev/io support only." - @${ECHO} -.else - @${ECHO} - @${ECHO} "Building with only /dev/io interface support." - @${ECHO} -.endif .include Index: ports/sysutils/lmmon/files/md5 =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/10/21 06:34:45 1.3 +++ md5 1999/11/03 00:37:11 @@ -1 +1 @@ -MD5 (lmmon-0.55.tar.gz) = 97fa9b0e26dea53923a6fa194a7128a4 +MD5 (lmmon-0.60.tar.gz) = 6f4fce50ee8892989bba18530a778b35 Index: ports/sysutils/lmmon/pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/pkg/DESCR,v retrieving revision 1.3 diff -u -r1.3 DESCR --- DESCR 1999/10/21 06:34:46 1.3 +++ DESCR 1999/11/03 00:37:11 @@ -7,8 +7,9 @@ based display. Currently, the /dev/smb0 interface is only supported in FreeBSD -4.0; however, the /dev/io interface may work with many -motherboards in FreeBSD 3.x and some non-LM78/79 motherboards. +4.0 and 3.3-STABLE (after 01 November 1999); however, the +/dev/io interface may work with many motherboards in FreeBSD +3.x and some non-LM78/79 motherboards. WWW: http://www.fxp.org/~jedgar/ Index: ports/sysutils/wmlmmon/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/wmlmmon/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1999/10/21 06:35:52 1.6 +++ Makefile 1999/11/03 00:37:11 @@ -1,12 +1,12 @@ # New ports collection makefile for: wmlmmon -# Version required: 0.55 +# Version required: 0.60 # Date created: 24 September 1999 # Whom: Chris D. Faulhaber # # $FreeBSD: ports/sysutils/wmlmmon/Makefile,v 1.6 1999/10/21 06:35:52 cpiazza Exp $ # -DISTNAME= wmlmmon-0.55 +DISTNAME= wmlmmon-0.60 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.fxp.org/~jedgar/ @@ -16,19 +16,8 @@ USE_X_PREFIX= yes +GNU_CONFIGURE= yes MAN8= wmlmmon.8 MANCOMPRESSED= yes - -pre-configure: -.if !defined (IO_ONLY) - @${ECHO} - @${ECHO} "Define IO_ONLY (make IO_ONLY=yes) to build with" - @${ECHO} "/dev/io support only." - @${ECHO} -.else - @${ECHO} - @${ECHO} "Building with only /dev/io interface support. - @${ECHO} -.endif .include Index: ports/sysutils/wmlmmon/files/md5 =================================================================== RCS file: /home/ncvs/ports/sysutils/wmlmmon/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/10/21 06:35:53 1.3 +++ md5 1999/11/03 00:37:11 @@ -1 +1 @@ -MD5 (wmlmmon-0.55.tar.gz) = 5156df4822bcc861868d0c1cd24a1c62 +MD5 (wmlmmon-0.60.tar.gz) = c2ea8d4d9bd2528609d8885e769f7b5d Index: ports/sysutils/wmlmmon/pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/sysutils/wmlmmon/pkg/DESCR,v retrieving revision 1.3 diff -u -r1.3 DESCR --- DESCR 1999/10/21 06:35:54 1.3 +++ DESCR 1999/11/03 00:37:11 @@ -6,8 +6,9 @@ motherboard temperature, and various voltages. Currently, the /dev/smb0 interface is only supported in FreeBSD -4.0; however, the /dev/io interface may work with many -motherboards in FreeBSD 3.x and some non-LM78/79 motherboards. +4.0 and 3.3-STABLE (after 01 November 1999); however, the +/dev/io interface may work with many motherboards in FreeBSD +3.x and some non-LM78/79 motherboards. WWW: http://www.fxp.org/~jedgar/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message