Skip to content
Snippets Groups Projects
Commit 80169576 authored by Yasuhiro Kimura's avatar Yasuhiro Kimura
Browse files

editors/emacs-devel: Update to 2022-08-16 snapshot

This fixes the problem that devel_full and devel_nox flavors of some
ports depending on emacs fail to be built with following error
message.

Symbol's function definition is void: update-directory-autoloads

Changes:	https://github.com/emacs-mirror/emacs/compare/11e6c12...cf873c1
parent 71e17812
No related branches found
No related tags found
No related merge requests found
PORTNAME= emacs
DISTVERSION= 29.0.50.20220811
DISTVERSION= 29.0.50.20220816
PORTEPOCH= 2
CATEGORIES= editors
PKGNAMESUFFIX= -devel
......@@ -23,7 +23,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags ncurses pkgconfig
CPE_VENDOR= gnu
USE_GITHUB= yes
GH_ACCOUNT= emacs-mirror
GH_TAGNAME= 11e6c12
GH_TAGNAME= cf873c1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-build-details \
......
TIMESTAMP = 1660224718
SHA256 (emacs-mirror-emacs-29.0.50.20220811-11e6c12_GH0.tar.gz) = 7e246ab98faebdfab44ac8977c3430a5d3b8595d753ad87a42e5e3640ca63293
SIZE (emacs-mirror-emacs-29.0.50.20220811-11e6c12_GH0.tar.gz) = 45941749
TIMESTAMP = 1660631179
SHA256 (emacs-mirror-emacs-29.0.50.20220816-cf873c1_GH0.tar.gz) = ddfde71220731ed90bff8651f263abc37ca72e50dd05c04d9911d441cdf2a2db
SIZE (emacs-mirror-emacs-29.0.50.20220816-cf873c1_GH0.tar.gz) = 45952315
......@@ -2647,8 +2647,6 @@ share/applications/emacsclient-mail.desktop
%%DATADIR%%/%%EMACS_VER%%/lisp/mail/uudecode.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/mail/yenc.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/mail/yenc.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/makesum.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/makesum.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/man.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/man.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/master.el.gz
......@@ -2659,7 +2657,8 @@ share/applications/emacsclient-mail.desktop
%%DATADIR%%/%%EMACS_VER%%/lisp/md4.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/menu-bar.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/menu-bar.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-acros.el
%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-acros.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-acros.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-alias.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-alias.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-buffers.el.gz
......@@ -2972,6 +2971,8 @@ share/applications/emacsclient-mail.desktop
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/landmark.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/longlines.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/longlines.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/makesum.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/makesum.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mantemp.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mantemp.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/meese.el.gz
......@@ -3713,12 +3714,12 @@ share/applications/emacsclient-mail.desktop
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/css-mode.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/dns-mode.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/dns-mode.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/emacs-authors-mode.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/emacs-authors-mode.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/emacs-news-mode.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/emacs-news-mode.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/enriched.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/enriched.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/etc-authors-mode.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/etc-authors-mode.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/fill.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/fill.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/flyspell.el.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment