diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 20:15:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 20:15:29 +0000 |
commit | 96a5000544015c6ef980032f4364318099d75d72 (patch) | |
tree | ccdf6d885ab28352ebdc1e9d3e12dff7f3efe050 /sysutils/xmbmon | |
parent | a00109156597d27de492a193a20e3122f5dae19f (diff) | |
download | pkgsrc-96a5000544015c6ef980032f4364318099d75d72.tar.gz |
Update to 2.05:
* Bugs for detecting ALi chipset fixed.
* Further smoothing for plotting curves in xmbmon.
* SMBus accesses of VIA VT8237 and Intel ICH6 are supported.
* Problem related to select() system call fixed (by Tsuneyuki Sakano).
* The part of IO port read/write is unified into an gas in-line
assembler code (so, gcc with x86-gas is assumed!); a contribution
by John Wehle (john@feith.com).
* Changes to work on Solaris for x86 platform and others for
cleaning up the codes, contributed by John Wehle (john@feith.com).
* Others: Fixing small bugs.
Diffstat (limited to 'sysutils/xmbmon')
-rw-r--r-- | sysutils/xmbmon/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile index 8920c4989b6..6ece6cd10c3 100644 --- a/sysutils/xmbmon/Makefile +++ b/sysutils/xmbmon/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/07/19 10:10:30 recht Exp $ +# $NetBSD: Makefile,v 1.6 2004/11/22 20:15:29 wiz Exp $ # .include "../../sysutils/mbmon/Makefile.common" -PKGNAME= xmbmon-204 +PKGNAME= xmbmon-205 COMMENT= X11-based motherboard monitoring utility @@ -11,6 +11,8 @@ USE_X11= yes ALL_TARGET= xmbmon +LDFLAGS+= -Wl,-R${X11BASE}/lib + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmbmon ${PREFIX}/bin |