notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/cargo-tree/Makefile
SVNWeb

Number of commits found: 13

Thu, 23 Apr 2020
[ 15:32 tobik search for other commits by this committer ] Original commit   Revision:532685 (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
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
Sun, 19 Apr 2020
[ 03:55 tobik search for other commits by this committer ] Original commit   Revision:532068 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
devel/libgit2: Update to 1.0.0

Changes:	https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by:	mfechner (maintainer)
Differential Revision:	https://reviews.freebsd.org/D24471
Thu, 19 Mar 2020
[ 05:47 tobik search for other commits by this committer ] Original commit   Revision:528684 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
devel/libgit2: Update to 0.99.0

- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes

Changes:	https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libgit2/
Thu, 12 Mar 2020
[ 19:39 tobik search for other commits by this committer ] Original commit   Revision:528318 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
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
Wed, 4 Mar 2020
[ 05:28 yuri search for other commits by this committer ] Original commit   Revision:527739
devel/cargo-tree: Update 0.28.0 -> 0.29.0

Reported by:	repology
Thu, 27 Feb 2020
[ 15:22 tobik search for other commits by this committer ] Original commit   Revision:527260 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
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
Thu, 30 Jan 2020
[ 20:00 tobik search for other commits by this committer ] Original commit   Revision:524658 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
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
Thu, 23 Jan 2020
[ 03:03 yuri search for other commits by this committer ] Original commit   Revision:523864
devel/cargo-tree: Update 0.26.0 -> 0.28.0

Reported by:	repology
Thu, 19 Dec 2019
[ 16:14 tobik search for other commits by this committer ] Original commit   Revision:520446 (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.40.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael 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
Thu, 7 Nov 2019
[ 18:07 tobik search for other commits by this committer ] Original commit   Revision:516995 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
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 Mikael 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
Fri, 27 Sep 2019
[ 09:35 tobik search for other commits by this committer ] Original commit   Revision:513013 (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.38.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael 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
Mon, 19 Aug 2019
[ 17:26 yuri search for other commits by this committer ] Original commit   Revision:509295
devel/cargo-tree: Improve COMMENT
[ 17:10 yuri search for other commits by this committer ] Original commit   Revision:509293
New port: devel/cargo-tree: Rust subcommand to visualize a dependency graph in a
tree-like format

Number of commits found: 13