summaryrefslogtreecommitdiff
path: root/sysutils/mbmon/patches
diff options
context:
space:
mode:
authorrecht <recht>2003-08-23 16:41:58 +0000
committerrecht <recht>2003-08-23 16:41:58 +0000
commit7064a2e5d2d176659fc19439c6e69f9b0c9a5854 (patch)
tree913cc3f39c91dcb9ab54933b1a2a032ba6b1e7de /sysutils/mbmon/patches
parent87bba03685b110265a62d72d9138bb47a27a5307 (diff)
downloadpkgsrc-7064a2e5d2d176659fc19439c6e69f9b0c9a5854.tar.gz
Update {x}mbmon to 2.03.
changes since 2.01: * Genesys Logic GL512SM and GL520SM sensors are supported. * Intel ICH5 SMBus access supported. * LM85, Analog Devices ADM1024/1025/1027/ADT7463, and SMSC EMC6D10X sensors are supported. * Analog Devices ADM1020/1021/1023 temperature sensors are supported. * A log standing bug from version 2.00 in the treatment of fan-divisor for the IT87xxF sensor chip is fixed. * NetBSD/OpenBSD support is added (by a contribution of a patch given by Stephan Eisvogel). "./configure; make" just works. * The AMD8111 and NVidia nForce2 SMBus access is supported (by information from Alex van Kaam). * National Semiconductor LM90 temperature sensor is supported. * Winbond W83L784R, W83L785R, W83L785TS-S sensors are supported. * The case of two sensor chips are supported. * Others: Fixing small bugs, clean-up the code.
Diffstat (limited to 'sysutils/mbmon/patches')
-rw-r--r--sysutils/mbmon/patches/patch-aa16
1 files changed, 9 insertions, 7 deletions
diff --git a/sysutils/mbmon/patches/patch-aa b/sysutils/mbmon/patches/patch-aa
index 86b0a439707..e5c22176205 100644
--- a/sysutils/mbmon/patches/patch-aa
+++ b/sysutils/mbmon/patches/patch-aa
@@ -1,9 +1,10 @@
-$NetBSD: patch-aa,v 1.2 2003/05/31 17:52:13 cjep Exp $
---- Makefile.NetBSD 2003/05/28 09:15:46 1.1
-+++ Makefile.NetBSD 2003/05/28 09:17:27
-@@ -14,14 +14,14 @@
+$NetBSD: patch-aa,v 1.3 2003/08/23 16:41:59 recht Exp $
+
+--- Makefile.in.orig 2003-07-04 05:13:45.000000000 +0200
++++ Makefile.in 2003-08-23 18:35:34.000000000 +0200
+@@ -15,15 +15,15 @@
- DEFS=-DHAVE_CONFIG_H -Wall -DNETBSD
+ DEFS=-DHAVE_CONFIG_H -Wall @HOSTDEF@
-LIBDIR=/usr/X11R6/lib
+LIBDIR=${X11BASE}/lib
@@ -14,12 +15,13 @@ $NetBSD: patch-aa,v 1.2 2003/05/31 17:52:13 cjep Exp $
EXTENSIONLIB=-lXext
INCLUDES=-I$(INCDIR)
XINCLUDES=-I$(XINCDIR)
+ SPLIBS=@ADDLIBS@
-LIBS=-L$(LIBDIR) -lXaw $(XLIB) -lXt $(EXTENSIONLIB) -lX11 -lm
+LIBS=-Wl,-R${LIBDIR} -L$(LIBDIR) -lXaw $(XLIB) -lXt $(EXTENSIONLIB) -lX11 -lm
- NETBSDLIBS=-li386
#CC=/compat/linux/usr/bin/gcc
-@@ -37,8 +37,8 @@
+ CC=@CC@
+@@ -38,8 +38,8 @@
INSTALL=install
INST_DIR=/usr/local/bin