aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs-devel
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2023-01-10 15:05:14 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2023-01-11 14:52:24 +0000
commit8dd365d9e132d757ed58a3e97ae10460dd303024 (patch)
tree53ec2bc5b934f05c6b82e1e3adee9ef207e00970 /editors/emacs-devel
parenta9e71595d93377de9af87a999cd128f3f43069e5 (diff)
downloadports-8dd365d9e132d757ed58a3e97ae10460dd303024.tar.gz
ports-8dd365d9e132d757ed58a3e97ae10460dd303024.zip
editors/emacs-devel: NATIVECOMP requires GCC 11+
Follow up b4eb3cc with another pkg-message.in tweak to also let users who are upgrading know that native compilation requires GCC version 11 or newer. This shouldn't be an issue for the vast majority of users, since the default GCC version is now newer than 11. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'editors/emacs-devel')
-rw-r--r--editors/emacs-devel/files/pkg-message.in17
1 files changed, 9 insertions, 8 deletions
diff --git a/editors/emacs-devel/files/pkg-message.in b/editors/emacs-devel/files/pkg-message.in
index 20b1def400dd..7d67c2378a22 100644
--- a/editors/emacs-devel/files/pkg-message.in
+++ b/editors/emacs-devel/files/pkg-message.in
@@ -3,10 +3,10 @@
{ type: install
message: <<EOM
Emacs is now built with native compilation enabled by default, which
-requires GCC version 11 or newer. It is known that some elisp
-applications don't work correctly when compiled. You can work any
-such issues by disabling native compilation using the following
-steps.
+requires GCC version 11 or later. However, it is known that some
+elisp applications don't work correctly when compiled. You can work
+around any such issues by disabling native compilation using the
+following steps.
1. Add the following lines at the top of your Emacs configuration:
@@ -31,10 +31,11 @@ EOM
}
{ type: upgrade
message: <<EOM
-Emacs is now built with native compilation enabled, however it is
-known that some elisp applications don't work correctly when compiled.
-You can work any such issues by disabling native compilation using
-the following steps.
+Emacs is now built with native compilation enabled by default, which
+requires GCC version 11 or later. However, it is known that some
+elisp applications don't work correctly when compiled. You can work
+around any such issues by disabling native compilation using the
+following steps.
1. Add the following lines at the top of your Emacs configuration: