summaryrefslogtreecommitdiff
path: root/misc/kdeadmin3
diff options
context:
space:
mode:
authormarkd <markd>2003-09-17 23:33:11 +0000
committermarkd <markd>2003-09-17 23:33:11 +0000
commit4acf10f45d11eb3babcea8d08eb951b6d7902a54 (patch)
treef827f4c855947619be316520a9db8573c33cd273 /misc/kdeadmin3
parent9f6ecdb9645ea0c1ab11cef5ac1fad7b9ad5e2c8 (diff)
downloadpkgsrc-4acf10f45d11eb3babcea8d08eb951b6d7902a54.tar.gz
Update to KDE3.1.4.
Changes: * kxconfig: add mouse wheels support to USB mice. * kxconfig: fix solaris compile. * ksysv: Fix Bug 49265: inactive hyperlinks in Help and About
Diffstat (limited to 'misc/kdeadmin3')
-rw-r--r--misc/kdeadmin3/Makefile5
-rw-r--r--misc/kdeadmin3/distinfo7
-rw-r--r--misc/kdeadmin3/patches/patch-ab22
3 files changed, 5 insertions, 29 deletions
diff --git a/misc/kdeadmin3/Makefile b/misc/kdeadmin3/Makefile
index 6b9abaff4cd..6f24b53227a 100644
--- a/misc/kdeadmin3/Makefile
+++ b/misc/kdeadmin3/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2003/08/05 13:38:55 drochner Exp $
+# $NetBSD: Makefile,v 1.15 2003/09/17 23:33:11 markd Exp $
-DISTNAME= kdeadmin-3.1.3
-PKGREVISION= 1
+DISTNAME= kdeadmin-3.1.4
CATEGORIES= misc
COMMENT= System administration tools for the KDE integrated X11 desktop
diff --git a/misc/kdeadmin3/distinfo b/misc/kdeadmin3/distinfo
index afe8b29b806..fc8c080dc00 100644
--- a/misc/kdeadmin3/distinfo
+++ b/misc/kdeadmin3/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2003/09/10 12:31:56 markd Exp $
+$NetBSD: distinfo,v 1.12 2003/09/17 23:33:11 markd Exp $
-SHA1 (kdeadmin-3.1.3.tar.bz2) = f1364ea225cba21b9c83e0b4565097cf3effe1f3
-Size (kdeadmin-3.1.3.tar.bz2) = 1557695 bytes
+SHA1 (kdeadmin-3.1.4.tar.bz2) = ceca22265782333ce8b3f0906a69595ffe8818a4
+Size (kdeadmin-3.1.4.tar.bz2) = 1558949 bytes
SHA1 (patch-aa) = 84c7fd5c9e9eb868f0c34d9d96dcde6d8c9a7ed1
-SHA1 (patch-ab) = fc8bbc150fd692be3e31d626439963899b0e5519
diff --git a/misc/kdeadmin3/patches/patch-ab b/misc/kdeadmin3/patches/patch-ab
deleted file mode 100644
index 7ae09d9337a..00000000000
--- a/misc/kdeadmin3/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/03/11 13:22:21 markd Exp $
-
---- kxconfig/kxdata.cpp.orig 2002-12-06 09:37:50.000000000 +1300
-+++ kxconfig/kxdata.cpp
-@@ -28,7 +28,7 @@
- #include <kstandarddirs.h>
-
- #include <X11/Xlib.h>
--#ifndef __osf__
-+#if ! (defined(__osf__) || defined(__svr4__))
- #include <X11/extensions/xf86misc.h>
- #endif
-
-@@ -332,7 +332,7 @@ void KXData::loadPointerData()
- {
- // ### hardcoded
-
--#ifndef __osf__
-+#if ! (defined(__osf__) || defined(__svr4__))
- m_pointerModels.append( KXPointerModel( i18n( "Generic PS/2" ), "PS/2",
- MTYPE_PS_2 ) );
- m_pointerModels.append( KXPointerModel( i18n( "Generic PS/2 Wheelmouse" ), "PS/2",