From owner-cvs-ports@FreeBSD.ORG Mon Oct 20 14:52:29 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 2E6001065674; Mon, 20 Oct 2008 14:52:29 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0A48FC2E; Mon, 20 Oct 2008 14:52:29 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9KEqTpO004380; Mon, 20 Oct 2008 14:52:29 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9KEqSEV004379; Mon, 20 Oct 2008 14:52:28 GMT (envelope-from stefan) Message-Id: <200810201452.m9KEqSEV004379@repoman.freebsd.org> From: Stefan Walter Date: Mon, 20 Oct 2008 14:52:28 +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/lang/nawk Makefile ports/lang/nawk/files patch-b.c patch-lib.c patch-main.c patch-tran.c 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: Mon, 20 Oct 2008 14:52:29 -0000 stefan 2008-10-20 14:52:28 UTC FreeBSD ports repository Modified files: lang/nawk Makefile Added files: lang/nawk/files patch-b.c patch-lib.c patch-main.c patch-tran.c Log: Add patches: - replace sprintf with snprintf - use calloc() to avoid malloc(n * m) overflows - NetBSD PR 36831: In setfval(), ensure that arithmetic never yields a negative zero result. - Restore the traditional (FreeBSD <= 2.x) behavior of trapping FPEs. With this patch we pass mawk's fpe_test. PR: 125348 Submitted by: "Pedro F. Giffuni" Revision Changes Path 1.36 +1 -0 ports/lang/nawk/Makefile 1.1 +67 -0 ports/lang/nawk/files/patch-b.c (new) 1.3 +29 -0 ports/lang/nawk/files/patch-lib.c (new) 1.1 +19 -0 ports/lang/nawk/files/patch-main.c (new) 1.1 +23 -0 ports/lang/nawk/files/patch-tran.c (new)