aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc11-devel
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-03-21 09:57:04 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-03-21 09:57:04 +0000
commit3c29491c0bb26afb53d362af12f19179f8f38b80 (patch)
tree83e410b8a36a5ae2aeae627e7e9a69f1100c7118 /lang/gcc11-devel
parent11a78d9f82fb1a4855bcbeed8b53b62405e29a11 (diff)
downloadports-3c29491c0bb26afb53d362af12f19179f8f38b80.tar.gz
ports-3c29491c0bb26afb53d362af12f19179f8f38b80.zip
Update to MPC version 1.2.0 with the following changes:
- New functions: . mpc_sum . mpc_dot - Several functions are more robust with a reduced exponent range (for example corresponding to IEEE 754 binary formats). - New mpcheck tool for comparison with the native C library (which is not installed by default). Bump all directly dependent ports. Do not bump those indirectly dependent via the lang/gcc* family since their run-time dependencies and code generated should not be affected. PR: 249950 Submitted by: wen
Notes
Notes: svn path=/head/; revision=568912
Diffstat (limited to 'lang/gcc11-devel')
-rw-r--r--lang/gcc11-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc11-devel/Makefile b/lang/gcc11-devel/Makefile
index a2db8d57902e..58b59ea7118a 100644
--- a/lang/gcc11-devel/Makefile
+++ b/lang/gcc11-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gcc
PORTVERSION= 11.0.1.s20210314
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel