non port: lang/rust-nightly/pkg-plist |
SVNWeb
|
Number of commits found: 5 |
Wed, 22 Feb 2017
|
[ 19:04 dumbbell ] (Only the first 10 of 21 ports in this commit are shown above. )
lang/rust, lang/rust-nightly: Update to 1.15.1 and 1.17.0 respectively
Both versions of Rust seen changes to their build system. Now they
require a bootstrap of Cargo and thus, a snapshot of Cargo's registry.
Each library has its own suffix instead of a common suffix for a given
version of Rust. Thus all future updates of the ports will include
changes to their plist.
$DISTFILES are now all under the `rust` directory in `$DISTDIR`. A
similar change will be committed to devel/cargo later.
lang/rust-nightly is enabled on i386 (bugzilla 216143). The source
snapshot also contains everything to build it on aarch64, but enabling
it will be committed later.
PR: 216143
Approved by: riggs, bapt (mentor), antoine (mentor)
Differential Revision: https://reviews.freebsd.org/D9286
|
Tue, 26 Jul 2016
|
[ 07:39 dumbbell ]
lang/rust-nightly: Update to 1.12.0; snapshot from 2016-07-17
Reviewed by: asomers, jbeich, riggs
Approved by: jbeich, riggs
Differential Revision: https://reviews.freebsd.org/D7275
|
Tue, 29 Mar 2016
|
[ 17:58 dumbbell ]
lang/rust-nightly: Update to 1.9.0.20160318
While here, relevant improvements made to lang/rust were copied.
PR: 204418, 206091
Reviewed by: asomers, jbeich
Approved by: asomers, jbeich
Differential Revision: https://reviews.freebsd.org/D5766
|
Sat, 12 Sep 2015
|
[ 14:49 dumbbell ]
lang/rust and lang/rust-nightly: Build-conflict with themselves
A newer version of Rust fails to build if an older version is installed
because the build process picks libraries in %%LOCALBASE%%/lib before
those from the build directory.
In the pkg-plist of both ports, `x86_64-unknown-freebsd` is now a
variable automatically set in the Makefile. This avoids the need for a
separate port for DragonFlyBSD. [1]
Still in the pkg-plist, RUST_VSN_HASH is automatically computed in the
lang/rust's Makefile, like it was already done for lang/rust-nightly.
lang/rust-nightly USES libedit. patch-mk_main.mk was copied from
lang/rust so the correct library is picked (ie. the one from Ports, not (Only the first 15 lines of the commit message are shown above )
|
Tue, 14 Jul 2015
|
[ 22:36 dumbbell ]
lang/rust-nightly: New port for the nightly version of Rust
Differential Revision: https://reviews.freebsd.org/D2798
Reviewed by: jonathan, kwm
Approved by: jonathan
|
Number of commits found: 5 |