diff options
| author | Joseph Mingrone <jrm@FreeBSD.org> | 2026-04-14 14:12:19 +0000 |
|---|---|---|
| committer | Joseph Mingrone <jrm@FreeBSD.org> | 2026-04-14 14:21:47 +0000 |
| commit | 68c8d4070d4a132d0fbd5f75307fd3d7beac4221 (patch) | |
| tree | df6e971715cb49902038ca630020736bbeb7bf01 | |
| parent | 3456955110f71312774623e2c108172c6b553748 (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-- | UPDATING | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 |
