# Run update.sh to update to the latest nightly PORTVERSION= 1.91.0.${NIGHTLY_DATE:C,-,,g} # Always set PORTREVISION explicitly as otherwise it is inherited from lang/rust PORTREVISION= 0 PKGNAMESUFFIX= -nightly DISTNAME= rustc-nightly-src ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= upstream does not provide bootstraps for other architectures CONFLICTS_INSTALL= rust MASTERDIR= ${.CURDIR}/../rust PATCHDIR= ${.CURDIR}/files DISTINFO_FILE= ${.CURDIR}/distinfo NIGHTLY_DATE= 2025-08-05 BOOTSTRAPS_DATE= 2025-06-24 RUST_BOOTSTRAP_VERSION= beta post-configure: # remove after bootstraps are updated to version higher than 2025-07-27 @${REINPLACE_CMD} -e '/ccache=/d' ${WRKSRC}/config.toml .include "${MASTERDIR}/Makefile"