git: 8dd365d9e132 - main - editors/emacs-devel: NATIVECOMP requires GCC 11+

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Wed, 11 Jan 2023 14:52:51 UTC
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8dd365d9e132d757ed58a3e97ae10460dd303024

commit 8dd365d9e132d757ed58a3e97ae10460dd303024
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2023-01-10 15:05:14 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2023-01-11 14:52:24 +0000

    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
---
 editors/emacs-devel/files/pkg-message.in | 17 +++++++++--------
 1 file 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: