Skip to content

Commit

Permalink
editors/emacs-devel: Update to 2023-07-03 snapshot, 32b092c
Browse files Browse the repository at this point in the history
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:	emacs-mirror/emacs@8657afa...9b9dcc1
Reviewed by:	emacs (ashish, yasu)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
Jehops committed Jul 3, 2023
1 parent 84ffbf4 commit 51c94d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions editors/emacs-devel/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= emacs
DISTVERSION= 30.0.50.20230616
DISTVERSION= 30.0.50.20230703
PORTEPOCH= 3
CATEGORIES= editors
PKGNAMESUFFIX= -devel
Expand All @@ -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 \
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions editors/emacs-devel/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 51c94d2

Please sign in to comment.