Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jul 2023 20:16:22 GMT
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: 51c94d228d1e - main - editors/emacs-devel: Update to 2023-07-03 snapshot, 32b092c
Message-ID:  <202307032016.363KGMlb016137@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=51c94d228d1e641a5853bd21235c830b3ccfb1be

commit 51c94d228d1e641a5853bd21235c830b3ccfb1be
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2023-06-25 15:37:37 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2023-07-03 20:14:11 +0000

    editors/emacs-devel: Update to 2023-07-03 snapshot, 32b092c
    
    Native compilation has been put through the paces over the past few
    years and is included in Emacs 28, so remove the "Experimental" label.
    Also, specify ahead-of-time compilation via the configure argument.
    
    Changes:        https://github.com/emacs-mirror/emacs/compare/8657afa...9b9dcc1
    Reviewed by:    emacs (ashish, yasu)
    Sponsored by:   The FreeBSD Foundation
---
 editors/emacs-devel/Makefile | 9 ++++-----
 editors/emacs-devel/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile
index 6a6b1f1bbfb8..81f1c960ef4f 100644
--- a/editors/emacs-devel/Makefile
+++ b/editors/emacs-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	emacs
-DISTVERSION=	30.0.50.20230616
+DISTVERSION=	30.0.50.20230703
 PORTEPOCH=	3
 CATEGORIES=	editors
 PKGNAMESUFFIX=	-devel
@@ -24,7 +24,7 @@ USES=		autoreconf:build cpe gmake localbase:ldflags ncurses pkgconfig
 CPE_VENDOR=	gnu
 USE_GITHUB=	yes
 GH_ACCOUNT=	emacs-mirror
-GH_TAGNAME=	8657afa
+GH_TAGNAME=	32b092c
 
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--disable-build-details \
@@ -115,7 +115,7 @@ M17N_DESC=		M17N support for text-shaping [implies XFT]
 MAGICK_DESC=		ImageMagick image processing support (deprecated)
 MAILUTILS_DESC=		Mail framework via GNU Mailutils
 MODULES_DESC=		Dynamic modules support
-NATIVECOMP_DESC=	Emacs Lisp native compiler support (experimental)
+NATIVECOMP_DESC=	Emacs Lisp native compiler support
 OTF_DESC=		Opentype fonts [implies XFT]
 PGTK_DESC=		Pure GTK GUI [implies CAIRO, GTK3]
 SCROLLBARS_DESC=	Toolkit scroll-bars
@@ -176,8 +176,7 @@ MAILUTILS_CONFIGURE_ENV_OFF=	ac_cv_lib_lockfile_maillock=no \
 				ac_cv_prog_liblockfile=no
 MODULES_CONFIGURE_WITH=		modules
 NATIVECOMP_USE=			GCC=yes
-NATIVECOMP_CONFIGURE_WITH=	native-compilation
-NATIVECOMP_MAKE_ARGS=		NATIVE_FULL_AOT=1
+NATIVECOMP_CONFIGURE_WITH=	native-compilation=aot
 OSS_CONFIGURE_ON=		--with-sound=oss
 OTF_LIB_DEPENDS=		libotf.so:print/libotf
 OTF_CONFIGURE_WITH=		libotf
diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo
index bfbd23dfa21e..f82da69af739 100644
--- a/editors/emacs-devel/distinfo
+++ b/editors/emacs-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1686964394
-SHA256 (emacs-mirror-emacs-30.0.50.20230616-8657afa_GH0.tar.gz) = 1d3c6093f3ff3a97e363e9b0b87f7c9baaa0bd800b744daccd96d1d7a4ced40e
-SIZE (emacs-mirror-emacs-30.0.50.20230616-8657afa_GH0.tar.gz) = 48311965
+TIMESTAMP = 1688407047
+SHA256 (emacs-mirror-emacs-30.0.50.20230703-32b092c_GH0.tar.gz) = ec0bdd00c07d33b09ce7230439ec93a36918cec5caf793ddea132e03f0cb8d4f
+SIZE (emacs-mirror-emacs-30.0.50.20230703-32b092c_GH0.tar.gz) = 48355908



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307032016.363KGMlb016137>