aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs-devel
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2023-06-25 15:37:37 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2023-07-03 20:14:11 +0000
commit51c94d228d1e641a5853bd21235c830b3ccfb1be (patch)
tree49a919de8a9d39f0ed1f676d10d630819907fdff /editors/emacs-devel
parent84ffbf46e812acd734565613e0008e196a62cadc (diff)
downloadports-51c94d228d1e641a5853bd21235c830b3ccfb1be.tar.gz
ports-51c94d228d1e641a5853bd21235c830b3ccfb1be.zip
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
Diffstat (limited to 'editors/emacs-devel')
-rw-r--r--editors/emacs-devel/Makefile9
-rw-r--r--editors/emacs-devel/distinfo6
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