aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2013-10-26 08:52:33 +0800
committerGerald Pfeifer <gerald@FreeBSD.org>2013-10-26 08:52:33 +0800
commit3be3e90f932fe30b2ab3df681ac68ff01b119a6d (patch)
treeb8b96118ea47b0d759741f6837c7c0e3268cf8b1 /audio
parent4b2913315ac04ce65cf04717b6ded5d434c5744a (diff)
downloadfreebsd-ports-gnome-3be3e90f932fe30b2ab3df681ac68ff01b119a6d.tar.gz
freebsd-ports-gnome-3be3e90f932fe30b2ab3df681ac68ff01b119a6d.tar.zst
freebsd-ports-gnome-3be3e90f932fe30b2ab3df681ac68ff01b119a6d.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 'audio')
-rw-r--r--audio/amarok-kde4/Makefile2
-rw-r--r--audio/beast/Makefile1
-rw-r--r--audio/gramofile/Makefile2
-rw-r--r--audio/hs-ALUT/Makefile2
-rw-r--r--audio/hs-OpenAL/Makefile2
-rw-r--r--audio/hs-libmpd/Makefile2
-rw-r--r--audio/mbox/Makefile2
-rw-r--r--audio/py-karaoke/Makefile1
-rw-r--r--audio/py-tagpy/Makefile2
-rw-r--r--audio/spek/Makefile2
-rw-r--r--audio/squash/Makefile2
-rw-r--r--audio/tuxguitar/Makefile2
-rw-r--r--audio/waheela/Makefile2
13 files changed, 13 insertions, 11 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index a863c2c92f28..fba16c40a8d0 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= amarok
PORTVERSION= 2.7.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
diff --git a/audio/beast/Makefile b/audio/beast/Makefile
index c77b7cc482ff..71eb8381e75e 100644
--- a/audio/beast/Makefile
+++ b/audio/beast/Makefile
@@ -3,6 +3,7 @@
PORTNAME= beast
PORTVERSION= 0.7.8
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://dist.testbit.eu/beast/%SUBDIR%/
MASTER_SITE_SUBDIR= v${PORTVERSION:R}
diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile
index 0f891d74b436..e6858cd79a65 100644
--- a/audio/gramofile/Makefile
+++ b/audio/gramofile/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gramofile
PORTVERSION= 1.6P
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= http://www.opensourcepartners.nl/~costar/gramofile/
diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile
index 3643983ebab8..7cb9a884ebcc 100644
--- a/audio/hs-ALUT/Makefile
+++ b/audio/hs-ALUT/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ALUT
PORTVERSION= 2.2.0.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= audio haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile
index daf6e61dfb71..ebb00566eed4 100644
--- a/audio/hs-OpenAL/Makefile
+++ b/audio/hs-OpenAL/Makefile
@@ -3,7 +3,7 @@
PORTNAME= OpenAL
PORTVERSION= 1.4.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/audio/hs-libmpd/Makefile b/audio/hs-libmpd/Makefile
index 3584d63310b1..696fd229f885 100644
--- a/audio/hs-libmpd/Makefile
+++ b/audio/hs-libmpd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libmpd
PORTVERSION= 0.8.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/audio/mbox/Makefile b/audio/mbox/Makefile
index 73ff05acf80c..167475716267 100644
--- a/audio/mbox/Makefile
+++ b/audio/mbox/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mbox
PORTVERSION= 0.7.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://www.mbox.wz.cz/src/ CENKES
diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile
index e765d2e5dcfa..55b4ddbb9b56 100644
--- a/audio/py-karaoke/Makefile
+++ b/audio/py-karaoke/Makefile
@@ -3,6 +3,7 @@
PORTNAME= karaoke
PORTVERSION= 0.7.5
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile
index 21e3bb1c98e1..895ad7bdfe5b 100644
--- a/audio/py-tagpy/Makefile
+++ b/audio/py-tagpy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tagpy
PORTVERSION= 2013.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/audio/spek/Makefile b/audio/spek/Makefile
index 2047fc444711..a4b2776da23c 100644
--- a/audio/spek/Makefile
+++ b/audio/spek/Makefile
@@ -3,7 +3,7 @@
PORTNAME= spek
PORTVERSION= 0.8.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
diff --git a/audio/squash/Makefile b/audio/squash/Makefile
index da2db546004f..be64d32c3b69 100644
--- a/audio/squash/Makefile
+++ b/audio/squash/Makefile
@@ -3,7 +3,7 @@
PORTNAME= squash
PORTVERSION= 1.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/audio/tuxguitar/Makefile b/audio/tuxguitar/Makefile
index 9a383a89da3b..c0057ab73ca3 100644
--- a/audio/tuxguitar/Makefile
+++ b/audio/tuxguitar/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tuxguitar
PORTVERSION= 1.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio java
MASTER_SITES= SF/${PORTNAME}/TuxGuitar/TuxGuitar-${PORTVERSION}:src \
${MASTER_SITE_LOCAL}/gahr/:fluid \
diff --git a/audio/waheela/Makefile b/audio/waheela/Makefile
index c85c51cf569b..38f57af12651 100644
--- a/audio/waheela/Makefile
+++ b/audio/waheela/Makefile
@@ -2,7 +2,7 @@
PORTNAME= waheela
PORTVERSION= 0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio kde
MASTER_SITES= http://linux.wuertz.org/dists/sid/main/source/
DISTNAME= ${PORTNAME}_${PORTVERSION}