diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-30 09:15:10 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-30 09:15:10 +0800 |
commit | c38a2fc1f511360a61c95b89a93b1231ba41ffec (patch) | |
tree | 1ba3080df96174204dd370c10f7b3af929e4389e /net-im | |
parent | 3b00d1842c5086f8c8399819015d086a623ba016 (diff) | |
download | freebsd-ports-graphics-c38a2fc1f511360a61c95b89a93b1231ba41ffec.tar.gz freebsd-ports-graphics-c38a2fc1f511360a61c95b89a93b1231ba41ffec.tar.zst freebsd-ports-graphics-c38a2fc1f511360a61c95b89a93b1231ba41ffec.zip |
multimedia/libvpx: update 1.6.0
ABI is incompatible... or not? SONAME has changed but the removed vp10
symbols weren't actually exposed (and still aren't).
Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails:
vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3':
vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0
ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qTox/Makefile | 1 | ||||
-rw-r--r-- | net-im/tox/Makefile | 2 | ||||
-rw-r--r-- | net-im/toxic/Makefile | 1 | ||||
-rw-r--r-- | net-im/uTox/Makefile | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 2589b43b136..077c0b3d1f5 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -3,6 +3,7 @@ PORTNAME= qTox PORTVERSION= 1.5.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index ffb19c167d2..845de8e8aef 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -3,7 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.160924 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im net-p2p MAINTAINER= thierry@FreeBSD.org diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 3caedf15b3a..3cd0474cea9 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -3,6 +3,7 @@ PORTNAME= toxic PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index fba21037cb4..66981564c65 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -2,6 +2,7 @@ PORTNAME= uTox PORTVERSION= 0.9.8.20160729 +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= portmaster@BSDforge.com |