From kde-release-team Sun Mar 02 11:23:16 2008 From: Mark Davies Date: Sun, 02 Mar 2008 11:23:16 +0000 To: kde-release-team Subject: Re: KDE 4.0.2 tarballs ready Message-Id: <200803030023.16719.mark () mcs ! vuw ! ac ! nz> X-MARC-Message: https://marc.info/?l=kde-release-team&m=120455749506429 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--Boundary-00=_k4oyHh2SdgGvaUx" --Boundary-00=_k4oyHh2SdgGvaUx Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Friday 29 February 2008 05:01:49 Dirk Mueller wrote: > KDE 4.0.2 tarballs have been uploaded. The plan is to release them > Tuesday/Wednesday next week. Let me know if you find any issues with > them. One issue is that the kinfocenter modules were moved from kdebase-workspace to kdebase but the cmake test for statvfs() wasn't so they now fail to build on NetBSD-current. Patch attached. cheers mark --Boundary-00=_k4oyHh2SdgGvaUx Content-Type: text/x-diff; charset="iso-8859-1"; name="patch-ab" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-ab" $NetBSD$ --- apps/ConfigureChecks.cmake.orig 2008-03-02 16:20:32.000000000 +1300 +++ apps/ConfigureChecks.cmake @@ -9,3 +9,4 @@ include(CheckTypeSize) include(CheckCXXSourceCompiles) check_function_exists(getpeereid HAVE_GETPEEREID) # kdesu +check_function_exists(statvfs HAVE_STATVFS) # kinfocenter --Boundary-00=_k4oyHh2SdgGvaUx Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ release-team mailing list release-team@kde.org https://mail.kde.org/mailman/listinfo/release-team --Boundary-00=_k4oyHh2SdgGvaUx--