notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/rust-nightly/Makefile

Number of commits found: 255 (showing only 55 on this page)

«  1 | 2 | 3 

Tuesday, 5 Feb 2019
00:50 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.34.0.20190205

Changes:	https://github.com/rust-lang/rust/compare/852701ad6df9...8ae730a442cc
Original commitRevision:492182 
Saturday, 2 Feb 2019
00:30 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190202

Changes:	https://github.com/rust-lang/rust/compare/147311c5fc62...852701ad6df9
Original commitRevision:491906 
Thursday, 31 Jan 2019
00:45 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190131

Changes:	https://github.com/rust-lang/rust/compare/d8a0dd7ae880...147311c5fc62
Original commitRevision:491665 
Tuesday, 29 Jan 2019
00:46 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190129

Changes:	https://github.com/rust-lang/rust/compare/20c2cba61dc8...d8a0dd7ae880
Original commitRevision:491527 
Sunday, 27 Jan 2019
00:56 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190127

Changes:	https://github.com/rust-lang/rust/compare/bf669d1e3295...20c2cba61dc8
Original commitRevision:491320 
Saturday, 26 Jan 2019
00:42 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190126

Changes:	https://github.com/rust-lang/rust/compare/19f8958f827e...bf669d1e3295
Original commitRevision:491211 
Thursday, 24 Jan 2019
00:36 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190124

Changes:	https://github.com/rust-lang/rust/compare/7164a9f151a5...19f8958f827e
Original commitRevision:491076 
Tuesday, 22 Jan 2019
00:43 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190122

Changes:	https://github.com/rust-lang/rust/compare/c76f3c374f80...7164a9f151a5
Original commitRevision:490918 
Saturday, 19 Jan 2019
00:32 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190119

Changes:	https://github.com/rust-lang/rust/compare/03acbd71c977...c76f3c374f80
Original commitRevision:490690 
Tuesday, 15 Jan 2019
00:53 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190115

Changes:	https://github.com/rust-lang/rust/compare/75a369c5b114...03acbd71c977
Original commitRevision:490331 
Sunday, 13 Jan 2019
00:38 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190113

Changes:	https://github.com/rust-lang/rust/compare/6ecad338381c...75a369c5b114
Original commitRevision:490098 
Thursday, 10 Jan 2019
00:40 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190110

Changes:	https://github.com/rust-lang/rust/compare/8e2063d02062...6ecad338381c
Original commitRevision:489844 
Tuesday, 8 Jan 2019
15:18 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190108

Changes:	https://github.com/rust-lang/rust/compare/f381a9625504...8e2063d02062
MFH:		2019Q1 (new bootstrap fixes stage0 warnings)
Original commitRevision:489700 
Saturday, 5 Jan 2019
00:37 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190105

Changes:	https://github.com/rust-lang/rust/compare/ec194646fef1...f381a9625504
Original commitRevision:489283 
Thursday, 3 Jan 2019
04:26 jbeich search for other commits by this committer
lang/rust-nightly: skip optional tools on bustage

As r488649 and r489131 have shown upstream doesn't block Nightly
updates on errors in optional components. Do the same to avoid lagging
behind updates or the package disappearing due to undertesting.

src/bootstrap/dist.rs
1150:        }).or_else(|| { missing_tool("RLS",
builder.build.config.missing_tools); None })?;
1229:        }).or_else(|| { missing_tool("clippy",
builder.build.config.missing_tools); None })?;
1233:        }).or_else(|| { missing_tool("cargo clippy",
builder.build.config.missing_tools); None })?;
1310:        }).or_else(|| { missing_tool("Rustfmt",
builder.build.config.missing_tools); None })?;
1314:        }).or_else(|| { missing_tool("Cargofmt",
builder.build.config.missing_tools); None })?;
Original commitRevision:489132 
00:40 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190103

Changes:	https://github.com/rust-lang/rust/compare/9eac386342c6...ec194646fef1
Original commitRevision:489123 
Tuesday, 1 Jan 2019
00:48 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20190101

Changes:	https://github.com/rust-lang/rust/compare/60e825389db3...9eac386342c6
Original commitRevision:488857 
Saturday, 29 Dec 2018
03:32 jbeich search for other commits by this committer
lang/rust-nightly: note upstream fix for warnings
Original commitRevision:488650 
00:42 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20181229

