Commit graph

113 commits

Author SHA1 Message Date
Tobias Kortkamp
5abe8902a5 lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR:		238556 [1], 245583 [2]
Reported by:	Matthias Apitz <guru@unixarea.de> [1], Greg V <greg@unrelenting.technology> [2]
Tested by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24521
2020-04-23 15:32:29 +00:00
Tobias Kortkamp
25b7de7213 lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24020
2020-03-12 19:39:24 +00:00
Tobias Kortkamp
daf2ea4a45 lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
  1.41.0
- Enable SOURCES by default.  The sources are indexed by RLS and
  required for it to function properly, so they should be available
  by default.  This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]

Changes:	https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by:	mikael [0,1,2]
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23835
2020-02-27 15:22:28 +00:00
Jan Beich
753edd4855 multimedia/rav1e: update to 0.3.1
Changes:	https://github.com/xiph/rav1e/releases/tag/v0.3.1
Reported by:	GitHub (watch releases)
2020-02-19 21:38:14 +00:00
Jan Beich
ff4c62c34d multimedia/rav1e: update to 0.3.0
Changes:	https://github.com/xiph/rav1e/releases/tag/v0.3.0
Reported by:	GitHub (watch releases)
2020-02-07 11:24:28 +00:00
Tobias Kortkamp
83209114b8 lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
  architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
  produce more useful failure logs when something panics during
  builds

Changes:	https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23385
2020-01-30 20:00:06 +00:00
Jan Beich
16f7a2bbb5 multimedia/rav1e: update to 0.2.1
Changes:	https://github.com/xiph/rav1e/releases/tag/v0.2.1
Changes:	https://github.com/xiph/rav1e/compare/v0.2.0...v0.2.1
MFH:		2020Q1 (no ABI changes, only 1 non-default consumer, stability fixes)
Reported by:	GitHub (watch releases)
2020-01-02 17:31:28 +00:00
Tobias Kortkamp
6474c40f73 lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22843
2019-12-19 16:14:48 +00:00
Jan Beich
39e9fa93f6 multimedia/rav1e: update to 0.2.0
Changes:	https://github.com/xiph/rav1e/compare/0.1.0...v0.2.0
Changes:	https://github.com/xiph/rav1e/releases/tag/v0.2.0
Reported by:	GitHub (watch releases)
2019-12-18 22:00:00 +00:00
Jan Beich
01057880ee multimedia/rav1e: adjust PORTREVISION for slave port
r517260 accidentally bumped PORTREVISION for librav1e. ?= to serve as
a reminder to avoid dropping the line on update only to repeat the
same mistake in future.
2019-11-11 23:33:10 +00:00
Jan Beich
120c23561a multimedia/rav1e: define full version
For example:

 $ rav1e --version
