diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-29 11:30:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-29 11:30:04 +0000 |
commit | 8d67f4a547695c3afa1b7cf31fd8e007d8197959 (patch) | |
tree | 5113d3b49f5c883ca9d3a94805325abf68d23a44 /x11/kdebase3/Makefile | |
parent | cbcb596bc03f08fa2d3221ed2b1595b0fe3819ca (diff) | |
download | ports-8d67f4a547695c3afa1b7cf31fd8e007d8197959.tar.gz ports-8d67f4a547695c3afa1b7cf31fd8e007d8197959.zip |
The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php
While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:
* Improved visibility on transparent backgrounds
* Themed arrow buttons in applets that were missing them
* Layout and antialiasing fixes in various applets
Approved by: portmgr (erwin/pav)
Notes
Notes:
svn path=/head/; revision=219410
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r-- | x11/kdebase3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index a2aa415ccdfd..b4cf171f4767 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--without-java \ --with-ssl-dir=${OPENSSLBASE} OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ - HAL "Use HAL backend for media:/ (FreeBSD 5+ only)" on \ + HAL "Use HAL backend for media:/" on \ HTDIG "Depend on htdig, used to build manual indices" off .include "${.CURDIR}/../../x11/kde3/Makefile.kde" @@ -68,8 +68,6 @@ RUN_DEPENDS+= htdig:${PORTSDIR}/textproc/htdig .endif .if !defined(WITHOUT_HAL) && ${OSVERSION} > 500035 -EXTRA_PATCHES= ${FILESDIR}/extrapatch-kioslave_media_mediamanager-halbackend.cpp \ - ${FILESDIR}/extrapatch-kioslave_media_mediamanager-halbackend.h LIB_DEPENDS+= dbus-qt-1.1:${PORTSDIR}/devel/dbus-qt3 \ hal.1:${PORTSDIR}/sysutils/hal PLIST_SUB+= MEDIA="" |