Changes:	https://github.com/rust-lang/rust/compare/a7be40c65ae8...60e825389db3
Original commitRevision:488641 
Thursday, 27 Dec 2018
00:57 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20181227

Changes:	https://github.com/rust-lang/rust/compare/f960f377fde2...a7be40c65ae8
Original commitRevision:488500 
Tuesday, 25 Dec 2018
00:53 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20181225

Changes:	https://github.com/rust-lang/rust/compare/2d3e909e4e68...f960f377fde2
Original commitRevision:488289 
Sunday, 23 Dec 2018
00:56 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20181223

Changes:	https://github.com/rust-lang/rust/compare/790f4c566d98...2d3e909e4e68
Original commitRevision:488159 
Friday, 21 Dec 2018
10:37 tobik search for other commits by this committer
lang/rust-nightly: Unbreak after r487977
Original commitRevision:487978 
Thursday, 20 Dec 2018
00:46 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20181220

Changes:	https://github.com/rust-lang/rust/compare/adbfec229ce0...790f4c566d98
Original commitRevision:487819 
Tuesday, 18 Dec 2018
00:54 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20181218

Changes:	https://github.com/rust-lang/rust/compare/93c2f055ba44...adbfec229ce0
Original commitRevision:487720 
Sunday, 16 Dec 2018
00:55 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20181216

Changes:	https://github.com/rust-lang/rust/compare/96d1334e5672...93c2f055ba44
Original commitRevision:487553 
Saturday, 15 Dec 2018
19:55 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.33.0.20181215

Changes:	https://github.com/rust-lang/rust/compare/f4a421ee3cf1...96d1334e5672
Original commitRevision:487542 
Friday, 14 Dec 2018
18:20 jbeich search for other commits by this committer
lang/rust-nightly: update to 1.32.0.20181214
Original commitRevision:487456 
Sunday, 23 Sep 2018
18:53 jbeich search for other commits by this committer
lang/rust-nightly: no longer builds after r479877

mv: rename
/wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src/src/vendor/backtrace-sys/src/libbacktrace/config/libtool.m4
to
/wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src/src/vendor/backtrace-sys/src/libbacktrace/config/libtool.m4.dont-fix:
No such file or directory
*** Error code 1

As the port appears to be a staging ground for future updates don't
deprecate yet.

PR:		229826
Reported by:	pkg-fallout
Original commitRevision:480524 
Tuesday, 3 Apr 2018
20:48 bdrewery search for other commits by this committer
Update to 2018-04-03
Original commitRevision:466378 
Thursday, 29 Mar 2018
18:45 bdrewery search for other commits by this committer
Update to 2018-03-28
Original commitRevision:465910 
Wednesday, 21 Mar 2018
16:20 bdrewery search for other commits by this committer
Update rust-nightly to 2018-03-21.

The ABI patch and bootstrap patching are no longer needed on head after
fixes fully upstreamed in https://github.com/rust-lang/rust/issues/42681.
Original commitRevision:465189 
Thursday, 8 Mar 2018
23:39 bdrewery search for other commits by this committer
Update to 2018-03-06
Original commitRevision:463924 
Thursday, 1 Mar 2018
01:47 bdrewery search for other commits by this committer
Update to 2018-02-28
Original commitRevision:463274 
Sunday, 25 Feb 2018
03:09 bdrewery search for other commits by this committer
Confirmed i386 builds
Original commitRevision:462891 
Saturday, 24 Feb 2018
07:41 bdrewery search for other commits by this committer
Didn't mean to set FILESDIR in r462771.
Original commitRevision:462772 
07:39 bdrewery search for other commits by this committer
Apply the proper patches, namely the needed llvm-config one.

In r462769 I incorrectly changed PATCHDIR, after a build test, thinking it
was wrong.  The note about PATCHDIR in the commit message was wrong as
the patches were already coming from the lang/rust-nightly/files dir.
Original commitRevision:462771 
06:44 bdrewery search for other commits by this committer
Actually I didn't get i386 tested yet
Original commitRevision:462770 
06:17 bdrewery search for other commits by this committer
Unbreak on i386/amd64 and update to 1.25.0-2018-02-19

