aboutsummaryrefslogtreecommitdiff
path: root/devel/cargo
Commit message (Collapse)AuthorAgeFilesLines
* devel/cargo: update to 0.9.0Jan Beich2016-03-053-5/+28
| | | | Notes: svn path=/head/; revision=410191
* devel/cargo: Build on amd64 onlyJean-Sébastien Pédron2016-02-071-0/+3
| | | | | | | | | | | | | | | Cargo requires a prebuilt bootstrapped version of itself. The only one available for FreeBSD is for amd64. This prevents build failures on i386. Reviewed by: jbeich Approved by: jbeich MFH: 2016Q1 Differential Revision: https://reviews.freebsd.org/D5219 Notes: svn path=/head/; revision=408340
* devel/cargo: update to 0.8.0Jan Beich2016-01-242-5/+5
| | | | Notes: svn path=/head/; revision=407069
* devel/cargo: update to 0.7.0 (release) and cleanupJan Beich2016-01-174-70/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Compress :registry with xz(1) to save a few megabytes - Add BOOTSTRAP option to build with already installed Cargo - Generate distfiles with BOOTSTRAP=off for extra deps - Require recent lang/rust to build (older versions not tested) - Drop cargo-nightly and rust-nightly hacks. The latter is still supported via RUST_PORT=lang/rust-nightly in environment, make.conf, Makefile.local - Drop MAKE_JOBS_UNSAFE, builds fine with MAKE_JOBS_NUMBER=32 - Drop _GH0 suffix from non-GitHub distfile - Don't use OpenSSL port on 11.0-CURRENT (no RPATH in bootstrap) - Don't install duplicate licenses under DOCSDIR - Don't depend on lang/python2 when only lang/python27 is used - Simplify manpage directory substitution - Fix LICENSE_FILE when used with LICENSE_COMB != single - Fix gen-registry target when WRKDIRPREFIX == MAKEOBJDIRPREFIX - Cleanup gen-registry target - Respect PREFIX != /usr/local - Prepare CARGO_BOOT_SIG for i386 and DragonFly - Apply minor style PR: 205529 Approved by: maintainer timeout (1 month) MFH: 2016Q1 Differential Revision: https://reviews.freebsd.org/D4562 Notes: svn path=/head/; revision=406516
* devel/cargo: New port Rust's Package ManagerJean-Sébastien Pédron2015-07-205-0/+189
Reviewed by: jonathan, kwm Approved by: jonathan, kwm Differential Revision: https://reviews.freebsd.org/D2799 Notes: svn path=/head/; revision=392600