Changeset View
Changeset View
Standalone View
Standalone View
lang/rust-nightly/Makefile
| # Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | # Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| # Run update.sh to update to the latest nightly | # Run update.sh to update to the latest nightly | ||||
| PORTVERSION= 1.53.0.${NIGHTLY_DATE:C,-,,g} | PORTVERSION= 1.53.0.${NIGHTLY_DATE:C,-,,g} | ||||
| # Always set PORTREVISION explicitly as otherwise it is inherited from lang/rust | # Always set PORTREVISION explicitly as otherwise it is inherited from lang/rust | ||||
| PORTREVISION= 0 | PORTREVISION= 0 | ||||
| PKGNAMESUFFIX= -nightly | PKGNAMESUFFIX= -nightly | ||||
| DISTNAME= rustc-nightly-src | DISTNAME= rustc-nightly-src | ||||
| IGNORE= unimportant for exp-run | |||||
| ONLY_FOR_ARCHS= amd64 | ONLY_FOR_ARCHS= amd64 | ||||
| ONLY_FOR_ARCHS_REASON= upstream does not provide bootstraps for other architectures | ONLY_FOR_ARCHS_REASON= upstream does not provide bootstraps for other architectures | ||||
| CONFLICTS_INSTALL= rust | CONFLICTS_INSTALL= rust | ||||
| MASTERDIR= ${.CURDIR}/../rust | MASTERDIR= ${.CURDIR}/../rust | ||||
| PATCHDIR= ${.CURDIR}/files | PATCHDIR= ${.CURDIR}/files | ||||
| DISTINFO_FILE= ${.CURDIR}/distinfo | DISTINFO_FILE= ${.CURDIR}/distinfo | ||||
| NIGHTLY_DATE= 2021-03-23 | NIGHTLY_DATE= 2021-03-23 | ||||
| BOOTSTRAPS_DATE= 2021-02-14 | BOOTSTRAPS_DATE= 2021-02-14 | ||||
| RUST_BOOTSTRAP_VERSION= beta | RUST_BOOTSTRAP_VERSION= beta | ||||
| .include "${MASTERDIR}/Makefile" | .include "${MASTERDIR}/Makefile" | ||||