aboutsummaryrefslogtreecommitdiff
path: root/lang/rust-nightly
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust-nightly: better rebase r412407 against r412305Jan Beich2016-04-021-2/+0
| | | | | | | | | BROKEN_FreeBSD_9 is already defined by master port. Differential Revision: https://reviews.freebsd.org/D5789 Notes: svn path=/head/; revision=412409
* lang/rust: enslave lang/rust-nightlyJan Beich2016-04-022-149/+13
| | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=412407
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* lang/rust: apply minor styleJan Beich2016-04-011-9/+5
| | | | | | | | | - Fix MIT view for LICENSES_ASK=1 - Convert BROKEN to new syntax - Concatenate find(1) arguments and drop unnecessary `cd` Notes: svn path=/head/; revision=412305
* lang/rust-nightly: Update to 1.9.0.20160318Jean-Sébastien Pédron2016-03-293-51/+99
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=412126
* lang/rust and lang/rust-nightly: Build-conflict with themselvesJean-Sébastien Pédron2015-09-123-51/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=396750
* lang/rust-nightly: New port for the nightly version of RustJean-Sébastien Pédron2015-07-145-0/+253
Differential Revision: https://reviews.freebsd.org/D2798 Reviewed by: jonathan, kwm Approved by: jonathan Notes: svn path=/head/; revision=392106