summaryrefslogtreecommitdiff
path: root/x11/kde4-runtime/files/patch-kdeeject
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-02-26 19:24:49 +0000
committerWill Andrews <will@FreeBSD.org>2001-02-26 19:24:49 +0000
commit26121d15aefe3055f4b11633dcaca64da67c0913 (patch)
tree6ef2924bd6e9cb5e5a689c5d3a30612f8ec5dc50 /x11/kde4-runtime/files/patch-kdeeject
parentRemove '-lc' from LDLIBS so threaded apps can link against libslang (diff)
Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result of
the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo
Notes
Notes: svn path=/head/; revision=38810
Diffstat (limited to 'x11/kde4-runtime/files/patch-kdeeject')
-rw-r--r--x11/kde4-runtime/files/patch-kdeeject12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/kde4-runtime/files/patch-kdeeject b/x11/kde4-runtime/files/patch-kdeeject
index 38c12b5eafbf..8a5870ad25ff 100644
--- a/x11/kde4-runtime/files/patch-kdeeject
+++ b/x11/kde4-runtime/files/patch-kdeeject
@@ -1,9 +1,9 @@
---- kdesktop/kdeeject.orig Fri Dec 1 15:25:26 2000
-+++ kdesktop/kdeeject Fri Dec 1 15:25:33 2000
-@@ -8,7 +8,8 @@
- # kmessage, to show a message box in case of error.
- #
- if [ $# = 1 -a "$1" != "--help" ]; then
+--- kdesktop/kdeeject Wed Dec 13 13:25:02 2000
++++ kdesktop/kdeeject.new Fri Feb 23 02:59:54 2001
+@@ -11,7 +11,8 @@
+ # TODO: On bsd, it should be 'cdcontrol -f $1 eject'
+ # Checking for stuff in the PATH is ugly with sh though.
+ # I guess this is the reason for making this a kde app...
- if eject $1; then
+ dev=`echo $1 | sed -E -e 's#/dev/##' -e 's/([0-9])./\1/'`
+ if cdcontrol -f $dev eject; then