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: 8657afa...9b9dcc1
Reviewed by: emacs (ashish, yasu)
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
84ffbf46e8
commit
51c94d228d
2 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue