Tobias C. Berner
c04dbba279
graphics/librsvg2-rust: update to 2.50.3
2021-01-31 06:48:30 +00:00
Mikael Urankar
a798515415
lang/rust: Update to 1.49.0
...
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D27940
2021-01-06 10:13:58 +00:00
Tijl Coosemans
1c73ac4c1d
Set RUSTFLAGS like Mk/Uses/cargo.mk does to respect CC and LDFLAGS.
2020-12-06 20:58:34 +00:00
Tobias C. Berner
2a0b474732
graphics/librsvg2-rust: update to 2.50.2
2020-12-05 07:38:53 +00:00
Mikael Urankar
4e449e031e
lang/rust: Update to 1.48.0
...
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0
Reviewed by: jbeich
Tested by: bdragon, jbeich, mikael
Differential Revision: https://reviews.freebsd.org/D27293
2020-11-24 12:48:53 +00:00
Mikael Urankar
d9b97de179
lang/rust: Update to 1.47.0
...
- Add powerpc64le arch (submitted by bdragon in D26711)
- Disable DOCS, same problem fixed in r546048
- Update devel/racer to 2.1.36
- Import upstream patch to fix www/firefox
(https://hg.mozilla.org/integration/autoland/rev/e2cede25c027 )
- Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz : 0036, 0037 and 0038)
- Force rebuild all consumers to catch regressions
Changelog:
https://github.com/rust-lang/rust/releases/tag/1.47.0
Differential Revision: https://reviews.freebsd.org/D26721
2020-10-13 08:36:35 +00:00
Tobias Kortkamp
f35841a5de
Reset MAINTAINER
2020-09-28 05:05:24 +00:00
Tobias Kortkamp
53a71561f4
graphics/librsvg2-rust: Update to 2.50.0
...
Changes: https://download.gnome.org/sources/librsvg/2.50/librsvg-2.50.0.news
2020-09-20 12:38:07 +00:00
Tobias Kortkamp
c9a06251c5
lang/rust: Update to 1.46.0
...
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176
2020-08-30 18:36:07 +00:00
Piotr Kubaj
0d5ef4c77d
graphics/librsvg2-rust: fix build on GCC architectures
...
Use newer GCC to link:
libtool: link: cc -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/pango-1.0 -I/usr/local/include/fribidi -D_THREAD_SAFE -pthread -I/usr/local/include/harfbuzz -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong -o .libs/rsvg-convert rsvg_convert-rsvg-convert.o ./.libs/librsvg-2.so -L/usr/local/lib -lpng16 -lz -lcairo-gobject -lgdk_pixbuf-2.0 -lgio-2.0 -lharfbuzz -lxml2 -lpangocairo-1.0 -lcairo -lpthread -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lm -pthread -Wl,-rpath -Wl,/usr/local/lib
./.libs/librsvg-2.so: undefined reference to `.TOC.'
2020-08-16 19:53:43 +00:00
Tobias Kortkamp
8b057d47a9
lang/rust: Update to 1.45.2
...
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
2020-08-03 15:18:49 +00:00
Tobias Kortkamp
9137d53fe2
lang/rust: Update to 1.45.1
...
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835
2020-07-30 18:26:53 +00:00
Tobias Kortkamp
b0f1d6430e
lang/rust: Update to 1.45.0
...
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658
2020-07-17 06:44:04 +00:00
Tobias Kortkamp
a10d0ac896
graphics/librsvg2-rust: Update to 2.48.8
...
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.8.news
2020-07-04 08:43:59 +00:00
Tobias Kortkamp
4b779721be
graphics/librsvg2-rust: Update to 2.48.6
...
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.6.news
2020-06-04 18:14:42 +00:00
Tobias Kortkamp
a48473296f
lang/rust: Update to 1.44.0
...
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR: 246332 [1]
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25099
2020-06-04 18:08:00 +00:00
Tobias Kortkamp
287159bef1
graphics/librsvg2-rust: Update to 2.48.5
...
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.5.news
2020-05-30 13:08:50 +00:00
Tobias Kortkamp
c6bb110383
graphics/librsvg2-rust: Update to 2.48.4
...
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.4.news
2020-04-24 04:45:21 +00:00
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
a7af8f9591
graphics/librsvg2-rust: Update to 2.48.3
...
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.3.news
2020-04-10 05:39:42 +00:00
Tobias Kortkamp
6063a26640
graphics/librsvg2-rust: Update to 2.48.2
...
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.2.news
2020-04-01 06:10:40 +00:00
Tobias Kortkamp
9b7385fd45
graphics/librsvg2-rust: Update to 2.48.1
...
- Respect MAKE_JOBS_NUMBER
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.1.news
2020-03-30 06:46:29 +00:00
Tobias Kortkamp
309826e36b
graphics/librsvg2-rust: Update to 2.48.0
...
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.0.news
2020-03-19 07:55:52 +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
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
Tobias Kortkamp
cd989269b8
graphics/librsvg2-rust: Update to 2.46.4
...
Changes: https://download.gnome.org/sources/librsvg/2.46/librsvg-2.46.4.news
2020-01-22 18:25:50 +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
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
Tobias Kortkamp
6e7fedc9b0
graphics/librsvg2-rust: Update to 2.46.3
...
- Hook up tests
Changes: https://download.gnome.org/sources/librsvg/2.46/librsvg-2.46.3.news
2019-10-24 07:38:50 +00:00
Tobias Kortkamp
6754519a5d
graphics/librsvg2-rust: Update to 2.46.2
...
Changes: https://download.gnome.org/sources/librsvg/2.46/librsvg-2.46.2.news
2019-10-15 07:36:02 +00:00
Tobias Kortkamp
fb78b37a40
graphics/librsvg2-rust: Update to 2.46.1
...
Changes: https://download.gnome.org/sources/librsvg/2.46/librsvg-2.46.1.news
2019-10-08 08:17:28 +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
Tobias Kortkamp
ccdaca1096
graphics/librsvg2-rust: Update to 2.46.0
...
Changes: https://download.gnome.org/sources/librsvg/2.46/librsvg-2.46.0.news
2019-09-10 07:03:47 +00:00
Tobias Kortkamp
f85786ee1c
graphics/librsvg2-rust: Update to 2.45.92
...
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.92.news
2019-09-03 11:27:39 +00:00
Tobias Kortkamp
4c761d5118
graphics/librsvg2-rust: Update to 2.45.91
...
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.91.news
2019-08-18 17:26:38 +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
Tobias Kortkamp
20ec8f9ad4
graphics/librsvg2-rust: Update to 2.45.90
...
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.90.news
2019-08-04 04:27:35 +00:00
Tobias Kortkamp
63329e0aad
graphics/librsvg2-rust: Pet portclippy
2019-07-30 17:59:29 +00:00
Tobias Kortkamp
88b5f59a1d
graphics/librsvg2-rust: Update to 2.45.8
...
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.8.news
2019-07-30 17:42:15 +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
Tobias Kortkamp
89320fc311
graphics/librsvg2-rust: Update to 2.45.7
...
rsvg-view is no longer provided by librsvg [1]. Drop the workaround
that was there to avoid a dependency loop with gtk3.
[1] https://people.gnome.org/~federico/blog/removing-rsvg-view.html
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.7.news
2019-07-03 12:37:44 +00:00
Tobias Kortkamp
f30ebc2bec
lang/rust: Update to 1.35.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/05/23/Rust-1.35.0.html
Reviewed by: jbeich
Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20332
2019-05-24 03:25:11 +00:00
Tobias Kortkamp
d12d91083d
graphics/librsvg2-rust: Update to 2.45.6
...
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.6.news
2019-05-15 03:13:13 +00:00
Tobias Kortkamp
6bd3ed2a9b
lang/rust: Update to 1.34.2
...
- While here add patches from [1] for LibreSSL 2.9.1 support
[1] https://github.com/sfackler/rust-openssl/pull/1097
Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR: 237495 [1]
Security: 37528379-76a8-11e9-a4fd-00012e582166
2019-05-15 03:12:15 +00:00
Tobias Kortkamp
67b6dd1b42
lang/rust: Update to 1.34.0
...
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- 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/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850
2019-04-11 19:39:28 +00:00
Jan Beich
87378368c4
lang/rust: update to 1.33.0
...
- www/firefox temporarily loses SIMD in charset conversion, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by: Mikaël Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj (powerpc64)
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D19354
2019-02-28 18:51:45 +00:00
Tobias Kortkamp
a8cfcde6c1
graphics/librsvg2-rust: Update libc crate to 0.2.49
...
This should give it a chance to build on aarch64, armv*, powerpc64.
2019-02-23 14:19:40 +00:00
Tobias Kortkamp
69c03e84a0
graphics/librsvg2-rust: Update to 2.45.5
...
- Remove upstreamed patches
Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.5.news
2019-02-17 12:45:00 +00:00
Jan Beich
6f333b0b12
lang/rust: update to 1.32.0
...
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18858
2019-01-17 19:50:38 +00:00