Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.34.0 11 Apr 2019 19:39:28 |
tobik |
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 Mikael 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 |
1.33.0_1 27 Mar 2019 21:34:24 |
mfechner |
Bump revision to make sure port is build against new libgit2 version 0.28.1.
PR: 236801
Reported by: jbeich |
1.33.0 28 Feb 2019 18:51:46 |
jbeich |
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: Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D19354 |
1.32.0 25 Feb 2019 23:09:09 |
tobik |
lang/rust: Attempt to fix build on powerpc64
Add change forgotten in r493268.
Pointy hat: tobik |
1.32.0 21 Feb 2019 19:03:17 |
tobik |
lang/rust: Ignore with qemu-user-static and on aarch64 without fixed ld-elf.so.1
- Rust will not run without a fixed ld-elf.so.1 on aarch64
- Builds with qemu-user-static currently hang after a while
PR: 221185
Submitted by: Mikael Urankar <mikael.urankar@gmail.com> |
1.32.0 18 Feb 2019 15:30:39 |
tobik |
lang/rust: Add aarch64, armv{6,7}, and powerpc64 bootstraps
PR: 216143, 228892
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Differential Revision: https://reviews.freebsd.org/D18367 |
1.32.0 21 Jan 2019 11:27:18 |
jbeich |
lang/rust: don't hardcode manifest files after r489132
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18737 |
1.32.0 17 Jan 2019 19:55:59 |
jbeich |
lang/rust: oops, don't default to pre-releases
Differential Revision: https://reviews.freebsd.org/D18858 |
1.32.0 17 Jan 2019 19:51:04 |
jbeich |
lang/rust: rename patches to match diff prefix
Git even with -M -C -C couldn't detect all renames in modified files,
so rename in a separate commit.
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18858 |
1.32.0 17 Jan 2019 19:50:39 |
jbeich |
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 |
1.31.1 16 Jan 2019 13:20:45 |
tobik |
lang/rust: Use ECHO_CMD not ECHO as per bsd.commands.mk |
1.31.1 02 Jan 2019 16:37:02 |
jbeich |
lang/rust: disclaim /proc fix |
1.31.1 21 Dec 2018 10:37:09 |
tobik |
lang/rust: Update to 1.31.1
- Simplify .cargo-checksum.json handling [1]. Similar to USES=cargo
we disable vendor checksum checking by clearing the list of files
in all .cargo-checksum.json, so that cargo does not complain when
we patch something. The overall distfile is already checked by
us which should be enough.
- Add an overridable CARGO_VENDOR_DIR variable to set the crate
vendor directory which has moved location in nightly
- Add upstream openssl-sys patch to fix build with LibreSSL 2.9.0 [2]
Changes: https://blog.rust-lang.org/2018/12/20/Rust-1.31.1.html
Submitted by: mikael.urankar@gmail.com [1], ml@vishwin.info [2]
Differential Revision: https://reviews.freebsd.org/D18610 |
1.31.0 17 Dec 2018 10:33:13 |
jbeich |
lang/rust: drop unused conflicts after r446815 |
1.31.0 14 Dec 2018 18:20:52 |
jbeich |
lang/rust-nightly: update to 1.32.0.20181214 |
1.31.0 06 Dec 2018 17:11:15 |
jbeich |
lang/rust: update to 1.31.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/2018/12/06/Rust-1.31.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18427 |
1.30.1 04 Dec 2018 09:01:26 |
amdmi3 |
- Specify LICENSE_FILEs uniformly
Approved by: portmgr blanket |
1.30.1 09 Nov 2018 23:32:40 |
dumbbell |
lang/rust: Update to 1.30.1
Release notes:
* https://blog.rust-lang.org/2018/11/08/Rust-1.30.1.html |
1.30.0 25 Oct 2018 21:59:37 |
jbeich |
lang/rust: update to 1.30.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Approved by: rust (tobik)
MFH: 2018Q4 (less rust versions to support)
Differential Revision: https://reviews.freebsd.org/D17695 |
1.29.2 12 Oct 2018 19:01:02 |
jbeich |
lang/rust: update to 1.29.2
- Force rebuild all consumers in case some are affected by miscompilation
Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR: 229826 (follow up)
Approved by: rust (tobik)
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D17477 |
1.29.1 30 Sep 2018 22:28:27 |
dumbbell |
lang/rust: Add patches to support LibreSSL 2.8.1
PR: 230470
Reported by: Charlie Li <ml+freebsd@vishwin.info> |
1.29.1 28 Sep 2018 17:59:24 |
jbeich |
lang/rust: update to 1.29.1
- Force rebuild all consumers as standard library is statically linked
Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR: 229826 (follow up)
Approved by: dumbbell
Differential Revision: https://reviews.freebsd.org/D17337 |
1.29.0_1 21 Sep 2018 11:24:21 |
jbeich |
lang/rust: sort LIB_DEPENDS by library name instead of origin
Requested by: dumbbell (maintainer) |
1.29.0_1 21 Sep 2018 11:16:08 |
jbeich |
lang/rust: unbundle libgit2/libssh2
- libgit2 in ports is nowadays newer than bundled version
- libssh2 was already unbundled until 1.29.0 update
- Unbundle libssh2 for USES=cargo (unused atm)
PR: 231411
Approved by: rust (dumbbell, tobik) |
1.29.0 20 Sep 2018 10:07:37 |
jbeich |
lang/rust: unbreak if ssl != base
[ 13%] Building C object src/CMakeFiles/libssh2.dir/channel.c.o
/usr/bin/cc -DLIBSSH2_CLEAR_MEMORY -DLIBSSH2_DH_GEX_NEW=1
-DLIBSSH2_HAVE_ZLIB=1 -DLIBSSH2_OPENSSL -I/usr/local/include
-Isrc/vendor/libssh2-sys/libssh2/include
-Ibuild/x86_64-unknown-freebsd/stage2-tools/x86_64-unknown-freebsd/release/build/libssh2-sys-149db94635ec1367/out/build/src
-ffunction-sections -fdata-sections -fPIC -ffunction-sections -fdata-sections
-fPIC -m64 -m64 -O3 -DNDEBUG -std=gnu90 -o CMakeFiles/libssh2.dir/channel.c.o
-c src/vendor/libssh2-sys/libssh2/src/channel.c
src/vendor/libssh2-sys/libssh2/src/channel.c:2262:44: error: use of undeclared
identifier 'LIBSSH2_ERROR_CHANNEL_WINDOW_FULL'
return _libssh2_error(session, LIBSSH2_ERROR_CHANNEL_WINDOW_FULL,
^
PR: 231411
Reported by: many
Obtained from: upstream (libssh2)
Approved by: portmgr blanket |
1.29.0 16 Sep 2018 07:57:08 |
dumbbell |
lang/rust: Update to 1.29.0
Release notes:
* https://blog.rust-lang.org/2018/07/20/Rust-1.27.2.html
* https://blog.rust-lang.org/2018/08/02/Rust-1.28.html
* https://blog.rust-lang.org/2018/09/13/Rust-1.29.html
Up to and including Rust 1.27.x, the Rust build system shelled out to
a configure script to detect the presence and usability of libunwind.
Since Rust 1.28.0, it's using a static result in a `build.rs` file and
expects libunwind to be used. It was not the case on FreeBSD so far, so
we need a patch to this `build.rs` to disable that. We still need to
study if the FreeBSD port should use libunwind and what to do with this
patch. But this problem prevented the update to Rust 1.28.0 already, so
enough delay. (Only the first 15 lines of the commit message are shown above ) |
1.27.1 09 Sep 2018 16:59:27 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
1.27.1 23 Jul 2018 07:32:23 |
dumbbell |
lang/rust: Udpate checksums in libgit2-sys/.cargo-checksum.json
It was part of the initial patch from Charlie Li to support LibreSSL
2.7. However, I misread it and though he was only removing bits
which were not needed anymore (updating checksums for openssl and
openssl-sys).
Now, we update all three: libgit2-sys, openssl and openssl-sys.
PR: 226955
Submitted by: Charlie Li <ml+freebsd@vishwin.info>
Reported by: Charlie Li <ml+freebsd@vishwin.info> |
1.27.1 21 Jul 2018 15:04:14 |
dumbbell |
lang/rust: Add patches to fix the build with LibreSSL 2.7
PR: 226955
Submitted by: Charlie Li <ml+freebsd@vishwin.info> |
1.27.1 19 Jul 2018 20:57:09 |
dumbbell |
lang/rust: Update to 1.27.1
Release notes:
* https://blog.rust-lang.org/2018/06/21/Rust-1.27.html
* https://blog.rust-lang.org/2018/07/10/Rust-1.27.1.html
Rust is marked as broken on aarch64. The reason is the bootstrap
compiler crashes currently. See PR 228892 which tracks the issue.
A patch for aarch64 is still included. It fixes the sign for unqualified
C char. This patch still needs to be upstream, but for that, the
compiler needs to work again first.
PR: 228892 |
1.26.2 09 Jun 2018 09:28:57 |
dumbbell |
lang/rust: Update to 1.26.2
Release notes:
* https://blog.rust-lang.org/2018/05/29/Rust-1.26.1.html
* https://blog.rust-lang.org/2018/06/05/Rust-1.26.2.html |
1.26.0 08 Jun 2018 23:31:36 |
dumbbell |
lang/rust: Add `make makesum-all-archs` target
It is a helper to ease the generation of the `distinfo` file for all the
architectures we support. It avoids the manual commands. |
1.26.0 15 May 2018 13:43:34 |
dumbbell |
lang/rust: Update to 1.26.0
The announcement is available on Rust blog:
https://blog.rust-lang.org/2018/05/10/Rust-1.26.html
Rust 1.25.0, used as the bootstrap compiler, contains the patch from
bdrewery@ to use the compat (non-ino64) symbols on FreeBSD 12-CURRENT.
Therefore, we don't need `old_fstat.c` and the associated machinery in
the `Makefile` anymore. |
1.25.0 16 Apr 2018 21:35:26 |
bdrewery |
Update to 1.25.0.
- The ABI patch is no longer needed on head due to fixes being upstreamed
to use the pre-ino64 symbols. The ABI patch is still needed for the
bootstrap but should be removable for 1.26.0 if it uses beta 2018-03-18.
PR: 227130 [based on]
Tested by: dumbbell, Charlie Li
Submitted by: riggs [based on]
Differential Revision: https://reviews.freebsd.org/D14921 [based on] |
1.24.1 22 Mar 2018 18:14:22 |
dumbbell |
lang/rust: Update to 1.24.1
The announcement is available on Rust blog:
https://blog.rust-lang.org/2018/03/01/Rust-1.24.1.html
There is a compilation error when it builds `clippy-driver` and `miri`
but it apparently doesn't affect the result. There are probably optional
tools/dependencies. |
1.24.0_1 21 Mar 2018 16:20:51 |
bdrewery |
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. |
1.24.0_1 09 Mar 2018 21:35:49 |
bdrewery |
Fix WITH_CCACHE_BUILD when using Poudriere's ccache-memcached support. |
1.24.0_1 09 Mar 2018 02:54:10 |
bdrewery |
- Fix kevent on head by binding to the old ABI symbol version.
- Add some context in the patches for where they came from. They need to be
in 1 patch due to needing to use the .orig file for fixing up checksums.
Obtained from: rust upstream |
1.24.0 25 Feb 2018 03:10:33 |
bdrewery |
Support WITH_CCACHE_BUILD for bundled LLVM |
1.24.0 24 Feb 2018 06:17:17 |
bdrewery |
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. |
1.24.0 24 Feb 2018 05:57:52 |
bdrewery |
No need to actually recompress rust-std, libarchive does the right thing |
1.24.0 23 Feb 2018 22:14:12 |
bdrewery |
Newer versions (rust-nightly 2018-02-19) pack multiple .o files into
libstd. We only need to patch one of them. |
1.24.0 22 Feb 2018 22:05:21 |
jbeich |
lang/rust: unbreak on aarch64 after r459911
gmake: Leaving directory
'.../aarch64-unknown-freebsd/release/build/rustc_binaryen-cfb76adb9420e94c/out/build'
--- stderr
c++: error: the clang compiler does not support '-march=native'
c++: error: the clang compiler does not support '-march=native'
PR: 225600
Reported by: Gergely Czuczy, pkg-fallout
Obtained from: upstream (binaryen 1.37.35)
Approved by: portmgr blanket |
1.24.0 21 Feb 2018 23:26:41 |
bdrewery |
Use https for fetching bootstrap packages |
1.24.0 19 Feb 2018 21:53:01 |
dumbbell |
lang/rust: Update to 1.24.0
The announcement is available on Rust blog:
https://blog.rust-lang.org/2018/02/15/Rust-1.24.html
PR: 225582 |
1.23.0 17 Feb 2018 11:11:50 |
dumbbell |
lang/rust: Grep `std-$hash.*.o` name from `libstd-*.rlib`
The suffix of that file changed in recent versions of Rust and it's
changing again between Rust 1.23.0 and 1.24.0. So let's grep the
filename from the list of files contained in the ar archive. |
1.23.0 25 Jan 2018 13:59:23 |
dumbbell |
lang/rust: Add manifest-rustfmt-preview to PLIST
This wasn't reported by a simple `poudriere bulk`, but a `poudriere
testport` revealed the problem:
====> Running Q/A tests (stage-qa)
Error: 'lib/rustlib/manifest-rustfmt-preview' is referring to
/wrkdirs/usr/ports/lang/rust/work/stage
Warning: 'bin/rustfmt' is not stripped consider trying
INSTALL_TARGET=install-strip or using ${STRIP_CMD}
...
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: bin/rustfmt
Error: Orphaned: lib/rustlib/manifest-rustfmt-preview
PR: 225445
Reported by: jbeich@ |
1.23.0 25 Jan 2018 08:07:58 |
dumbbell |
lang/rust: Update to 1.23.0
Firefox 57.0 failed to build with Rust 1.23.0 with the following error:
error: unused import: `std::ascii::AsciiExt`
-->
/wrkdirs/usr/ports/www/firefox/work/firefox-57.0.4/servo/components/style/gecko_string_cache/mod.rs:16:5
|
16 | use std::ascii::AsciiExt;
| ^^^^^^^^^^^^^^^^^^^^
|
note: lint level defined here
-->
/wrkdirs/usr/ports/www/firefox/work/firefox-57.0.4/servo/components/style/lib.rs:26:9
|
26 | #![deny(warnings)]
| ^^^^^^^^
= note: #[deny(unused_imports)] implied by #[deny(warnings)]
Now that Firefox is updated to 58.0, the build succeeds. |
1.22.1_2 05 Jan 2018 23:33:42 |
dumbbell |
lang/rust: Skip `.cargo-checksum.json` update when it's missing
Currently we need to update `.cargo-checksum.json` in several patched
crates. But those crates are missing from the sources if they come from
GitHub instead of a proper released source archive. This change makes
`post-patch` and `do-configure` recipes fine in both cases. |
1.22.1_2 05 Jan 2018 23:28:16 |
dumbbell |
lang/rust: Always replace bootstrap versions in `stage0.txt`
This simplifies the `Makefile`. The condition was fragile anyway because
it was based solely on the Makefile and not the actual content of
`stage0.txt`. |
1.22.1_2 05 Jan 2018 23:20:50 |
dumbbell |
lang/rust: Find libstd's suffix at runtime
... instead of hard-coding all values in the Makefile.
This eases the update of Rust. |
1.22.1_2 30 Nov 2017 13:33:05 |
dumbbell |
lang/rust: Disable "omit frame pointers"
Before the patch, the default behavior of the compiler was to omit frame
pointers. However, even though it looks fine for the code produced
by the compiler, the compiler itself was broken. When there was a
compilation error, rustc panics to report that error. While handling
that panic, it tries to unwind the stack but fails to do so, which
results in an abort(3).
Here is an example:
$ rustc hello.rs
error: invalid reference to argument `0` (no arguments given)
--> hello.rs:2:5
| (Only the first 15 lines of the commit message are shown above ) |
1.22.1_1 27 Nov 2017 22:02:30 |
jbeich |
lang/rust: avoid LLVM targeting SSE2 on i386 by default
This may help ports like textproc/ripgrep to run on old hardware.
Rust itself still requires SSE2 until bootstrap is regenerated.
PR: 223415
Approved by: rust (dumbbell) |
1.22.1 27 Nov 2017 18:16:15 |
dumbbell |
lang/rust: Remove the LLVM_PORT option
FTR, this option allowed to used LLVM from ports instead of building the
bundled copy.
The problem is that this combination isn't really tested upstream. This
led to regressions which are difficult to diagnose. For instance, in
Rust 1.21.0, the bundled LLVM provided a new API to query the features
supported by the target arch. The equivalent code inside Rust was
removed to use that new API. Unfortunately, building Rust 1.21.0+ with a
copy of LLVM not providing this API didn't failed but instead made that
list of CPU features empty. This resulted in the following obscure build
failure in Firefox:
error[E0432]: unresolved import `x86::sse2`
To avoid future pain for both end users and maintainers, we decided to
remove that option. Yes, it will increase the (already long) time to
build Rust, but it should save time wasted on debugging what is not
really supported anyway.
PR: 223342, 223300
Reported by: Many users |
1.22.1 27 Nov 2017 08:20:32 |
dumbbell |
lang/rust: Update to 1.22.1
Support for LibreSSL up-to 2.6.3 is now included, thus we can remove the
patches to the `openssl` and `openssl-sys` crates.
The renewed bootstrap for aarch64 was created on 11.0-RELEASE, instead
of 11.1-STABLE. It should allow it to run on all 11.x and thus fix the
build on 11.0-RELEASE. [1]
PR: 223009 [1] |
1.21.0_1 09 Nov 2017 14:14:59 |
dumbbell |
lang/rust: Add support for LibreSSL 2.6.3
Patches come from upstream:
https://github.com/sfackler/rust-openssl
PR: 223500
Reported by: Charlie Li <ml+freebsd-bugs@vishwin.info> |
1.21.0_1 29 Oct 2017 12:38:09 |
dumbbell |
lang/rust: Fix paths in `manifest-rls-preview`
Like other manifests, without this, it still references the stage
directory. This error is reported when DEVELOPER=YES is set.
While here, strip `bin/rls`.
Reported by: bar@, cpm@ |
1.21.0 28 Oct 2017 09:13:21 |
dumbbell |
lang/rust: Update to 1.21.0
The official bootstraps wouldn't work: rustc was stalled on a mutex
while compiling a crate early in the build. This was solved by creating
a new bootstraps for "rustc" and "rust-std" from the existing FreeBSD
package. We keep using the official "cargo" bootstrap.
PR: 223123 |
1.20.0_1 23 Oct 2017 22:58:48 |
jbeich |
lang/rust: unbreak FFI for returning struct on i386
As this fixes Stylo on i386, remove the workaround in www/firefox.
PR: 223047
Suggested by: Sebastien Marie <semarie@openbsd.org>
Approved by: rust (dumbbell)
MFH: 2017Q4 (required by Firefox 57 scheduled on 2017-11-14) |
1.20.0 11 Oct 2017 12:28:00 |
dumbbell |
lang/rust: Add support for LibreSSL 2.6.1 and 2.6.2
Patches come from upstream:
https://github.com/sfackler/rust-openssl
PR: 222359
Reported by: Charlie Li <ml+freebsd-bugs@vishwin.info>,
Piotr Kubaj <pkubaj@anongoth.pl>,
w.schwarzenfeld@utanet.at,
nhoyle@hoyletech.com |
1.20.0 04 Oct 2017 08:13:38 |
dumbbell |
lang/rust: Update to 1.20.0
This patch only upgrades the port to Rust 1.20.0. The PR also covers a
build failure with the latest LibreSSL, which is not addressed here.
PR: 222359
Reported by: Charlie Li <ml+freebsd-bugs@vishwin.info> |
1.19.0_2 15 Sep 2017 18:01:18 |
dumbbell |
lang/rust: Install Cargo + use bundled crates
This port now provides Cargo. This is the recommended now because Cargo
won't be provided separately in the future.
To build Cargo, we set `extended = true` in `config.toml`. As a side
effect, this flag also installs Rust source code. The port has a new
`SOURCES` option (disabled by default) to keep those sources.
As a consequence of this, `devel/cargo` is removed. Several ports
and Makefiles in Mk were updated to depend on `lang/rust` instead of
`devel/cargo`.
The other big change in this patch is the use of the bundled crates,
instead of relying on Cargo's registry (which was part of the distfiles, (Only the first 15 lines of the commit message are shown above ) |
1.19.0_1 10 Sep 2017 16:49:46 |
riggs |
Allow RUST_BACKTRACE to work without /proc mounted
Submitted by: jbeich
Differential Revision: https://reviews.freebsd.org/D11574 |
1.19.0 28 Jul 2017 23:03:27 |
dumbbell |
lang/rust: Turn off PORT_LLVM by default
This change was accidentally committed with the previous commit. |
1.19.0 28 Jul 2017 22:30:39 |
dumbbell |
lang/rust: Fix build with PORT_LLVM
The path to `llvm-config40` was set to the empty string in the generated
`config.toml`, because I was still using the ${LLVM_PREFIX} variable
instead of the appropriate ${LLVM_CONFIG}. Bad completion and lack of
testing, sorry for that...
Reported by: Rainer Hurling <rhurlin@gwdg.de>,
Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>,
dim@ |
1.19.0 28 Jul 2017 16:29:08 |
dumbbell |
lang/rust: Fix ${PORT_LLVM_BUILD_DEPENDS}
The BUILD_DEPENDS argument for the PORT_LLVM option was not updated: it
was using the ${LLVM_PREFIX} variable which was removed. Now, it uses
${LOCALBASE} and ${LLVM_VER} as a suffix to the executable verified.
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Reported by: Rainer Hurling <rhurlin@gwdg.de> |
1.19.0 28 Jul 2017 10:18:54 |
dumbbell |
lang/rust: Update to 1.19.0
The main change in the port is the switch from configure+make to the
`x.py` build script. This is the recommended way of building Rust. It
takes a configuration file, `config.toml`, which, in the port case,
indicates:
* where to install things;
* which release channel to use;
* where to find Python and llvm-config;
* if documentation should be also built.
The build process should now honor ${MAKE_JOBS_NUMBER} instead of always
using all available CPU cores.
(Only the first 15 lines of the commit message are shown above ) |
1.18.0 18 Jun 2017 12:20:01 |
dumbbell |
lang/rust: Fix value of ${CARGO_BOOTSTRAP_DIR_aarch64}
It was pointing to the wrong directory.
Reported by: jbeich@ |
1.18.0 17 Jun 2017 14:44:30 |
dumbbell |
lang/rust: Enable on FreeBSD/aarch64 + various fixes
This port now uses an unofficial bootstrap of Rust 1.17.0 and Cargo
0.18.0 for FreeBSD/aarch64. Here are my notes to create this boostrap:
https://gist.github.com/dumbbell/b587da50ef014078da9e732a4331ebad
The port's Makefile was changed to:
- allow to override the versions and directories of the bootstrap
archives;
- patch the bootstrap script and manifest with those
versions/directories.
Beside changes to support FreeBSD/aarch64, the port received the
following fixes:
- Pass python path to the configure script.
- Fix and simplify the extraction of rust-std bootstrap by re-using
existing variables.
- Make sure tar(1) doesn't produce sparse file entries when it
recreates the rust-std bootstrap because Python 2's tarfile module
doesn't support them (PR 219842).
PR: 216143, 219842
Differential Revision: https://reviews.freebsd.org/D10857 |
1.18.0 13 Jun 2017 05:34:55 |
riggs |
Fix build on HEAD
Submitted by: dim, rhurlin@gwdg.de (via mail) |
1.18.0 10 Jun 2017 17:48:58 |
riggs |
Update to upstream version 1.18.0, set MAINTAINER to rust@ |
1.17.0 29 May 2017 05:00:54 |
riggs |
Fix build on pre-ino64 / on i386
Submitted by: kib
Differential Revision: https://reviews.freebsd.org/D10973 |
1.17.0 27 May 2017 12:06:40 |
kib |
Fix lang/rust after ino64 src commit.
Approved by: bapt, dumbbell
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D10799 |
1.17.0 14 May 2017 15:26:44 |
riggs |
Update to upstream version 1.17.0
Submitted by: dumbbell (see phabric URL)
Reviewed by: riggs
Differential Revision: https://reviews.freebsd.org/D10691 |
1.16.0 26 Apr 2017 19:04:30 |
ak |
- Remove checks for .PARSEDIR and vestiges of pmake support
PR: 218832
Approved by: portmgr (antoine) |
1.16.0 19 Mar 2017 12:08:08 |
riggs |
Update to upstream version 1.16.0 |
1.15.1 06 Mar 2017 13:27:57 |
dumbbell |
lang/rust, lang/rust-nightly: Generate PLIST in post-install
Several libraries have their filename computed and based on the absolute
path to source files. Therefore, we need to generate the PLIST. Rust
installer already produces manifests listing files it installs. The port
now uses those files to complete `${TMPPLIST}`.
While the port built fine in Poudriere, it failed when built directly on
the host (regular make or with portmaster(1)) or using a different tool
such as Synth. This commit fixes the build for those methods.
Handling of DOCS-specific files is also unified with normal files. This
gets rid of code duplication.
How to do reproducible builds will be studied later.
PR: 217309
Reported by: Several people on freebsd-ports@ or Bugzilla
Tested by: Almost everyone who reported the issue
Approved by: antoine (mentor), riggs (maintainer of lang/rust)
Differential Revision: https://reviews.freebsd.org/D9816 |
1.15.1 01 Mar 2017 23:35:05 |
asomers |
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 |
1.15.1 22 Feb 2017 19:04:04 |
dumbbell |
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 |
1.14.0 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
1.14.0 29 Dec 2016 17:52:05 |
marino |
lang/rust: regenerate distinfo.x86_64 for DF rust 1.14
I'm not sure how this was misgenerated previously. This matches the
version available via LOCAL/marino |
1.14.0 27 Dec 2016 15:25:52 |
marino |
lang/rust: Update distinfo.x86_64 for DragonFly support for v1.14
Preapproved by: riggs |
1.14.0 24 Dec 2016 19:40:55 |
riggs |
Update to upstream version 1.14.0 |
1.13.0 15 Nov 2016 23:47:08 |
marino |
lang/rust: Update distinfo.x86_64 for DragonFly support for v1.13
Preapproved by: riggs |
1.13.0 11 Nov 2016 21:45:40 |
riggs |
Update to upstream version 1.13.0 |
1.12.1 02 Nov 2016 22:45:14 |
mat |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.12.1 22 Oct 2016 12:37:03 |
riggs |
Update to upstream release 1.12.1
Release 1.12.1 is a maintenance release which fixes some
regressions in the 1.12.0 version, including memory corruption
under certain conditions. Details can be found in the release
announcement: https://blog.rust-lang.org/2016/10/20/Rust-1.12.1.html
MFH: 2016Q4 |
1.12.0 10 Oct 2016 23:54:26 |
amdmi3 |
- Unconditionally verbosify build as per PHB
Approved by: portmgr blanket |
1.12.0 02 Oct 2016 01:07:32 |
marino |
lang/rust: Update distinfo.x86_64 for DragonFly support for v1.12
Preapproved by: riggs |
1.12.0 01 Oct 2016 14:28:38 |
riggs |
Update to upstream release 1.12.0 |
1.11.0 20 Aug 2016 23:28:17 |
marino |
lang/rust: Update distinfo.x86_64 for DragonFly support for v1.11 |
1.11.0 20 Aug 2016 05:57:34 |
riggs |
Update to upstream release 1.11.0 |
1.10.0 09 Aug 2016 21:41:25 |
riggs |
Fix build with non-standard PREFIX
PR: 211686
Submitted by: mi |
1.10.0 26 Jul 2016 07:39:30 |
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 |
1.10.0 12 Jul 2016 11:49:50 |
marino |
lang/rust: Update distinfo.x86_64 for DragonFly support
A custom bootstrap compiler package had to be created for DragonFly using
FreeBSD's as a model since upstream did not provide one for DF this time.
Approved by: riggs (maintainer) |
1.10.0 11 Jul 2016 10:47:33 |
riggs |
Fix build with PORT_LLVM OPTION; rust now requires LLVM 3.8
Reported by: Kevin Oberman <rkoberman@gmail.com> via e-mail |
1.10.0 10 Jul 2016 04:20:09 |
riggs |
Update to upstream version 1.10.0 |
1.9.0_1 02 Jul 2016 19:06:35 |
riggs |
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 |
1.9.0 31 May 2016 21:23:59 |
riggs |
Update to upstream release 1.9.0 |
1.8.0 17 Apr 2016 10:33:47 |
riggs |
Make recent stage0 snapshot known to build system on DragonFly
Language changes require very recent stage0 snapshots to build
rust 1.8.0. Upstream forgot to make these snapshots known to the
build system. While this was patched for FreeBSD in r413501, it
was missed for DragonFly. This changeset fixes this. |