diff options
author | lofi <lofi@FreeBSD.org> | 2007-02-10 12:02:18 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-02-10 12:02:18 +0000 |
commit | dba9a3fef80092f2b1da7e86e80d1f2f70879270 (patch) | |
tree | 88790b2cba5eb5871231a3d1c32e35b5c4ebe448 /x11/kde4-baseapps | |
parent | bb2c01c742fc17de48915cf32106e588ac5c741e (diff) | |
download | FreeBSD-ports-dba9a3fef80092f2b1da7e86e80d1f2f70879270.zip FreeBSD-ports-dba9a3fef80092f2b1da7e86e80d1f2f70879270.tar.gz |
Apparently there *are* users that prefer to leave HAL turned off. Avoid
letting them run into a patch error.
Noticed by: Grzes <gregorek@gmail.com>
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 3 | ||||
-rw-r--r-- | x11/kde4-baseapps/files/extrapatch-kioslave_media_mounthelper-kio_media_mounthelper.cpp (renamed from x11/kde4-baseapps/files/patch-kioslave_media_mounthelper-kio_media_mounthelper.cpp) | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 993cd06..53cec9a 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -72,7 +72,8 @@ RUN_DEPENDS+= htdig:${PORTSDIR}/textproc/htdig .if defined(WITH_HAL) && ${OSVERSION} > 500035 EXTRA_PATCHES= ${FILESDIR}/extrapatch-kioslave_media_mediamanager-halbackend.cpp \ - ${FILESDIR}/extrapatch-kioslave_media_mediamanager-halbackend.h + ${FILESDIR}/extrapatch-kioslave_media_mediamanager-halbackend.h \ + ${FILESDIR}/extrapatch-kioslave_media_mounthelper-kio_media_mounthelper.cpp LIB_DEPENDS+= dbus-qt-1.1:${PORTSDIR}/devel/dbus-qt3 \ hal.1:${PORTSDIR}/sysutils/hal PLIST_SUB+= MEDIA="" diff --git a/x11/kde4-baseapps/files/patch-kioslave_media_mounthelper-kio_media_mounthelper.cpp b/x11/kde4-baseapps/files/extrapatch-kioslave_media_mounthelper-kio_media_mounthelper.cpp index 508019a..508019a 100644 --- a/x11/kde4-baseapps/files/patch-kioslave_media_mounthelper-kio_media_mounthelper.cpp +++ b/x11/kde4-baseapps/files/extrapatch-kioslave_media_mounthelper-kio_media_mounthelper.cpp |