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 /devel/kdevelop/files | |
parent | cbcb596bc03f08fa2d3221ed2b1595b0fe3819ca (diff) |
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 'devel/kdevelop/files')
-rw-r--r-- | devel/kdevelop/files/patch-vcs_clearcase-clearcasemanipulator.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/kdevelop/files/patch-vcs_clearcase-clearcasemanipulator.cpp b/devel/kdevelop/files/patch-vcs_clearcase-clearcasemanipulator.cpp deleted file mode 100644 index 5c55a9b87834..000000000000 --- a/devel/kdevelop/files/patch-vcs_clearcase-clearcasemanipulator.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- vcs/clearcase/clearcasemanipulator.cpp.orig Tue Mar 4 17:09:11 2008 -+++ vcs/clearcase/clearcasemanipulator.cpp Tue Mar 4 17:09:35 2008 -@@ -20,7 +20,7 @@ - #include <libgen.h> - #include <errno.h> - --#if defined(Q_OS_MACX) || defined(MACOSX) || defined(Q_OS_SOLARIS) -+#if defined(Q_OS_MACX) || defined(MACOSX) || defined(Q_OS_SOLARIS) || defined(Q_OS_FREEBSD) - //this function is taken from GNU libc - //it does not exist on macos - int getline(char **lineptr, size_t *n, FILE *stream) |