From owner-cvs-all@FreeBSD.ORG Fri Jul 16 10:50:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F306616A4CE; Fri, 16 Jul 2004 10:50:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC4BF43D49; Fri, 16 Jul 2004 10:50:50 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GAooeO094923; Fri, 16 Jul 2004 10:50:50 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GAoo9c094922; Fri, 16 Jul 2004 10:50:50 GMT (envelope-from edwin) Message-Id: <200407161050.i6GAoo9c094922@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 16 Jul 2004 10:50:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/gnuplot+ Makefile ports/math/gnuplot+/files patch-za X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 10:50:51 -0000 edwin 2004-07-16 10:50:50 UTC FreeBSD ports repository Modified files: math/gnuplot+ Makefile math/gnuplot+/files patch-za Log: [math/gnuplot+] fix amd64 build failure It is marked BROKEN on amd64 because FreeBSD/amd64 does not have some IEEE FP functions like fpresetsticky(). The build failure log is now available at http://pointyhat.freebsd.org/errorlogs/amd64-5-full/gnuplot371+-1.2.0_1.log I found file/patch-za causes the problem. The feature of this patch as reported in ports/16120 can take effect only on FreeBSD/i386. PR: ports/69143 Submitted by: NAKAJI Hiroyuki Revision Changes Path 1.26 +2 -8 ports/math/gnuplot+/Makefile 1.3 +6 -6 ports/math/gnuplot+/files/patch-za