-rav1e 0.1.0 (UNKNOWN)
+rav1e 0.1.0 (0.1.0-8-gf3452699)
2019-11-11 15:19:44 +00:00
Jan Beich
54ab57d536 multimedia/rav1e: enable MP4 output 2019-11-11 13:23:00 +00:00
Jan Beich
646e4032d5 multimedia/ffmpeg: backport rav1e support
https://www.reddit.com/r/AV1/comments/dubsv5/rav1e_support_lands_in_ffmpeg_master/
2019-11-11 12:36:02 +00:00
Jan Beich
7142b5d3e1 multimedia/rav1e: update to 0.1.0
Changes:	https://github.com/xiph/rav1e/compare/9e1c7110...0.1.0
MFH:		2019Q4 (sync with crates.io package, matching upstream expectation)
2019-11-10 15:36:04 +00:00
Tobias Kortkamp
2fe5565445 lang/rust: Update to 1.39.0
- Force rebuild all consumers to catch regressions early
- Partially apply D20792 in preparation for PPC_ABI support
- Add LibreSSL 3.0.x support [1]

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
PR:		241411 [1]
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22240
2019-11-07 18:07:20 +00:00
Jan Beich
1f78cfeb95 multimedia/rav1e: update to s20191104
Changes:	f9331333...9e1c7110
2019-11-05 00:46:36 +00:00
Jan Beich
d47e17a211 multimedia/rav1e: update to s20191102
Changes:	610946f9...f9331333
2019-11-02 00:39:54 +00:00
Jan Beich
a4a91c8e7d multimedia/rav1e: update to s20191030
Changes:	e4683b18...610946f9
2019-10-31 00:33:17 +00:00
Jan Beich
8a84d2c053 multimedia/rav1e: update to s20191026
Changes:	08b6705b...e4683b18
2019-10-27 00:47:03 +00:00
Jan Beich
5523f0c010 multimedia/rav1e: update to s20191023
Changes:	b560e114...08b6705b
2019-10-24 00:49:13 +00:00
Jan Beich
daf2f63626 multimedia/rav1e: update to s20191019
Changes:	aee3410f...b560e114
2019-10-20 00:48:34 +00:00
Jan Beich
4fcd666ce6 multimedia/rav1e: update to s20191016
Changes:	4a0a0b13...aee3410f
2019-10-17 00:32:12 +00:00
Jan Beich
cc89ea6aa4 multimedia/rav1e: update to s20191011
Changes:	8b19a94e...4a0a0b13
2019-10-12 00:25:45 +00:00
Jan Beich
6fe0f74999 multimedia/rav1e: update to s20191009
Changes:	743e4baa...8b19a94e
2019-10-10 00:45:30 +00:00
Jan Beich
cab03fc38d multimedia/rav1e: update to s20191007
Changes:	45585ee5...743e4baa
2019-10-08 00:48:41 +00:00
Jan Beich
fb05d81a93 multimedia/rav1e: update to s20191001
Changes:	4245f89e...45585ee5
2019-10-03 00:59:30 +00:00
Jan Beich
3564bc024c multimedia/rav1e: update to s20190928
Changes:	b074992e...4245f89e
2019-09-28 00:57:56 +00:00
Tobias Kortkamp
deaa22d85c lang/rust: Update to 1.38.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by:	jbeich, mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21778
2019-09-27 09:35:20 +00:00
Jan Beich
2bfa6419e0 multimedia/rav1e: update to s20190925
Changes:	54532d67...b074992e
2019-09-26 00:30:19 +00:00
Jan Beich
e3ed715910 multimedia/rav1e: update to s20190918
Changes:	07ca598c...54532d67
2019-09-19 00:46:18 +00:00
Jan Beich
37a1690521 multimedia/rav1e: update to s20190909
Changes:	f39b1d75...07ca598c
2019-09-10 00:56:58 +00:00
Jan Beich
bf343624e7 multimedia/rav1e: update to s20190906
Changes:	b9975f82...f39b1d75
2019-09-07 00:25:26 +00:00
Jan Beich
9e7d64483e multimedia/rav1e: update to s20190902
Changes:	f8008ce9...b9975f82
2019-09-03 00:42:24 +00:00
Jan Beich
3ef33783c2 multimedia/rav1e: update to s20190830
Changes:	1fc3a1c6...f8008ce9
2019-08-31 00:51:16 +00:00
Jan Beich
fdbe420154 multimedia/rav1e: update to s20190826
Changes:	dc34123f...1fc3a1c6
2019-08-27 00:48:13 +00:00
Jan Beich
3072309844 multimedia/rav1e: update to s20190824
Changes:	2b20894d...dc34123f
2019-08-25 00:46:00 +00:00
Jan Beich
87f7cd02d3 multimedia/rav1e: update to s20190821
Changes:	50f6162c...2b20894d
2019-08-21 17:52:56 +00:00
Jan Beich
4dea73d2e8 multimedia/rav1e: update to s20190816
Changes:	ec0c7787...50f6162c
2019-08-17 00:47:54 +00:00
Tobias Kortkamp
40666d2b8f lang/rust: Update to 1.37.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html
Tested by:	jbeich, tobik, greg@unrelenting.technology (aarch64)
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21247
2019-08-15 14:30:16 +00:00
Jan Beich
660b67381f multimedia/rav1e: update to s20190809
Changes:	df6451a...ec0c7787
2019-08-11 00:45:44 +00:00
Jan Beich
861ae5cdef multimedia/rav1e: update to s20190802
Changes:	132b008a...df6451a
2019-08-03 00:49:56 +00:00
Jan Beich
840ac1e463 multimedia/rav1e: update to s20190726
Changes:	4bc23e4b...132b008a
2019-07-28 00:49:31 +00:00
Jan Beich
ca60f2d136 multimedia/rav1e: update to s20190722
Changes:	94b5fa2e...4bc23e4b
2019-07-23 00:46:31 +00:00
Jan Beich
16f09a58f1 multimedia/rav1e: update to s20190719
Changes:	98f4d66d...94b5fa2e
2019-07-20 00:19:44 +00:00
Jan Beich
f21d807e8e multimedia/rav1e: update to s20190708
Changes:	16ea18ea...98f4d66d
2019-07-09 00:49:06 +00:00
Jan Beich
64355b870f multimedia/rav1e: update to s20190705
Changes:	991f95b8...16ea18ea
2019-07-06 00:44:09 +00:00
Tobias Kortkamp
f69160b440 lang/rust: Update to 1.36.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Tested by:	jbeich, mikael.urankar@gmail.com
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D20810
2019-07-04 14:41:57 +00:00
Jan Beich
23bbecd804 multimedia/rav1e: update to s20190703
Changes:	cb4d396f...991f95b8
2019-07-04 00:39:27 +00:00
Jan Beich
d4f760b1c1 multimedia/rav1e: update to s20190628
Changes:	d3992e51...cb4d396f
2019-06-30 00:51:29 +00:00
Jan Beich
7a28abc7b6 multimedia/rav1e: update to s20190626
Changes:	3a7c7d12...d3992e51
2019-06-27 00:43:02 +00:00