- Stop using git to build as it is unmaintainable due to submodules,
  but more importantly because src/vendor is no longer bundled.  Just
  fetch the source already generated that has all dependencies bundled.
  It may be a bit slower to get updates but is far more maintainable.
- Copy all patches to lang/rust-nightly/files since they may not always
  apply exactly between both versions.
- Add in patch for llvm-config getting -lexecinfo wrong, this is in
  review with LLVM at https://reviews.llvm.org/D42702.
- Bring in other random updates from lang/rust.
Original commitRevision:462769 
Wednesday, 21 Feb 2018
21:58 bdrewery search for other commits by this committer
PORT_LLVM was removed in lang/rust
Original commitRevision:462546 
Sunday, 18 Feb 2018
09:29 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:462210 
Tuesday, 27 Jun 2017
22:08 dumbbell search for other commits by this committer
lang/rust-nightly: Inherit MAINTAINER from lang/rust

Thus, the new maintainer of this port is rust@FreeBSD.org.
Original commitRevision:444522 
22:06 dumbbell search for other commits by this committer
lang/rust-nightly: Mark the port as broken

The port needs to be adapted after recent changes to lang/rust.
Original commitRevision:444521 
Wednesday, 1 Mar 2017
23:35 asomers search for other commits by this committer
lang/rust*: Advise users to mount procfs

Add a pkg-message to these ports advising users to mount procfs to see
backtraces.

Reviewed by:	dumbbell, riggs
Approved by:	dumbbell (ports)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D9838
Original commitRevision:435205 
Wednesday, 22 Feb 2017
19:04 dumbbell search for other commits by this committer
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
Original commitRevision:434631 
Wednesday, 14 Dec 2016
16:06 mat search for other commits by this committer
More USE_GITHUB cleanup.

Use GH_SUBDIR, or GH_TUPLE, where applicable.

Sponsored by:	Absolight
Original commitRevision:428569 
Tuesday, 26 Jul 2016
07:39 dumbbell search for other commits by this committer
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
Original commitRevision:419100 
Monday, 18 Jul 2016
17:02 amdmi3 search for other commits by this committer
- Mark BROKEN: no suitable checksum found for
rustc-1.9.0-x86_64-unknown-freebsd.tar.gz.

Reported by:	pkg-fallout
Approved by:	portmgr blanket
Original commitRevision:418716 
Saturday, 2 Apr 2016
15:11 jbeich search for other commits by this committer
lang/rust-nightly: better rebase r412407 against r412305

BROKEN_FreeBSD_9 is already defined by master port.

Differential Revision:	https://reviews.freebsd.org/D5789
Original commitRevision:412409 
14:49 jbeich search for other commits by this committer
lang/rust: enslave lang/rust-nightly

* rust: drop no longer used RUST_SOURCE variable
* rust: apply rust-nightly FIXME comment about stage-qa (strip)
* rust-nightly: properly conflict for install with rust package
* rust-nightly: inherit |make test| support from r401025
* rust-nightly: as DOCSDIR is the same drop unnecessary DOCS option

Approved by:	riggs, dumbbell (maintainers)
Differential Revision:	https://reviews.freebsd.org/D5789
Original commitRevision:412407 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
01:16 jbeich search for other commits by this committer
lang/rust: apply minor style

- Fix MIT view for LICENSES_ASK=1
- Convert BROKEN to new syntax
- Concatenate find(1) arguments and drop unnecessary `cd`
Original commitRevision:412305 
Tuesday, 29 Mar 2016
17:58 dumbbell search for other commits by this committer
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
Original commitRevision:412126 
Saturday, 12 Sep 2015
14:49 dumbbell search for other commits by this committer
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
the one from the base). This was already fixed in lang/rust.

lang/rust includes bsd.port.options.mk and bsd.port.mk, instead of
bsd.port.pre.mk and bsd.port.post.mk. This was already fixed in
lang/rust-nightly.

Both ports are now closer to each other.

PR:		202869 [1]
Submitted by:	Michael Neumann <mneumann@ntecs.de> [1]
Reviewed by:	kwm
Approved by:	kwm
Differential Revision:	https://reviews.freebsd.org/D3234
Original commitRevision:396750 
Tuesday, 14 Jul 2015
22:36 dumbbell search for other commits by this committer
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
Original commitRevision:392106 

Number of commits found: 255 (showing only 55 on this page)

«  1 | 2 | 3