diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-10-26 00:52:33 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-10-26 00:52:33 +0000 |
commit | 3be3e90f932fe30b2ab3df681ac68ff01b119a6d (patch) | |
tree | b8b96118ea47b0d759741f6837c7c0e3268cf8b1 /x11-toolkits | |
parent | 4b2913315ac04ce65cf04717b6ded5d434c5744a (diff) |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
Notes
Notes:
svn path=/head/; revision=331644
Diffstat (limited to 'x11-toolkits')
28 files changed, 28 insertions, 21 deletions
diff --git a/x11-toolkits/c++-gtk-utils/Makefile b/x11-toolkits/c++-gtk-utils/Makefile index e950d7c793bb..76b6e685d24c 100644 --- a/x11-toolkits/c++-gtk-utils/Makefile +++ b/x11-toolkits/c++-gtk-utils/Makefile @@ -3,6 +3,7 @@ PORTNAME= c++-gtk-utils PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/ DISTNAME= c%2B%2B-gtk-utils-${PORTVERSION} diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index 4d08f951aa17..27abe04f423b 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -3,7 +3,7 @@ PORTNAME= gigi PORTVERSION= 0.8.0.1074 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile index bdf0dd54632d..8a1be58b775e 100644 --- a/x11-toolkits/hs-GLURaw/Makefile +++ b/x11-toolkits/hs-GLURaw/Makefile @@ -2,6 +2,7 @@ PORTNAME= GLURaw PORTVERSION= 1.3.0.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index 1d25f5c39041..eb3d5d9c1cad 100644 --- a/x11-toolkits/hs-GLUT/Makefile +++ b/x11-toolkits/hs-GLUT/Makefile @@ -3,6 +3,7 @@ PORTNAME= GLUT PORTVERSION= 2.4.0.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index 9c8f8876918f..5680b1f19790 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -3,6 +3,7 @@ PORTNAME= OpenGL PORTVERSION= 2.8.0.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-OpenGLRaw/Makefile b/x11-toolkits/hs-OpenGLRaw/Makefile index ab37b352394e..108627f779ef 100644 --- a/x11-toolkits/hs-OpenGLRaw/Makefile +++ b/x11-toolkits/hs-OpenGLRaw/Makefile @@ -2,6 +2,7 @@ PORTNAME= OpenGLRaw PORTVERSION= 1.3.0.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile index f3a4df31303e..5caa96ae581f 100644 --- a/x11-toolkits/hs-gtk/Makefile +++ b/x11-toolkits/hs-gtk/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtk PORTVERSION= 0.12.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index 79be8edd5ec4..1c210aa03e13 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtk2hs PORTVERSION= 0.12.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-gtkglext/Makefile b/x11-toolkits/hs-gtkglext/Makefile index aeed7128038b..56934810066b 100644 --- a/x11-toolkits/hs-gtkglext/Makefile +++ b/x11-toolkits/hs-gtkglext/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtkglext PORTVERSION= 0.12.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile index 3ddbe73f3d62..58f1e6714640 100644 --- a/x11-toolkits/hs-gtksourceview2/Makefile +++ b/x11-toolkits/hs-gtksourceview2/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtksourceview2 PORTVERSION= 0.12.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile index a2c2efd9e194..04ef1fa0f784 100644 --- a/x11-toolkits/hs-pango/Makefile +++ b/x11-toolkits/hs-pango/Makefile @@ -2,7 +2,7 @@ PORTNAME= pango PORTVERSION= 0.12.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-vte/Makefile b/x11-toolkits/hs-vte/Makefile index 1d5ce7efcd27..2eb5fcf58798 100644 --- a/x11-toolkits/hs-vte/Makefile +++ b/x11-toolkits/hs-vte/Makefile @@ -2,7 +2,7 @@ PORTNAME= vte PORTVERSION= 0.12.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wx/Makefile b/x11-toolkits/hs-wx/Makefile index cc470ecc24bf..cfefdbcaa629 100644 --- a/x11-toolkits/hs-wx/Makefile +++ b/x11-toolkits/hs-wx/Makefile @@ -2,7 +2,7 @@ PORTNAME= wx PORTVERSION= 0.90.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wxc/Makefile b/x11-toolkits/hs-wxc/Makefile index f4be5dceb82a..181d75fe5163 100644 --- a/x11-toolkits/hs-wxc/Makefile +++ b/x11-toolkits/hs-wxc/Makefile @@ -2,7 +2,7 @@ PORTNAME= wxc PORTVERSION= 0.90.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wxcore/Makefile b/x11-toolkits/hs-wxcore/Makefile index b8267992550a..9e36bb14955a 100644 --- a/x11-toolkits/hs-wxcore/Makefile +++ b/x11-toolkits/hs-wxcore/Makefile @@ -2,7 +2,7 @@ PORTNAME= wxcore PORTVERSION= 0.90.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-wxdirect/Makefile b/x11-toolkits/hs-wxdirect/Makefile index f9b5d32e10d4..e19fb7e67bca 100644 --- a/x11-toolkits/hs-wxdirect/Makefile +++ b/x11-toolkits/hs-wxdirect/Makefile @@ -2,7 +2,7 @@ PORTNAME= wxdirect PORTVERSION= 0.90.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/mygui/Makefile b/x11-toolkits/mygui/Makefile index 87b81b9a6a17..25abc807df14 100644 --- a/x11-toolkits/mygui/Makefile +++ b/x11-toolkits/mygui/Makefile @@ -3,6 +3,7 @@ PORTNAME= mygui PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics devel MASTER_SITES= SF/my-gui/MyGUI/MyGUI_${PORTVERSION} DISTNAME= MyGUI_${PORTVERSION} diff --git a/x11-toolkits/py-SquareMap/Makefile b/x11-toolkits/py-SquareMap/Makefile index d8cf35c6015f..efcf6cf53008 100644 --- a/x11-toolkits/py-SquareMap/Makefile +++ b/x11-toolkits/py-SquareMap/Makefile @@ -3,6 +3,7 @@ PORTNAME= SquareMap PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-gtkglext/Makefile b/x11-toolkits/py-gtkglext/Makefile index 05a5b010e60d..ffe78cb63cf8 100644 --- a/x11-toolkits/py-gtkglext/Makefile +++ b/x11-toolkits/py-gtkglext/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtkglext PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits python MASTER_SITES= SF/${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile index c158a632d44a..bd9c0ff3f948 100644 --- a/x11-toolkits/py-kivy/Makefile +++ b/x11-toolkits/py-kivy/Makefile @@ -3,7 +3,7 @@ PORTNAME= kivy PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits python MASTER_SITES= LOCAL/dbn/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-pyqwt/Makefile b/x11-toolkits/py-pyqwt/Makefile index 986f2afdf352..f91226638d5a 100644 --- a/x11-toolkits/py-pyqwt/Makefile +++ b/x11-toolkits/py-pyqwt/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyqwt PORTVERSION= 5.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits python MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}5/PyQwt-${PORTVERSION} diff --git a/x11-toolkits/py-traitsbackendwx/Makefile b/x11-toolkits/py-traitsbackendwx/Makefile index 6d5ed1fb8079..42fd2c54be58 100644 --- a/x11-toolkits/py-traitsbackendwx/Makefile +++ b/x11-toolkits/py-traitsbackendwx/Makefile @@ -3,7 +3,7 @@ PORTNAME= traitsbackendwx PORTVERSION= 3.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-traitsgui/Makefile b/x11-toolkits/py-traitsgui/Makefile index 3bc818b0e85e..a5f5d39a3cfa 100644 --- a/x11-toolkits/py-traitsgui/Makefile +++ b/x11-toolkits/py-traitsgui/Makefile @@ -3,7 +3,7 @@ PORTNAME= traitsgui PORTVERSION= 3.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-wax/Makefile b/x11-toolkits/py-wax/Makefile index 9875602146de..893d981cbbfe 100644 --- a/x11-toolkits/py-wax/Makefile +++ b/x11-toolkits/py-wax/Makefile @@ -3,7 +3,7 @@ PORTNAME= wax PORTVERSION= 0.3.33 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits devel python MASTER_SITES= SF/${PORTNAME}gui/${PORTNAME}gui/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-wxPython26-common/Makefile b/x11-toolkits/py-wxPython26-common/Makefile index 05373a67ea67..6915ec7ab524 100644 --- a/x11-toolkits/py-wxPython26-common/Makefile +++ b/x11-toolkits/py-wxPython26-common/Makefile @@ -1,7 +1,7 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 WITH_COMMON_ONLY= yes diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index 349a87df7e62..22dba0c977c5 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxPython PORTVERSION= 2.6.3.3 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= x11-toolkits python MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/py-wxPython28-common/Makefile b/x11-toolkits/py-wxPython28-common/Makefile index 17c4d9c4a9c3..281123be2a93 100644 --- a/x11-toolkits/py-wxPython28-common/Makefile +++ b/x11-toolkits/py-wxPython28-common/Makefile @@ -1,7 +1,7 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 WITH_COMMON_ONLY= yes diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index 83d590e0fb23..85ca4d0951a0 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxPython PORTVERSION= 2.8.12.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11-toolkits python MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |