mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Minor release with several bug fixes and some incompatible changes[1]. [1] https://blog.bazel.build/2020/10/06/bazel-3-6.html Renewed almost all patches under files/ (via make makepatch). PR: 250164 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D26715
11 lines
276 B
Bash
11 lines
276 B
Bash
--- scripts/bootstrap/buildenv.sh.orig 2020-10-07 21:26:37 UTC
|
|
+++ scripts/bootstrap/buildenv.sh
|
|
@@ -230,7 +230,7 @@ function clear_log() {
|
|
rm -f ${phasefile}
|
|
}
|
|
|
|
-LEAVES="\xF0\x9F\x8D\x83"
|
|
+LEAVES="[LEAVES]"
|
|
INFO="\033[32mINFO\033[0m:"
|
|
WARNING="\033[31mWARN\033[0m:"
|
|
|