summaryrefslogtreecommitdiff
path: root/x11/kdelibs4
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-06-03 11:02:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-06-03 11:02:11 +0000
commitcb4458e6c82b687edba61f57e9c1932ed59293b1 (patch)
treeea2f74909a1357e0ed805aa477674280affbd57f /x11/kdelibs4
parentFix build with custom LOALBSE. (diff)
The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfix
release in 4.2.x series. The official KDE 4.2.4 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php.
Notes
Notes: svn path=/head/; revision=235110
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r--x11/kdelibs4/Makefile2
-rw-r--r--x11/kdelibs4/distinfo6
-rw-r--r--x11/kdelibs4/files/patch-kio_kfile_kpropertiesdialog.cpp16
-rw-r--r--x11/kdelibs4/pkg-plist1
4 files changed, 13 insertions, 12 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index cd855cdabf9c..89bb52ab9d81 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -60,7 +60,7 @@ QT_COMPONENTS= corelib dbus gui network opengl qt3support \
assistant svg qdbusviewer makeqpf imageformats \
qmake_build moc_build rcc_build uic_build
USE_GNOME= libxml2 libxslt
-MAKE_JOBS_UNSAFE= yes
+MAKE_JOBS_SAFE= yes
CMAKE_ARGS+= -DWITH_FAM:BOOL=Off \
-DKDE4_PREFIX:String=${KDE4_PREFIX}
diff --git a/x11/kdelibs4/distinfo b/x11/kdelibs4/distinfo
index 25f5dcb68633..2796de88c3ce 100644
--- a/x11/kdelibs4/distinfo
+++ b/x11/kdelibs4/distinfo
@@ -1,3 +1,3 @@
-MD5 (KDE/kdelibs-4.2.3.tar.bz2) = 73f76b0521dff7d9aaf1057499624a8d
-SHA256 (KDE/kdelibs-4.2.3.tar.bz2) = a2f2b4b70589a8148c799fefd9f61f2c42ee14a174ae8dc1c396036bf9c23304
-SIZE (KDE/kdelibs-4.2.3.tar.bz2) = 10029005
+MD5 (KDE/kdelibs-4.2.4.tar.bz2) = 9ed29086c33bc73256a7fa5268df560b
+SHA256 (KDE/kdelibs-4.2.4.tar.bz2) = 082b529a84bee29048065ebc0b55747f7db9e73e94e403029951ae69bf5e341b
+SIZE (KDE/kdelibs-4.2.4.tar.bz2) = 10033428
diff --git a/x11/kdelibs4/files/patch-kio_kfile_kpropertiesdialog.cpp b/x11/kdelibs4/files/patch-kio_kfile_kpropertiesdialog.cpp
index 925f8e6348d2..ca7a162add4a 100644
--- a/x11/kdelibs4/files/patch-kio_kfile_kpropertiesdialog.cpp
+++ b/x11/kdelibs4/files/patch-kio_kfile_kpropertiesdialog.cpp
@@ -1,9 +1,9 @@
---- ../kio/kfile/kpropertiesdialog.cpp.orig 2009-03-26 17:44:17.000000000 +0300
-+++ ../kio/kfile/kpropertiesdialog.cpp 2009-04-03 00:02:27.000000000 +0400
-@@ -1770,7 +1770,15 @@
- // pick the groups to which the user belongs
- int groupCount = 0;
+--- ../kio/kfile/kpropertiesdialog.cpp.orig 2009-05-28 23:22:21.000000000 +0400
++++ ../kio/kfile/kpropertiesdialog.cpp 2009-05-29 23:35:59.000000000 +0400
+@@ -1774,7 +1774,15 @@
+ #else
gid_t *groups = NULL;
+ #endif
+#ifdef Q_OS_FREEBSD
+#include <osreldate.h>
+#endif
@@ -13,6 +13,6 @@
+#else
if (getgrouplist(strUser, user->pw_gid, NULL, &groupCount) < 0) {
+#endif
- groups = new gid_t[groupCount];
- if (groups) {
- getgrouplist(strUser, user->pw_gid, groups, &groupCount);
+ #ifdef Q_OS_MAC
+ groups = new int[groupCount];
+ #else
diff --git a/x11/kdelibs4/pkg-plist b/x11/kdelibs4/pkg-plist
index 9b4d2a88cd97..72690006efbf 100644
--- a/x11/kdelibs4/pkg-plist
+++ b/x11/kdelibs4/pkg-plist
@@ -1755,6 +1755,7 @@ share/apps/cmake/modules/BasicFindPackageVersion.cmake.in
share/apps/cmake/modules/CheckPointerMember.cmake
share/apps/cmake/modules/CheckPrototypeExists.cmake
share/apps/cmake/modules/CheckStructMember.cmake
+share/apps/cmake/modules/CheckCXXSymbolExists.cmake
share/apps/cmake/modules/FindACL.cmake
share/apps/cmake/modules/FindAGG.cmake
share/apps/cmake/modules/FindAkode.cmake