aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2026-04-14 14:12:19 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2026-04-14 14:21:47 +0000
commit68c8d4070d4a132d0fbd5f75307fd3d7beac4221 (patch)
treedf6e971715cb49902038ca630020736bbeb7bf01
parent3456955110f71312774623e2c108172c6b553748 (diff)
UPDATING: Add guidance to 20260411 Elisp entry for unclean builds
The new text helps users avoid conflicts when building in an unclean environment. Reported by: rhurlin Sponsored by: The FreeBSD Foundation
-rw-r--r--UPDATING13
1 files changed, 12 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 084ec21a9934..cc9123063572 100644
--- a/UPDATING
+++ b/UPDATING
@@ -23,7 +23,7 @@ you update your ports collection, before attempting any port upgrades.
https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_core_2.19.html
20260411:
- AFFECTS: AFFECTS: users of elisp (*-emacs_*) packages
+ AFFECTS: users of elisp (*-emacs_*) packages
AUTHOR: jrm@FreeBSD.org
Packages for different flavors of elisp ports have been removed. For
@@ -52,6 +52,17 @@ you update your ports collection, before attempting any port upgrades.
pkg set -yn "$i":"$nn"
done
+ If you are building ports in an unclean environment, you may have to specify
+ the Emacs build flavor to avoid conflicts. For example, if you have the
+ default flavor of editors/emacs installed, add the following to
+ /etc/make.conf:
+
+ DEFAULT_VERSIONS+=emacs=full
+
+ Possible values are: full, canna, nox, wayland, devel_full, and devel_nox.
+ Values prefixed with devel_ select editors/emacs-devel; others select
+ editors/emacs. The default is nox.
+
20260401:
AFFECTS: users of security/openvpn
AUTHOR: mandree@FreeBSD.org