Date: Sat, 10 Feb 2007 03:32:52 +0000 (UTC) From: Michael Nottebrock <lofi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase3 Makefile ports/x11/kdebase3/files extrapatch-kioslave_media_mediamanager-halbackend.cpp extrapatch-kioslave_media_mediamanager-halbackend.h patch-kioslave_media_mediamanager-fstabbackend.cpp patch-kioslave_media_mounthelper-kio_media_mounthelper.cpp Message-ID: <200702100332.l1A3Wq5M027685@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lofi 2007-02-10 03:32:52 UTC
FreeBSD ports repository
Modified files:
x11/kdebase3 Makefile
x11/kdebase3/files
extrapatch-kioslave_media_mediamanager-halbackend.cpp
Added files:
x11/kdebase3/files
extrapatch-kioslave_media_mediamanager-halbackend.h
patch-kioslave_media_mediamanager-fstabbackend.cpp
patch-kioslave_media_mounthelper-kio_media_mounthelper.cpp
Log:
Fix various problems in the media kioslave:
- Correct ejecting of mounted volumes (unmount before eject).
- Mounting of removable media drives (such as CD-ROM drives)
listed in /etc/fstab (removes checking linux's "user" mount option).
- Polling floppy drives over the mount state (FreeBSD HAL doesn't do this).
- Informing the fileview when HAL notifies that mounting is completed.
- Mounting cdrom volume in locale charset. Note: Requires cd9660_iconv!
PR: ports/108949
Submitted by: Maxim Samsonov <xors@sendmail.ru>
- Disable polling of nfs shares in the fstabbackend. Mounting/Unmounting
is broken and the polling can cause DBus aborts that take kded with
them.
Revision Changes Path
1.190 +3 -2 ports/x11/kdebase3/Makefile
1.3 +175 -24 ports/x11/kdebase3/files/extrapatch-kioslave_media_mediamanager-halbackend.cpp
1.1 +33 -0 ports/x11/kdebase3/files/extrapatch-kioslave_media_mediamanager-halbackend.h (new)
1.6 +10 -0 ports/x11/kdebase3/files/patch-kioslave_media_mediamanager-fstabbackend.cpp (new)
1.1 +32 -0 ports/x11/kdebase3/files/patch-kioslave_media_mounthelper-kio_media_mounthelper.cpp (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702100332.l1A3Wq5M027685>
