From owner-cvs-all@FreeBSD.ORG Sat Sep 26 11:41:28 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6585E1065672; Sat, 26 Sep 2009 11:41:28 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 561068FC21; Sat, 26 Sep 2009 11:41:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8QBfS92091152; Sat, 26 Sep 2009 11:41:28 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8QBfSQY091151; Sat, 26 Sep 2009 11:41:28 GMT (envelope-from gerald) Message-Id: <200909261141.n8QBfSQY091151@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 26 Sep 2009 11:41: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/math/mpc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2009 11:41:28 -0000 gerald 2009-09-26 11:41:28 UTC FreeBSD ports repository Modified files: math/mpc Makefile distinfo pkg-plist Log: Update to libmpc version 0.7 which brings the following changes: - New functions: mpc_pow, mpc_set_nan, mpc_swap - Bug fixes: . log: along branch cut . norm: infinite loop in case of overflow . ui_div, div, fr_div: handling of division by 0 and infinities following the example code of the C99 standard . compilation with g++ - Makefile.vc updated (thanks to Mickael Gastineau) - Changed MPC_SET_X_Y macro - Removed functions mpc_random and mpc_random2 (which no port uses) Approved by: maintainer (wen heping) Feature safe: yes Revision Changes Path 1.4 +1 -2 ports/math/mpc/Makefile 1.2 +3 -3 ports/math/mpc/distinfo 1.2 +1 -1 ports/math/mpc/pkg-plist