summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/patches/patch-aa
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-09-08 21:53:57 +0000
committerzuntum <zuntum@pkgsrc.org>2001-09-08 21:53:57 +0000
commit9fd62c678dd6c82fe0868a2eda734d1aacbe1ae7 (patch)
treed0335338136bfd4369c3b975061ddfba8e25cc37 /sysutils/gkrellm/patches/patch-aa
parentee5fa48af49bea8021536ac8b4d96ab9ee06edfc (diff)
downloadpkgsrc-9fd62c678dd6c82fe0868a2eda734d1aacbe1ae7.tar.gz
Update gkrellm to 1.2.2
Changes: 1.2.2 Wed Aug 22, 2001 ---------------------- * Hostname panel can also display system name. * Move krells out of the way only if data is displayed in panels, * Bugfixes: o Close open files before launching panel commands and net timer command. o Display and alert setting problems for negative voltages. o Allow "owner" as well as "user" for fstab mounting. * Contributions: o Anthony Mallet <anthony.mallet@ficus.yi.org> patch to fix some compile issues with defining INET6 and HAVE_GETADDRINFO for Solaris 7. Also made removable disk media ioctl work for Solaris 7. o Przemyslaw Sulek <pbs@linux.net.pl> sent in a Polish translation. o we don't use X11BASE any more, install to normal PREFIX o clean up Makefile o link gkrellm with --export-dynamic so now plugins work properly (fixes pkg/13884 by Jasper Wallace <jasper@pointless.net>
Diffstat (limited to 'sysutils/gkrellm/patches/patch-aa')
-rw-r--r--sysutils/gkrellm/patches/patch-aa19
1 files changed, 17 insertions, 2 deletions
diff --git a/sysutils/gkrellm/patches/patch-aa b/sysutils/gkrellm/patches/patch-aa
index c5f7623cab3..8be65813b7d 100644
--- a/sysutils/gkrellm/patches/patch-aa
+++ b/sysutils/gkrellm/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2001/08/23 19:21:11 jlam Exp $
+$NetBSD: patch-aa,v 1.4 2001/09/08 21:53:57 zuntum Exp $
---- Makefile.top.orig Sun Jun 17 12:28:19 2001
+--- Makefile.top.orig Sun Jun 17 17:28:19 2001
+++ Makefile.top
@@ -30,7 +30,7 @@
#
@@ -11,6 +11,21 @@ $NetBSD: patch-aa,v 1.3 2001/08/23 19:21:11 jlam Exp $
BINMODE = 755
# FreeBSD 2.X
+@@ -74,11 +74,11 @@
+ GTOP_LIBS = -L$(GTOP_PREFIX)/lib -lgtop -lgtop_common -lgtop_sysdeps -lXau
+
+
+-INSTALLDIR=/usr/local/bin
+-MANDIR=/usr/local/share/man/man1
++INSTALLDIR=${PREFIX}/bin
++MANDIR=${PREFIX}/man/man1
+ MANMODE = 644
+ MANDIRMODE = 755
+-INCLUDEDIR=/usr/local/include
++INCLUDEDIR=${PREFIX}/include
+ INCLUDEMODE = 644
+ INCLUDEDIRMODE = 755
+
@@ -127,8 +127,8 @@
netbsd: