pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/kdebase3 On NetBSD give vt05 as an argument to X i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f09c8abab153
branches: trunk
changeset: 491810:f09c8abab153
user: markd <markd%pkgsrc.org@localhost>
date: Wed Mar 30 12:17:51 2005 +0000
description:
On NetBSD give vt05 as an argument to X in the kdmrc (as used to happen
in 3.3). Fixes PR pkg/29827. Bump PKGREVISION.
diffstat:
x11/kdebase3/Makefile | 3 ++-
x11/kdebase3/distinfo | 3 ++-
x11/kdebase3/patches/patch-al | 26 ++++++++++++++++++++++++++
3 files changed, 30 insertions(+), 2 deletions(-)
diffs (59 lines):
diff -r 12e83c90fadd -r f09c8abab153 x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile Wed Mar 30 12:17:36 2005 +0000
+++ b/x11/kdebase3/Makefile Wed Mar 30 12:17:51 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2005/03/28 09:39:58 jlam Exp $
+# $NetBSD: Makefile,v 1.73 2005/03/30 12:17:51 markd Exp $
DISTNAME= kdebase-${_KDE_VERSION}
+PKGREVISION= 1
CATEGORIES= x11
COMMENT= Base modules for the KDE 3 integrated X11 desktop
diff -r 12e83c90fadd -r f09c8abab153 x11/kdebase3/distinfo
--- a/x11/kdebase3/distinfo Wed Mar 30 12:17:36 2005 +0000
+++ b/x11/kdebase3/distinfo Wed Mar 30 12:17:51 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.63 2005/03/23 21:44:37 markd Exp $
+$NetBSD: distinfo,v 1.64 2005/03/30 12:17:51 markd Exp $
SHA1 (kdebase-3.4.0.tar.bz2) = ca61fe258c46b20f5f2397fb71b784786a9510b6
RMD160 (kdebase-3.4.0.tar.bz2) = 49b70391564ef757dc5195314e6ebeba656f18bc
@@ -20,6 +20,7 @@
SHA1 (patch-ag) = 89f50ee8b328cd654aebf1da5424e87eb6b42628
SHA1 (patch-aj) = bedd17a5a04bff32e4441ed1750ae8ab5a4fa323
SHA1 (patch-ak) = df7ff2bf5ed6bb2442d49df1c277712712a7f966
+SHA1 (patch-al) = 8240d16691ff78b2346c83abc1f4a5c36d9dfe45
SHA1 (patch-bb) = 4c85002b95661db18619283e50512f3ab131a0ba
SHA1 (patch-bc) = c236cc8b3f9caebf2540425232f2d90ec66c70d1
SHA1 (patch-bx) = d58d16fd484fc0a46c1ae93267af19e73af6f990
diff -r 12e83c90fadd -r f09c8abab153 x11/kdebase3/patches/patch-al
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kdebase3/patches/patch-al Wed Mar 30 12:17:51 2005 +0000
@@ -0,0 +1,26 @@
+$NetBSD: patch-al,v 1.9 2005/03/30 12:17:51 markd Exp $
+
+--- kdm/config.def.orig 2005-02-24 00:25:59.000000000 +1300
++++ kdm/config.def
+@@ -75,6 +75,12 @@
+ #else
+ # define DEF_SERVER_CMD XBINDIR "/X"
+ #endif
++
++#ifdef __NetBSD__
++# define DEF_SERVER_ARGS "-nolisten tcp vt05"
++#else
++# define DEF_SERVER_ARGS "-nolisten tcp"
++#endif
+ </code>
+
+ # The contents of this section are copied mostly verbatim to the
+@@ -1352,7 +1358,7 @@ Key: ServerArgsLocal
+ Type: string
+ Default: ""
+ User: core
+-Instance: :*/"-nolisten tcp"
++Instance: :*/DEF_SERVER_ARGS
+ Comment: &
+ Description:
+ Additional arguments for the &X-Server;s for local sessions.
Home |
Main Index |
Thread Index |
Old Index