| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
The Cargo registry archive is significantly larger. It includes the
whole registry index (not only the crates needed by Rust). If the index
is missing, Cargo wants to download it from crates.io and I couldn't
find a way to convince it skip it.
New bootstraps for FreeBSD/aarch64 were prepared for this update. Those
are based on Rust 1.18.0 and Cargo 0.19.0.
CONFLICTS_BUILD with installed lang/rust and lang/rust-nightly is
commented out for now. I couldn't see any build failure with an installed
lang/rust so it looks promising. But I couldn't test with an installed
lang/rust-nightly because the latter is marked BROKEN for now. Once it's
restored, I'll do more testing and hopefully completely remove this
CONFLICTS_BUILD variables.
Notes:
svn path=/head/; revision=446815
|
|
|
|
| |
Notes:
svn path=/head/; revision=420500
|
|
|
|
|
|
|
| |
2: add libedit to USES.
Notes:
svn path=/head/; revision=395967
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Reflect stable release in pkg-descr
- Pet portlint
PR: 200284
Submitted by: maciej@pasternacki.net
Reviewed by: riggs
Notes:
svn path=/head/; revision=386722
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=348291
|
|
|
|
|
|
|
|
| |
PR: ports/182502
Submitted by: maintainer
Notes:
svn path=/head/; revision=329526
|
|
|
|
|
|
|
|
| |
PR: ports/177665
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
Notes:
svn path=/head/; revision=316436
|
|
|
|
|
|
|
|
| |
PR: ports/174670
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
Notes:
svn path=/head/; revision=310023
|
|
|
|
|
|
|
|
|
| |
PR: ports/172791
Submitted by: maintainer
Feature safe: yes
Notes:
svn path=/head/; revision=306053
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=294335
|
|
|
|
|
|
|
|
|
|
|
|
| |
- let clang build llvm
- fix build on ${OSVERSION} < 800107
PR: ports/164467
Submitted by: maintainer, jyyou at cs.nctu.edu.tw
Approved by: crees (mentor)
Notes:
svn path=/head/; revision=290315
|
|
PR: ports/164366
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
Notes:
svn path=/head/; revision=289669
|