diff options
author | markd <markd@pkgsrc.org> | 2005-03-30 12:17:51 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-03-30 12:17:51 +0000 |
commit | 3a640a8b7f4b84c0fdcc9a1a69539cc4ab67516e (patch) | |
tree | 384fe70f4236686701f94b4334e6e91976b13b52 /x11/kdebase3 | |
parent | 8ececc7346c83b2f224b12082e61f94fee0669ca (diff) | |
download | pkgsrc-3a640a8b7f4b84c0fdcc9a1a69539cc4ab67516e.tar.gz |
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 (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase3/distinfo | 3 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-al | 26 |
3 files changed, 30 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index fb856d0930c..12fbfb75262 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -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 --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo index 71b1cd911b6..17f80d3063e 100644 --- a/x11/kdebase3/distinfo +++ b/x11/kdebase3/distinfo @@ -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-af) = d149ff332c82b9ef2765de407fefe4daffdafe31 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 --git a/x11/kdebase3/patches/patch-al b/x11/kdebase3/patches/patch-al new file mode 100644 index 00000000000..71f7a1de077 --- /dev/null +++ b/x11/kdebase3/patches/patch-al @@ -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. |