Date: Mon, 17 May 2021 16:57:29 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3e61adacc1c4 - main - lang/rust-bootstrap: Ack that we have read src/bootstrap/CHANGLOG.md Message-ID: <202105171657.14HGvTWg006883@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e61adacc1c4cdf913ea6cbd0b19ec18b62b0bf7 commit 3e61adacc1c4cdf913ea6cbd0b19ec18b62b0bf7 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-05-17 12:06:15 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-05-17 16:56:25 +0000 lang/rust-bootstrap: Ack that we have read src/bootstrap/CHANGLOG.md Same as in lang/rust. --- lang/rust-bootstrap/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index cfe871f2a232..447c7119660b 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -151,7 +151,8 @@ do-configure: # Check that the running kernel has COMPAT_FREEBSD11 required by lang/rust post-ino64 @${SETENV} CC="${CC}" OPSYS="${OPSYS}" OSVERSION="${OSVERSION}" WRKDIR="${WRKDIR}" \ ${SH} ${SCRIPTSDIR}/rust-compat11-canary.sh - @${ECHO_CMD} '[build]' > ${WRKSRC}/config.toml + @${ECHO_CMD} 'changelog-seen=2' > ${WRKSRC}/config.toml + @${ECHO_CMD} '[build]' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'vendor=true' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'extended=false' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'python="${PYTHON_CMD}"' >> ${WRKSRC}/config.toml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105171657.14HGvTWg006883>