summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-bc
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-12-11 10:53:54 +0000
committermarkd <markd@pkgsrc.org>2005-12-11 10:53:54 +0000
commit477c138a4890955bacdab7931af0b71dfa32308c (patch)
tree8cfb3ccfbcfcd58f99467dcf2bef397e1f1b0f0f /x11/kdebase3/patches/patch-bc
parent899ff3125dea48bb60ec896ccceaa0fbc5d0ed03 (diff)
downloadpkgsrc-477c138a4890955bacdab7931af0b71dfa32308c.tar.gz
Update to KDE 3.5
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
Diffstat (limited to 'x11/kdebase3/patches/patch-bc')
-rw-r--r--x11/kdebase3/patches/patch-bc8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/kdebase3/patches/patch-bc b/x11/kdebase3/patches/patch-bc
index f6ae19992fc..61d31300d5e 100644
--- a/x11/kdebase3/patches/patch-bc
+++ b/x11/kdebase3/patches/patch-bc
@@ -1,7 +1,7 @@
-$NetBSD: patch-bc,v 1.3 2004/08/21 12:35:15 markd Exp $
+$NetBSD: patch-bc,v 1.4 2005/12/11 11:01:48 markd Exp $
---- kdesktop/kdeeject.orig 2004-05-23 08:26:46.000000000 +1200
-+++ kdesktop/kdeeject
+--- kdeeject/kdeeject.orig 2005-09-10 20:25:38.000000000 +1200
++++ kdeeject/kdeeject
@@ -1,6 +1,6 @@
#!/bin/sh
# Script used by kdesktop to eject a removable media (CDROM/Tape/SCSI/Floppy)
@@ -10,7 +10,7 @@ $NetBSD: patch-bc,v 1.3 2004/08/21 12:35:15 markd Exp $
#
# Copyright GPL v2 by David Faure <david@mandrakesoft.com>
#
-@@ -12,7 +12,7 @@ if [ $# = 1 -a "$1" != "--help" ]; then
+@@ -17,7 +17,7 @@ if test $# -ge 1 -a "$1" != "--help"; th
OpenBSD)
cdio -f $1 eject >/dev/null 2>&1
;;