git: 3e61adacc1c4 - main - lang/rust-bootstrap: Ack that we have read src/bootstrap/CHANGLOG.md
Tobias Kortkamp
tobik at FreeBSD.org
Mon May 17 16:57:30 UTC 2021
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3e61adacc1c4cdf913ea6cbd0b19ec18b62b0bf7
commit 3e61adacc1c4cdf913ea6cbd0b19ec18b62b0bf7
Author: Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-05-17 12:06:15 +0000
Commit: Tobias Kortkamp <tobik at 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
More information about the dev-commits-ports-all
mailing list