From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 29 14:54:49 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ECD9106567C for ; Fri, 29 Aug 2008 14:54:49 +0000 (UTC) (envelope-from sigsegv0@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id C75658FC0C for ; Fri, 29 Aug 2008 14:54:48 +0000 (UTC) (envelope-from sigsegv0@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so479872yxb.13 for ; Fri, 29 Aug 2008 07:54:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:subject:from:cc :content-type:mime-version:content-transfer-encoding:message-id :user-agent; bh=PPH8EMqH8hhDOSbOE+fK3syZUW3YMpjNElgeV0hi15I=; b=V4YXMVwynqU1VyLYCzdJDmwWOFzWg6iZXqHvsujhQmJBelvt8z601at+8RVcflJSDy iRtbvK4hagIuqvuR1G1il2tvrKrU7odQtVuz5ID+Tj6vzEPXCAvdrdU0siPJk4KnSTvB oE8qxjFHrze6XbeuLHtvAsvKB27FoMEk5amyc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:from:cc:content-type:mime-version :content-transfer-encoding:message-id:user-agent; b=oFvRF96j5VjfFKbA+yKlU7a7+jstJ4ZfPInKKgClvLrRR8k3L/k918cEbxv5uoI3pL 4bx5PkfOQuvmbWCu8qOEiOqiZjX302t0Ma9H+xjPyvDJxaUyCMxaCT016R8GvcDYGD06 9hrnFKSvAklNXecq0iUCE0KZhIMf9w70Jecm4= Received: by 10.142.212.19 with SMTP id k19mr986103wfg.142.1220020424921; Fri, 29 Aug 2008 07:33:44 -0700 (PDT) Received: from fillnstation ( [75.169.36.131]) by mx.google.com with ESMTPS id 28sm4432111wfd.4.2008.08.29.07.33.43 (version=SSLv3 cipher=RC4-MD5); Fri, 29 Aug 2008 07:33:44 -0700 (PDT) Date: Fri, 29 Aug 2008 08:32:24 -0600 To: gnome@freebsd.org From: "Phillip Neiswanger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.51 (FreeBSD) Cc: ports@freebsd.org Subject: FreeBSD Port: dia-0.96.1_6,1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2008 14:54:49 -0000 Hi, The patch file patch-ae adds the line: fpsetmask(0); to main() in main.c. This function is depricated according to the man pages. If this functionality is still required the patch should be changed to add the line: fedisableexcept(FE_ALL_EXCEPT); from the fenv function set to main(). -- phil