diff options
author | gerald <gerald@FreeBSD.org> | 2013-10-26 08:52:33 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-10-26 08:52:33 +0800 |
commit | 59207d74c514f603766aee8c408fb3141a60dbe5 (patch) | |
tree | b8b96118ea47b0d759741f6837c7c0e3268cf8b1 /net | |
parent | 027239e19a44ee9ad3bbb081af344ea9813f9994 (diff) | |
download | freebsd-ports-gnome-59207d74c514f603766aee8c408fb3141a60dbe5.tar.gz freebsd-ports-gnome-59207d74c514f603766aee8c408fb3141a60dbe5.tar.zst freebsd-ports-gnome-59207d74c514f603766aee8c408fb3141a60dbe5.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/R-cran-twitteR/Makefile | 1 | ||||
-rw-r--r-- | net/cyphesis/Makefile | 2 | ||||
-rw-r--r-- | net/hs-hostname/Makefile | 2 | ||||
-rw-r--r-- | net/hs-maccatcher/Makefile | 2 | ||||
-rw-r--r-- | net/hs-network-conduit/Makefile | 2 | ||||
-rw-r--r-- | net/hs-network-info/Makefile | 2 | ||||
-rw-r--r-- | net/hs-network-multicast/Makefile | 2 | ||||
-rw-r--r-- | net/hs-network/Makefile | 1 | ||||
-rw-r--r-- | net/hs-pcap/Makefile | 2 | ||||
-rw-r--r-- | net/hs-publicsuffixlist/Makefile | 1 | ||||
-rw-r--r-- | net/hs-sendfile/Makefile | 2 | ||||
-rw-r--r-- | net/hs-simple-sendfile/Makefile | 2 | ||||
-rw-r--r-- | net/hs-socks/Makefile | 1 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 1 | ||||
-rw-r--r-- | net/knemo-kde4/Makefile | 1 | ||||
-rw-r--r-- | net/kwooty/Makefile | 1 | ||||
-rw-r--r-- | net/mpich2/Makefile | 2 | ||||
-rw-r--r-- | net/openmpi/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Works/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Parallel-Pvm/Makefile | 2 | ||||
-rw-r--r-- | net/pvm/Makefile | 2 | ||||
-rw-r--r-- | net/smb4k-kde4/Makefile | 2 | ||||
-rw-r--r-- | net/xpvm/Makefile | 2 |
23 files changed, 23 insertions, 14 deletions
diff --git a/net/R-cran-twitteR/Makefile b/net/R-cran-twitteR/Makefile index e4f3be479a0b..ac530e4ebe21 100644 --- a/net/R-cran-twitteR/Makefile +++ b/net/R-cran-twitteR/Makefile @@ -3,6 +3,7 @@ PORTNAME= twitteR PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= net DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 4d371f12cd0f..b0591be96c16 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -3,7 +3,7 @@ PORTNAME= cyphesis PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} diff --git a/net/hs-hostname/Makefile b/net/hs-hostname/Makefile index 79facaaae4a2..393913f24425 100644 --- a/net/hs-hostname/Makefile +++ b/net/hs-hostname/Makefile @@ -2,7 +2,7 @@ PORTNAME= hostname PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-maccatcher/Makefile b/net/hs-maccatcher/Makefile index 9387c4445096..918caa1b10fb 100644 --- a/net/hs-maccatcher/Makefile +++ b/net/hs-maccatcher/Makefile @@ -2,7 +2,7 @@ PORTNAME= maccatcher PORTVERSION= 2.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network-conduit/Makefile b/net/hs-network-conduit/Makefile index 836a1e86a566..9f4d182e5e66 100644 --- a/net/hs-network-conduit/Makefile +++ b/net/hs-network-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= network-conduit PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network-info/Makefile b/net/hs-network-info/Makefile index 993b464168a1..f260657ed100 100644 --- a/net/hs-network-info/Makefile +++ b/net/hs-network-info/Makefile @@ -2,7 +2,7 @@ PORTNAME= network-info PORTVERSION= 0.2.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network-multicast/Makefile b/net/hs-network-multicast/Makefile index 4e9cbf30f2bc..65077374924e 100644 --- a/net/hs-network-multicast/Makefile +++ b/net/hs-network-multicast/Makefile @@ -2,7 +2,7 @@ PORTNAME= network-multicast PORTVERSION= 0.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-network/Makefile b/net/hs-network/Makefile index 9e9931fe3a0c..4b4bd29ae7b5 100644 --- a/net/hs-network/Makefile +++ b/net/hs-network/Makefile @@ -2,6 +2,7 @@ PORTNAME= network PORTVERSION= 2.4.1.2 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-pcap/Makefile b/net/hs-pcap/Makefile index 3004783c5226..d15fdac2644d 100644 --- a/net/hs-pcap/Makefile +++ b/net/hs-pcap/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcap PORTVERSION= 0.4.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-publicsuffixlist/Makefile b/net/hs-publicsuffixlist/Makefile index d0182de8d08a..2d90db13e0dd 100644 --- a/net/hs-publicsuffixlist/Makefile +++ b/net/hs-publicsuffixlist/Makefile @@ -2,6 +2,7 @@ PORTNAME= publicsuffixlist PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-sendfile/Makefile b/net/hs-sendfile/Makefile index 62bbf5567764..91f2ef81705a 100644 --- a/net/hs-sendfile/Makefile +++ b/net/hs-sendfile/Makefile @@ -2,7 +2,7 @@ PORTNAME= sendfile PORTVERSION= 0.7.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-simple-sendfile/Makefile b/net/hs-simple-sendfile/Makefile index e25bdee69e1b..2e59147a0b24 100644 --- a/net/hs-simple-sendfile/Makefile +++ b/net/hs-simple-sendfile/Makefile @@ -2,7 +2,7 @@ PORTNAME= simple-sendfile PORTVERSION= 0.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/hs-socks/Makefile b/net/hs-socks/Makefile index e1a2e2693cf8..38ea9e86170b 100644 --- a/net/hs-socks/Makefile +++ b/net/hs-socks/Makefile @@ -2,6 +2,7 @@ PORTNAME= socks PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index d8e119567f98..ae8a57dbad0b 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src diff --git a/net/knemo-kde4/Makefile b/net/knemo-kde4/Makefile index 0ada2cb2e29b..99befdc0dc74 100644 --- a/net/knemo-kde4/Makefile +++ b/net/knemo-kde4/Makefile @@ -2,6 +2,7 @@ PORTNAME= knemo PORTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 12956-${PORTNAME}-${PORTVERSION} diff --git a/net/kwooty/Makefile b/net/kwooty/Makefile index cdb6acf83b0e..babba2441766 100644 --- a/net/kwooty/Makefile +++ b/net/kwooty/Makefile @@ -3,6 +3,7 @@ PORTNAME= kwooty PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= SF/${PORTNAME} diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index d368cd3d5ebf..f165232e8fa1 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpich2 DISTVERSION= 1.3.2p1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 5 CATEGORIES= net java parallel MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${DISTVERSION}/ diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 8a4bafcb43ee..541e1ac56a97 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -6,6 +6,7 @@ NO_STAGE= yes PORTNAME= openmpi DISTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.6/downloads/ diff --git a/net/p5-Net-Works/Makefile b/net/p5-Net-Works/Makefile index f08391ae8349..e7df578e0328 100644 --- a/net/p5-Net-Works/Makefile +++ b/net/p5-Net-Works/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net-Works PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY diff --git a/net/p5-Parallel-Pvm/Makefile b/net/p5-Parallel-Pvm/Makefile index 4f8e4310e404..fc53f987ee95 100644 --- a/net/p5-Parallel-Pvm/Makefile +++ b/net/p5-Parallel-Pvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= Parallel-Pvm PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/net/pvm/Makefile b/net/pvm/Makefile index dd284c1d369a..303acfe12e1f 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= pvm PORTVERSION= 3.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= NL ftp://ftp.chg.ru/pub/prog/parallel/pvm3/ MASTER_SITE_SUBDIR= pvm3 diff --git a/net/smb4k-kde4/Makefile b/net/smb4k-kde4/Makefile index f17f008efa5a..3af76be0bd04 100644 --- a/net/smb4k-kde4/Makefile +++ b/net/smb4k-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= smb4k-kde4 PORTVERSION= 0.10.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= smb4k diff --git a/net/xpvm/Makefile b/net/xpvm/Makefile index 79b6135e71c3..a259e976cbf1 100644 --- a/net/xpvm/Makefile +++ b/net/xpvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= xpvm PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= NL MASTER_SITE_SUBDIR= pvm3/xpvm |