diff options
author | recht <recht@pkgsrc.org> | 2004-07-19 10:10:10 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-19 10:10:10 +0000 |
commit | 319e353c7156e0b95a33a304cba1a971c57b77fe (patch) | |
tree | 524728493ea5be02a5e13dee88604b932ddc094c /sysutils/mbmon/patches | |
parent | 6c297789377fd79ad9e53a0b6442416097ab3509 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | sysutils/mbmon/patches/patch-aa | 16 | ||||
-rw-r--r-- | sysutils/mbmon/patches/patch-ab | 12 | ||||
-rw-r--r-- | sysutils/mbmon/patches/patch-ac | 10 | ||||
-rw-r--r-- | sysutils/mbmon/patches/patch-ad | 10 |
4 files changed, 18 insertions, 30 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: diff --git a/sysutils/mbmon/patches/patch-ab b/sysutils/mbmon/patches/patch-ab index 587846569a3..de1b8121033 100644 --- a/sysutils/mbmon/patches/patch-ab +++ b/sysutils/mbmon/patches/patch-ab @@ -1,18 +1,14 @@ -$NetBSD: patch-ab,v 1.1 2004/03/07 01:06:45 fvdl Exp $ - ---- configure.orig 2003-04-11 18:47:14.000000000 +0200 -+++ configure 2004-03-07 01:45:11.000000000 +0100 -@@ -875,8 +875,13 @@ - CC=cc +--- configure.orig 2004-07-18 02:20:24.000000000 +0100 ++++ configure 2004-07-18 02:21:41.000000000 +0100 +@@ -876,6 +876,11 @@ HOSTDEF="-DNETBSD" ADDLIBS="-li386" ;; + amd64-*-netbsd* | x86_64-*-netbsd*) -+ CC=cc ++ CC=cc + HOSTDEF="-DNETBSD" + ADDLIBS="-lx86_64" + ;; *) CC=gcc ;; - esac diff --git a/sysutils/mbmon/patches/patch-ac b/sysutils/mbmon/patches/patch-ac index 1933149e911..da625e60735 100644 --- a/sysutils/mbmon/patches/patch-ac +++ b/sysutils/mbmon/patches/patch-ac @@ -1,9 +1,6 @@ -$NetBSD: patch-ac,v 1.1 2004/03/07 01:06:45 fvdl Exp $ - ---- AC-TOOLS/config.sub.orig 2001-10-04 03:14:27.000000000 +0200 -+++ AC-TOOLS/config.sub 2004-03-07 01:33:51.000000000 +0100 -@@ -181,9 +181,10 @@ - | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ +--- AC-TOOLS/config.sub.orig 2004-07-18 02:22:16.000000000 +0100 ++++ AC-TOOLS/config.sub 2004-07-18 02:23:09.000000000 +0100 +@@ -182,7 +182,8 @@ | sparc64-* | mips64-* | mipsel-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ | mipstx39-* | mipstx39el-* \ @@ -13,4 +10,3 @@ $NetBSD: patch-ac,v 1.1 2004/03/07 01:06:45 fvdl Exp $ ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. - 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) diff --git a/sysutils/mbmon/patches/patch-ad b/sysutils/mbmon/patches/patch-ad index 984172f7710..48d0f68911d 100644 --- a/sysutils/mbmon/patches/patch-ad +++ b/sysutils/mbmon/patches/patch-ad @@ -1,9 +1,6 @@ -$NetBSD: patch-ad,v 1.2 2004/03/07 01:23:13 snj Exp $ - ---- io_static.c.orig 2003-03-14 06:04:51.000000000 +0100 -+++ io_static.c 2004-03-07 01:53:17.000000000 +0100 -@@ -2,8 +2,11 @@ - +--- io_static.c.orig 2004-07-18 02:25:12.000000000 +0100 ++++ io_static.c 2004-07-18 02:25:21.000000000 +0100 +@@ -3,6 +3,9 @@ #include "io_cpu.h" #ifdef NETBSD #include "machine/sysarch.h" @@ -13,4 +10,3 @@ $NetBSD: patch-ad,v 1.2 2004/03/07 01:23:13 snj Exp $ #endif static int OpenIO() - { |