summaryrefslogtreecommitdiff
path: root/sysutils/mbmon/patches/patch-aa
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-19 10:10:10 +0000
committerrecht <recht@pkgsrc.org>2004-07-19 10:10:10 +0000
commit319e353c7156e0b95a33a304cba1a971c57b77fe (patch)
tree524728493ea5be02a5e13dee88604b932ddc094c /sysutils/mbmon/patches/patch-aa
parent6c297789377fd79ad9e53a0b6442416097ab3509 (diff)
downloadpkgsrc-319e353c7156e0b95a33a304cba1a971c57b77fe.tar.gz
update mbmon to 2.04
patch provided by Sergio Jimenez in PR 26355 * The modified BSD license is set from this version. * Logging facility in the daemon mode is included (but unabled in default, contribution by David Quattlebaum ). * IIR low path filter smoothing method is included for plotting graphs in xmbmon (contribution by Takayuki Hosoda). * Manual files are contributed by Nicolas Rueff . * Winbond W83791D, W83627THF chips are supported. * Initialization of ADM9240 chip for some Intel motherboards (by Alex Vasylenko). * SMBus access of ALI1533/1543 chipset (Aladdin IV, V) is supported. * ISA access of 2nd and 3rd temperatures for Winbond chips fails in most of motherboard. Due to this problem, fraction of these temperatures is always 0.5. This "bug" is fixed now. * Others: Fixing small bugs.
Diffstat (limited to 'sysutils/mbmon/patches/patch-aa')
-rw-r--r--sysutils/mbmon/patches/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/mbmon/patches/patch-aa b/sysutils/mbmon/patches/patch-aa
index 7bed8b1346d..35675d35928 100644
--- a/sysutils/mbmon/patches/patch-aa
+++ b/sysutils/mbmon/patches/patch-aa
@@ -1,8 +1,6 @@
-$NetBSD: patch-aa,v 1.4 2004/03/07 01:34:04 snj Exp $
-
---- Makefile.in.orig 2003-07-03 20:13:45.000000000 -0700
-+++ Makefile.in 2004-03-06 17:27:16.000000000 -0800
-@@ -15,20 +15,19 @@
+--- Makefile.in.orig 2004-07-18 02:15:42.000000000 +0100
++++ Makefile.in 2004-07-18 02:19:16.000000000 +0100
+@@ -18,20 +18,19 @@
DEFS=-DHAVE_CONFIG_H -Wall @HOSTDEF@
@@ -24,17 +22,19 @@ $NetBSD: patch-aa,v 1.4 2004/03/07 01:34:04 snj Exp $
-CFLAGS=-O3 $(INCLUDES) $(DEFS)
-CFLAGSX=-O3 $(XINCLUDES) $(DEFS)
+CFLAGS+= $(INCLUDES) $(DEFS)
-+CFLAGSX= $(CFLAGS) $(XINCLUDES)
++CFLAGSX+= $(XINCLUDES) $(DEFS)
LDFLAGS=-s
LINT=lint
-@@ -38,8 +37,8 @@ RM=rm -f
- INSTALL=install
+@@ -42,9 +41,9 @@
INST_DIR=/usr/local/bin
+ INST_MANDIR=/usr/local/man/man1
-INST_XDIR=/usr/X11R6/bin
+-INST_MANXDIR=/usr/X11R6/man/man1
-INST_XRDIR=/usr/X11R6/lib/X11/app-defaults
+INST_XDIR=${X11BASE}/bin
++INST_MANXDIR=${X11BASE}/man/man1
+INST_XRDIR=${X11BASE}/lib/X11/app-defaults
.c.o: