summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2003-01-13 17:01:23 +0000
committerskrll <skrll@pkgsrc.org>2003-01-13 17:01:23 +0000
commit60ace37e986909b7f2af0860ba03aeaca5456eb3 (patch)
treebd4ec9d6935e39e1452e3f7faadbf5965657717f /x11
parentae61da7f158c820d53f02f4a1e9be64b173ff411 (diff)
downloadpkgsrc-60ace37e986909b7f2af0860ba03aeaca5456eb3.tar.gz
Fix the URL grabber.
PKGREVISION++
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase3/Makefile3
-rw-r--r--x11/kdebase3/distinfo3
-rw-r--r--x11/kdebase3/patches/patch-eq13
3 files changed, 17 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index e349d29ac83..ceb344e53cf 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/01/02 09:12:33 skrll Exp $
+# $NetBSD: Makefile,v 1.13 2003/01/13 17:01:23 skrll Exp $
DISTNAME= kdebase-3.0.5a
+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 ab6d4288881..e6e227bcd4b 100644
--- a/x11/kdebase3/distinfo
+++ b/x11/kdebase3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2003/01/04 15:04:45 skrll Exp $
+$NetBSD: distinfo,v 1.14 2003/01/13 17:01:23 skrll Exp $
SHA1 (kdebase-3.0.5a.tar.bz2) = 8d30538e4d84f805bffcd0eb6583f2fee5ce2da1
Size (kdebase-3.0.5a.tar.bz2) = 13117676 bytes
@@ -126,3 +126,4 @@ SHA1 (patch-em) = 2e42263d67e5e44035bed13dc3e5245fc3a86709
SHA1 (patch-en) = f755e2ddf16eb6df6c2f4498f4193a61509dc45f
SHA1 (patch-eo) = d62ed8023ced4637a874b8c5ee3fcd8cac49a3e1
SHA1 (patch-ep) = 77d65151a6e74adcfc1143ced2cb393d08029b2c
+SHA1 (patch-eq) = e83191cdc198b4e36cc50cbd14adbe4c3c7e9e8a
diff --git a/x11/kdebase3/patches/patch-eq b/x11/kdebase3/patches/patch-eq
new file mode 100644
index 00000000000..8eb7eed62c3
--- /dev/null
+++ b/x11/kdebase3/patches/patch-eq
@@ -0,0 +1,13 @@
+$NetBSD: patch-eq,v 1.4 2003/01/13 17:01:24 skrll Exp $
+
+--- klipper/urlgrabber.cpp.orig Mon Dec 16 02:44:19 2002
++++ klipper/urlgrabber.cpp
+@@ -210,7 +210,7 @@ void URLGrabber::execute( const struct C
+ // the quotes have to be replaced as well as they might
+ // be part of config files from older klipper versions
+ // replace \%s to %s
+- int pos;
++ int pos = 0;
+ while ( (pos = cmdLine.find("%s", pos)) >= 0 ) {
+ if ( pos > 0 && cmdLine.at( pos - 1 ) == '\\' ) {
+ cmdLine.remove( pos -1, 1 ); // \%s -> %s