summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-10-21 06:35:54 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-10-21 06:35:54 +0000
commit61a88769279e979491424d5b0e8d0f01160a46ec (patch)
tree2d201a14b5819e974240b901bf078a9b6ad7cf58
parent1eb83113836c774e3d4b3a419d325f8c198d2bbd (diff)
downloadFreeBSD-ports-61a88769279e979491424d5b0e8d0f01160a46ec.zip
FreeBSD-ports-61a88769279e979491424d5b0e8d0f01160a46ec.tar.gz
Update to version 0.55
PR: 14416 Submitted by: maintainer
-rw-r--r--sysutils/wmlmmon/Makefile20
-rw-r--r--sysutils/wmlmmon/distinfo2
-rw-r--r--sysutils/wmlmmon/pkg-comment2
-rw-r--r--sysutils/wmlmmon/pkg-descr18
4 files changed, 28 insertions, 14 deletions
diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile
index 75207fc..f2fca28 100644
--- a/sysutils/wmlmmon/Makefile
+++ b/sysutils/wmlmmon/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: wmlmmon
-# Version required: 0.52
+# Version required: 0.55
# Date created: 24 September 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
-DISTNAME= wmlmmon-0.52
+DISTNAME= wmlmmon-0.55
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.fxp.org/~jedgar/
@@ -19,10 +19,16 @@ USE_X_PREFIX= yes
MAN8= wmlmmon.8
MANCOMPRESSED= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400000
-FORBIDDEN= "This port uses the intpm controller which is only available in FreeBSD 4.0+"
+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 <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/sysutils/wmlmmon/distinfo b/sysutils/wmlmmon/distinfo
index 0b74cfe..8ac288b 100644
--- a/sysutils/wmlmmon/distinfo
+++ b/sysutils/wmlmmon/distinfo
@@ -1 +1 @@
-MD5 (wmlmmon-0.52.tar.gz) = ae7e52cf36abe3624a95b267ca52ef38
+MD5 (wmlmmon-0.55.tar.gz) = 5156df4822bcc861868d0c1cd24a1c62
diff --git a/sysutils/wmlmmon/pkg-comment b/sysutils/wmlmmon/pkg-comment
index 88888b3..9313e61 100644
--- a/sysutils/wmlmmon/pkg-comment
+++ b/sysutils/wmlmmon/pkg-comment
@@ -1 +1 @@
-WindowMaker dock app to display LM78/79 information
+WM dock app to display info from MB power management controllers
diff --git a/sysutils/wmlmmon/pkg-descr b/sysutils/wmlmmon/pkg-descr
index 9c58a4a..a59ad99 100644
--- a/sysutils/wmlmmon/pkg-descr
+++ b/sysutils/wmlmmon/pkg-descr
@@ -1,7 +1,15 @@
wmlmmon
-This program displays information gathered from LM78/79 chipsets
-onboard many motherboards onto a [standard] WindowMaker dock app.
-Displayed values include fan speeds, motherboard temperature,
-and various voltages. Currently, this is only supported in
-FreeBSD 4.0.
+This program displays information gathered from a motherboard
+power management controller (e.g. LM78/79) onto a [standard]
+WindowMaker dock app. Displayed values include fan speeds,
+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.
+
+WWW: http://www.fxp.org/~jedgar/
+
+- Chris D. Faulhaber
+jedgar@fxp.org
OpenPOWER on IntegriCloud