Date: Tue, 14 Apr 2026 14:21:51 +0000 From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 68c8d4070d4a - main - UPDATING: Add guidance to 20260411 Elisp entry for unclean builds Message-ID: <69de4d7f.478a0.8d690e8@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=68c8d4070d4a132d0fbd5f75307fd3d7beac4221 commit 68c8d4070d4a132d0fbd5f75307fd3d7beac4221 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2026-04-14 14:12:19 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2026-04-14 14:21:47 +0000 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 --- UPDATING | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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.orghome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de4d7f.478a0.8d690e8>
