diff options
author | gerald <gerald@FreeBSD.org> | 2009-09-26 19:41:28 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-09-26 19:41:28 +0800 |
commit | e783520cfb0fc28e3d0edcb0af1faa64162b77ef (patch) | |
tree | eb3d7f08ba31965e868858ac27d8ea861fbca55c | |
parent | e70e1e4d650893d2b0dd068e9ae2884ed3f238af (diff) | |
download | freebsd-ports-gnome-e783520cfb0fc28e3d0edcb0af1faa64162b77ef.tar.gz freebsd-ports-gnome-e783520cfb0fc28e3d0edcb0af1faa64162b77ef.tar.zst freebsd-ports-gnome-e783520cfb0fc28e3d0edcb0af1faa64162b77ef.zip |
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
-rw-r--r-- | math/mpc/Makefile | 3 | ||||
-rw-r--r-- | math/mpc/distinfo | 6 | ||||
-rw-r--r-- | math/mpc/pkg-plist | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile index 207f6317cdb0..ab09a7da2aaf 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mpc -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.7 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ diff --git a/math/mpc/distinfo b/math/mpc/distinfo index e3e6bf493d21..cca9ead8b37c 100644 --- a/math/mpc/distinfo +++ b/math/mpc/distinfo @@ -1,3 +1,3 @@ -MD5 (mpc-0.6.tar.gz) = 6056aca24cb9891541a4ee256ab3c66a -SHA256 (mpc-0.6.tar.gz) = bb9654dea33e54d43b1ec8f83037cf91ca5e0de3499fbd2e5aa533cd375eb009 -SIZE (mpc-0.6.tar.gz) = 551769 +MD5 (mpc-0.7.tar.gz) = 1af44f8ce989161d634f5591f42d7957 +SHA256 (mpc-0.7.tar.gz) = 0ea9fcf1f9203a5ddd952fae5dc706e30b4abace40ff3cf26b149e7cba271141 +SIZE (mpc-0.7.tar.gz) = 564211 diff --git a/math/mpc/pkg-plist b/math/mpc/pkg-plist index 597bf35e1d9d..51cb1bc6c66a 100644 --- a/math/mpc/pkg-plist +++ b/math/mpc/pkg-plist @@ -2,4 +2,4 @@ include/mpc.h lib/libmpc.a lib/libmpc.la lib/libmpc.so -lib/libmpc.so.1 +lib/libmpc.so.2 |