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: lang/rust/pkg-plist
SVNWeb

Number of commits found: 28

Wed, 22 Feb 2017
[ 19:04 dumbbell search for other commits by this committer ] Original commit   Revision:434631 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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
Sat, 24 Dec 2016
[ 19:40 riggs search for other commits by this committer ] Original commit   Revision:429379
Update to upstream version 1.14.0
Fri, 11 Nov 2016
[ 21:45 riggs search for other commits by this committer ] Original commit   Revision:425911
Update to upstream version 1.13.0
Sat, 20 Aug 2016
[ 05:57 riggs search for other commits by this committer ] Original commit   Revision:420500
Update to upstream release 1.11.0
Sun, 10 Jul 2016
[ 04:20 riggs search for other commits by this committer ] Original commit   Revision:418298
Update to upstream version 1.10.0
Sat, 2 Jul 2016
[ 19:06 riggs search for other commits by this committer ] Original commit   Revision:417938
Add DOCS OPTION for html docs, bump PORTREVISION

PR:		210613
Reported by:	beyert@cs.ucr.edu
Reviewed by:	riggs, marino, jbeich
Differential Revision:	https://reviews.freebsd.org/D7050
Tue, 31 May 2016
[ 21:23 riggs search for other commits by this committer ] Original commit   Revision:416219
Update to upstream release 1.9.0
Sat, 5 Mar 2016
[ 12:41 riggs search for other commits by this committer ] Original commit   Revision:410175
Update to upstream version 1.7.0
Fri, 22 Jan 2016
[ 06:13 riggs search for other commits by this committer ] Original commit   Revision:406890
Update to upstream version 1.6.0
Sun, 13 Dec 2015
[ 14:21 riggs search for other commits by this committer ] Original commit   Revision:403672
Update to upstream version 1.5.0; add OPTION to depend on gdb from ports
Fri, 30 Oct 2015
[ 11:39 riggs search for other commits by this committer ] Original commit   Revision:400535
Update to upstream version 1.4.0
Sat, 12 Sep 2015
[ 14:49 dumbbell search for other commits by this committer ] Original commit   Revision:396750
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 View all of this commit message)
Thu, 3 Sep 2015
[ 15:22 vanilla search for other commits by this committer ] Original commit   Revision:395967
1: Upgrade to 1.2.0.
2: add libedit to USES.
Sat, 27 Jun 2015
[ 18:26 riggs search for other commits by this committer ] Original commit   Revision:390720
- Update to upstream release 1.1.0
- Fix bug 200449 in the process

PR:		201142, 200449
Submitted by:	andoriyu@gmail.com
Wed, 24 Jun 2015
[ 17:09 dumbbell search for other commits by this committer ] Original commit   Revision:390497
lang/rust: Use LLVM 3.6 from Ports instead of the bundled one

Dependencies are updated: Perl is not a dependency at all and Python is
a build dependency only.

Rust may fail to build if a previous version is already installed
because the bootstrapped rustc puts "-L/usr/local/lib" at the beginning
of the linker flags. Therefore, mark rust as a CONFLICTS_BUILD with
itself.

Fix the build as a normal user by setting permissions on all directories
to 0755 [1].

Be closer to the standalone installer's file hierarchy by installing
files such as "components", "manifest-rustc" and "uninstall.sh".

Add "files/patch-src_librustc__back_target_freebsd__base.rs"
to remove "-L/usr/local/lib", "-L/usr/local/lib/gcc46" and
"-L/usr/local/lib/gcc44" from the builtin linker flags.

Differential Revision:	https://reviews.freebsd.org/D2466
Submitted by:	Chris Hutchinson [1]
Reviewed by:	jonathan, kwm
Approved by:	jonathan
Mon, 18 May 2015
[ 22:32 riggs search for other commits by this committer ] Original commit   Revision:386722
- Update to first stable upstream release 1.0.0
- Reflect stable release in pkg-descr
- Pet portlint

PR:		200284
Submitted by:	maciej@pasternacki.net
Reviewed by:	riggs
Sun, 26 Oct 2014
[ 17:39 robak search for other commits by this committer ] Original commit   Revision:371509
lang/rust: update 0.11.0 -> 0.12.0

- Delete obsolete patch
- Convert to @dir usage

Approved by:	mentors (implicit)
Fri, 11 Jul 2014
[ 07:27 robak search for other commits by this committer ] Original commit   Revision:361507
lang/rust: update 0.10 -> 0.11

Approved by:	marino (mentor)
Sun, 27 Apr 2014
[ 08:02 swills search for other commits by this committer ] Original commit   Revision:352402
- Update to 0.10
- Remove deprecated rustpkg functionality
- Stage improvements
- Add 10.x and 11.x compability
- Pet portlint

PR:		ports/188800
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
Sat, 15 Mar 2014
[ 07:03 eadler search for other commits by this committer ] Original commit   Revision:348291
lang/rust: update to 0.9
- stagiy
- mark as broken on 10+
- update to 0.9
- add new options
- add LICENSE

PR:		ports/185868
PR:		ports/185865
Submitted by:	Oleksii Tsai <oleksii.tsai@googlemail.com>
Approved by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
Sun, 6 Oct 2013
[ 03:32 vanilla search for other commits by this committer ] Original commit   Revision:329526
Upgrade to 0.8.

PR:		ports/182502
Submitted by:	maintainer
Tue, 9 Jul 2013
[ 12:51 vanilla search for other commits by this committer ] Original commit   Revision:322557
Upgrade to 0.7.

PR:		ports/180405
Submitted by:	maintainer
Wed, 24 Apr 2013
[ 13:46 lwhsu search for other commits by this committer ] Original commit   Revision:316436
- Update to 0.6

PR:		ports/177665
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
Mon, 7 Jan 2013
[ 06:35 lwhsu search for other commits by this committer ] Original commit   Revision:310023
- Update to 0.5

PR:		ports/174670
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
Thu, 18 Oct 2012
[ 07:03 vanilla search for other commits by this committer ] Original commit   Revision:306053
Upgrade to 0.4.

PR:		ports/172791
Submitted by:	maintainer
Feature safe:   yes
Thu, 19 Jul 2012
[ 22:06 ak search for other commits by this committer ] Original commit 
- Update to 0.3 (see
https://github.com/mozilla/rust/blob/release-0.3/RELEASES.txt)

PR:	ports/169906
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
Sat, 7 Apr 2012
[ 16:22 scheidell search for other commits by this committer ] Original commit 
- Update to 0.2
- The bootstrap compiler needs "cc" to link objects.

PR:             ports/166551
Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
Feature safe:   yes
Mon, 23 Jan 2012
[ 16:07 lwhsu search for other commits by this committer ] Original commit 
Add rust 0.1, a language with a focus on memory safety and concurrency.

PR:             ports/164366
Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw>

Number of commits found: 28