From owner-cvs-ports@FreeBSD.ORG Tue Jun 3 23:00:51 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80C191065677; Tue, 3 Jun 2008 23:00:51 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D79B8FC13; Tue, 3 Jun 2008 23:00:51 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m53N0pJ6039455; Tue, 3 Jun 2008 23:00:51 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m53N0pDk039454; Tue, 3 Jun 2008 23:00:51 GMT (envelope-from deischen) Message-Id: <200806032300.m53N0pDk039454@repoman.freebsd.org> From: Daniel Eischen Date: Tue, 3 Jun 2008 23:00:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/kdeutils3/files patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 23:00:51 -0000 deischen 2008-06-03 23:00:51 UTC FreeBSD ports repository Added files: misc/kdeutils3/files patch-configure Log: Fix kdeutils for amd64-current (and perhaps other 64-bit -current archs). This has been broken for over 3 months. configure incorrectly assumes that since FreeBSD has sqrtl, that it also has other long math functions. Also, configure seems to have 2 separate checks for the long math functions: the first check looks for both asinl and sqrtl, the second check looks for just sqrtl. FreeBSD does not currently have asinl, so if configure just went by the first check it would correctly determine that we do not have all the long math functions. Remove the second check to fix the problem. No response from: kde@ Revision Changes Path 1.1 +92 -0 ports/misc/kdeutils3/files/patch-configure (new)