Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
Date: Sat, 26 Mar 2022 21:35:13
Message-Id: 1648330493.66d765c893fdb716fb2166a1a67e1a451ef1ae1e.ulm@gentoo
1 commit: 66d765c893fdb716fb2166a1a67e1a451ef1ae1e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 21:29:41 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 21:34:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d765c8
7
8 app-editors/emacs: Backport WebKit sandboxing patch to slot 26
9
10 Bug: https://bugs.gentoo.org/739354
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-editors/emacs/Manifest | 1 +
14 app-editors/emacs/emacs-26.3-r7.ebuild | 376 +++++++++++++++++++++++++++++++++
15 2 files changed, 377 insertions(+)
16
17 diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest
18 index 3af078c832bb..5301c1866c17 100644
19 --- a/app-editors/emacs/Manifest
20 +++ b/app-editors/emacs/Manifest
21 @@ -7,6 +7,7 @@ DIST emacs-24.5.tar.xz 39759804 BLAKE2B aec253528038686822d1f8ed9a52dff276789ef7
22 DIST emacs-25.3-patches-3.tar.xz 2828 BLAKE2B 9a367a545d889d2edf0ee95edb856a7367ec6c10ae6c6fe6b2b452f548184a2a721eb72c448f303a639d5210366c11cf64af33fa322496ff1fd6f7a7e995a154 SHA512 fd65b768be3e3b7b6e280324ff5dd9f790a1279775defea370be5a2555fd64c134c004723e0722331e32117901281dfa2ca2ba42ee4fb33037a3eb83617e222b
23 DIST emacs-25.3.tar.xz 42854740 BLAKE2B 4f4e2572bbef48b75c561497fc22046081e56099b6174725d79b15a5b16d5c886eaf8ff3f75cf561e989ebb092ab9e98ba7503e720a9db7560758b30d5116f23 SHA512 1cce656451b6ca8502ebb229e88bd3ef48b7f9444a10eeac4ea43bd5491b2efacd641dfa35227a33362c3866493d3449cf1df81606563eef44bba0ed668e457f
24 DIST emacs-26.3-patches-1.tar.xz 1076 BLAKE2B 1218c9a69deae0e3a55e061bd0cd2ab2b7099c86ebe861cc0b3c61a6d7a0756dce13553c861c41a9d2943b5ae78f3c607f099663e90b504d349d2a0be0f34682 SHA512 0e989e760e08675fdedb2cfca39ce63255dd092af38e0dd7febebb54aba10f5a186e1d360edecec3a4dd0ccc480dcc4430b3b9a73bdc84f8dc977591c3da395e
25 +DIST emacs-26.3-patches-2.tar.xz 1780 BLAKE2B f5dc9d041ea8a07549a817a2b18f84c8a75dce1d53e8de7c6751d48e71e27ee5a3626688252e079917b50473d6b3963f191383050799d199223cdd594be24dbe SHA512 33c91a138e2c9ba3146e66dc03cf05a4baef48019b1ca5c487a56b15f561bf208d58b0f2dc7d250682b86437dce1ce5b050887c4a5ef44194c46fbb7a7346d16
26 DIST emacs-26.3.tar.xz 44415140 BLAKE2B aa8434e6431992ee40402f03a890dd2c49784ee76f437888efe61d66b9aa2bdb816eb0bfe1055e9e154a8bb3ed065fee71623741b474d465a96964618ec775e3 SHA512 4d5a4319253afb081e105a3697eb6eeb8d8a0da18cd41346e376ca5af1e180a26e641f76c64fad1b0253168f14a511f0a4d9d4141524fb1cf4d04f25b05a76e9
27 DIST emacs-27.2-patches-3.tar.xz 7776 BLAKE2B c03947780518ebf86994b1af20cc24377094c55c783e3cbb0230da5ecb4c92613c4e6d599cefe51b297cc117e3a832c6b34365cc983da0630a9ca6f39b58d10e SHA512 a72af0dd47989b5e4ceecc48d8dfd1a362cdda17070a6a5a9c53c0448a7bceed3b27efd0dd78a0cbe3eb503015b1475cd52fc01c5aca10a52ad30635f385b190
28 DIST emacs-27.2.tar.xz 44624480 BLAKE2B 245ea96004b90f81ac74de74521cbbe086caf1176937e08157eae12cdde5a0f35fc77f7119272ed812974358e5e95abb05e1c2e4f3b501cf5401ea9274f62156 SHA512 0f63a5a8709b113ef790c1a64845dad05ead096f93f62164ff221c517a35b91ea7bced75a992d794981a85382cda03cca7338da2f5ef8f6ef1459b88018a4ce9
29
30 diff --git a/app-editors/emacs/emacs-26.3-r7.ebuild b/app-editors/emacs/emacs-26.3-r7.ebuild
31 new file mode 100644
32 index 000000000000..abf8fbc494ed
33 --- /dev/null
34 +++ b/app-editors/emacs/emacs-26.3-r7.ebuild
35 @@ -0,0 +1,376 @@
36 +# Copyright 1999-2022 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=8
40 +
41 +inherit elisp-common flag-o-matic readme.gentoo-r1
42 +
43 +DESCRIPTION="The extensible, customizable, self-documenting real-time display editor"
44 +HOMEPAGE="https://www.gnu.org/software/emacs/"
45 +SRC_URI="mirror://gnu/emacs/${P}.tar.xz
46 + https://dev.gentoo.org/~ulm/emacs/${P}-patches-2.tar.xz"
47 +
48 +LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
49 +SLOT="26"
50 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
51 +IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif gpm gsettings gtk gui gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars wide-int Xaw3d xft +xpm xwidgets zlib"
52 +
53 +RDEPEND="app-emacs/emacs-common[games?,gui(-)?]
54 + sys-libs/ncurses:0=
55 + acl? ( virtual/acl )
56 + alsa? ( media-libs/alsa-lib )
57 + dbus? ( sys-apps/dbus )
58 + games? ( acct-group/gamestat )
59 + gpm? ( sys-libs/gpm )
60 + !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) )
61 + kerberos? ( virtual/krb5 )
62 + lcms? ( media-libs/lcms:2 )
63 + libxml2? ( >=dev-libs/libxml2-2.2.0 )
64 + mailutils? ( net-mail/mailutils[clients] )
65 + !mailutils? ( acct-group/mail net-libs/liblockfile )
66 + selinux? ( sys-libs/libselinux )
67 + ssl? ( net-libs/gnutls:0= )
68 + systemd? ( sys-apps/systemd )
69 + zlib? ( sys-libs/zlib )
70 + gui? ( !aqua? (
71 + x11-libs/libICE
72 + x11-libs/libSM
73 + x11-libs/libX11
74 + x11-libs/libXext
75 + x11-libs/libXfixes
76 + x11-libs/libXinerama
77 + x11-libs/libXrandr
78 + x11-libs/libxcb
79 + x11-misc/xbitmaps
80 + gconf? ( >=gnome-base/gconf-2.26.2 )
81 + gsettings? ( >=dev-libs/glib-2.28.6 )
82 + gif? ( media-libs/giflib:0= )
83 + jpeg? ( virtual/jpeg:0= )
84 + png? ( >=media-libs/libpng-1.4:0= )
85 + svg? ( >=gnome-base/librsvg-2.0 )
86 + tiff? ( media-libs/tiff:0 )
87 + xpm? ( x11-libs/libXpm )
88 + imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= )
89 + xft? (
90 + media-libs/fontconfig
91 + media-libs/freetype
92 + x11-libs/libXft
93 + x11-libs/libXrender
94 + cairo? ( >=x11-libs/cairo-1.12.18 )
95 + m17n-lib? (
96 + >=dev-libs/libotf-0.9.4
97 + >=dev-libs/m17n-lib-1.5.1
98 + )
99 + )
100 + gtk? (
101 + x11-libs/gtk+:3
102 + xwidgets? (
103 + net-libs/webkit-gtk:4=
104 + x11-libs/libXcomposite
105 + )
106 + )
107 + !gtk? (
108 + motif? (
109 + >=x11-libs/motif-2.3:0
110 + x11-libs/libXpm
111 + x11-libs/libXmu
112 + x11-libs/libXt
113 + )
114 + !motif? (
115 + Xaw3d? (
116 + x11-libs/libXaw3d
117 + x11-libs/libXmu
118 + x11-libs/libXt
119 + )
120 + !Xaw3d? ( athena? (
121 + x11-libs/libXaw
122 + x11-libs/libXmu
123 + x11-libs/libXt
124 + ) )
125 + )
126 + )
127 + ) )"
128 +
129 +DEPEND="${RDEPEND}
130 + gui? ( !aqua? ( x11-base/xorg-proto ) )"
131 +
132 +BDEPEND="virtual/pkgconfig
133 + gzip-el? ( app-arch/gzip )"
134 +
135 +IDEPEND="app-eselect/eselect-emacs"
136 +
137 +RDEPEND+=" ${IDEPEND}"
138 +
139 +EMACS_SUFFIX="emacs-${SLOT}"
140 +SITEFILE="20${EMACS_SUFFIX}-gentoo.el"
141 +# FULL_VERSION keeps the full version number, which is needed in
142 +# order to determine some path information correctly for copy/move
143 +# operations later on
144 +FULL_VERSION="${PV%%_*}"
145 +S="${WORKDIR}/emacs-${FULL_VERSION}"
146 +PATCHES=("${WORKDIR}/patch")
147 +
148 +src_prepare() {
149 + default
150 +
151 + # Fix filename reference in redirected man page
152 + sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 || die
153 +
154 + #AT_M4DIR=m4 eautoreconf
155 +}
156 +
157 +src_configure() {
158 + strip-flags
159 + filter-flags -pie #526948
160 +
161 + if use ia64; then
162 + replace-flags "-O[2-9]" -O1 #325373
163 + else
164 + replace-flags "-O[3-9]" -O2
165 + fi
166 +
167 + local myconf
168 +
169 + if use alsa; then
170 + use sound || ewarn \
171 + "USE flag \"alsa\" overrides \"-sound\"; enabling sound support."
172 + myconf+=" --with-sound=alsa"
173 + else
174 + myconf+=" --with-sound=$(usex sound oss)"
175 + fi
176 +
177 + if ! use gui; then
178 + einfo "Configuring to build without window system support"
179 + myconf+=" --without-x --without-ns"
180 + elif use aqua; then
181 + einfo "Configuring to build with Nextstep (Macintosh Cocoa) support"
182 + myconf+=" --with-ns --disable-ns-self-contained"
183 + myconf+=" --without-x"
184 + else
185 + myconf+=" --with-x --without-ns"
186 + myconf+=" $(use_with gconf)"
187 + myconf+=" $(use_with gsettings)"
188 + myconf+=" $(use_with toolkit-scroll-bars)"
189 + myconf+=" $(use_with gif)"
190 + myconf+=" $(use_with jpeg)"
191 + myconf+=" $(use_with png)"
192 + myconf+=" $(use_with svg rsvg)"
193 + myconf+=" $(use_with tiff)"
194 + myconf+=" $(use_with xpm)"
195 + myconf+=" $(use_with imagemagick)"
196 +
197 + if use xft; then
198 + myconf+=" --with-xft"
199 + myconf+=" $(use_with cairo)"
200 + myconf+=" $(use_with m17n-lib libotf)"
201 + myconf+=" $(use_with m17n-lib m17n-flt)"
202 + else
203 + myconf+=" --without-xft"
204 + myconf+=" --without-cairo"
205 + myconf+=" --without-libotf --without-m17n-flt"
206 + use cairo && ewarn \
207 + "USE flag \"cairo\" has no effect if \"xft\" is not set."
208 + use m17n-lib && ewarn \
209 + "USE flag \"m17n-lib\" has no effect if \"xft\" is not set."
210 + fi
211 +
212 + local f line
213 + if use gtk; then
214 + einfo "Configuring to build with GIMP Toolkit (GTK+)"
215 + while read line; do ewarn "${line}"; done <<-EOF
216 + Your version of GTK+ will have problems with closing open
217 + displays. This is no problem if you just use one display, but
218 + if you use more than one and close one of them Emacs may crash.
219 + See <https://gitlab.gnome.org/GNOME/gtk/-/issues/221> and
220 + <https://gitlab.gnome.org/GNOME/gtk/-/issues/2315>.
221 + If you intend to use more than one display, then it is strongly
222 + recommended that you compile Emacs with the Athena/Lucid or the
223 + Motif toolkit instead.
224 + EOF
225 + myconf+=" --with-x-toolkit=gtk3 $(use_with xwidgets)"
226 + for f in motif Xaw3d athena; do
227 + use ${f} && ewarn \
228 + "USE flag \"${f}\" has no effect if \"gtk\" is set."
229 + done
230 + elif use motif; then
231 + einfo "Configuring to build with Motif toolkit"
232 + myconf+=" --with-x-toolkit=motif"
233 + for f in Xaw3d athena; do
234 + use ${f} && ewarn \
235 + "USE flag \"${f}\" has no effect if \"motif\" is set."
236 + done
237 + elif use athena || use Xaw3d; then
238 + einfo "Configuring to build with Athena/Lucid toolkit"
239 + myconf+=" --with-x-toolkit=lucid $(use_with Xaw3d xaw3d)"
240 + else
241 + einfo "Configuring to build with no toolkit"
242 + myconf+=" --with-x-toolkit=no"
243 + fi
244 + ! use gtk && use xwidgets && ewarn \
245 + "USE flag \"xwidgets\" has no effect if \"gtk\" is not set."
246 + fi
247 +
248 + econf \
249 + --program-suffix="-${EMACS_SUFFIX}" \
250 + --includedir="${EPREFIX}"/usr/include/${EMACS_SUFFIX} \
251 + --infodir="${EPREFIX}"/usr/share/info/${EMACS_SUFFIX} \
252 + --localstatedir="${EPREFIX}"/var \
253 + --enable-locallisppath="${EPREFIX}/etc/emacs:${EPREFIX}${SITELISP}" \
254 + --without-compress-install \
255 + --without-hesiod \
256 + --without-pop \
257 + --with-file-notification=$(usev inotify || usev gfile || echo no) \
258 + $(use_enable acl) \
259 + $(use_with dbus) \
260 + $(use_with dynamic-loading modules) \
261 + $(use_with games gameuser ":gamestat") \
262 + $(use_with gpm) \
263 + $(use_with kerberos) $(use_with kerberos kerberos5) \
264 + $(use_with lcms lcms2) \
265 + $(use_with libxml2 xml2) \
266 + $(use_with mailutils) \
267 + $(use_with selinux) \
268 + $(use_with ssl gnutls) \
269 + $(use_with systemd libsystemd) \
270 + $(use_with threads) \
271 + $(use_with wide-int) \
272 + $(use_with zlib) \
273 + ${myconf}
274 +}
275 +
276 +src_compile() {
277 + # Disable sandbox when dumping. For the unbelievers, see bug #131505
278 + emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs"
279 +}
280 +
281 +src_install() {
282 + emake DESTDIR="${D}" NO_BIN_LINK=t BLESSMAIL_TARGET= install
283 +
284 + mv "${ED}"/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} || die
285 + mv "${ED}"/usr/share/man/man1/{emacs-,}${EMACS_SUFFIX}.1 || die
286 + mv "${ED}"/usr/share/metainfo/{emacs-,}${EMACS_SUFFIX}.appdata.xml || die
287 +
288 + # move info dir to avoid collisions with the dir file generated by portage
289 + mv "${ED}"/usr/share/info/${EMACS_SUFFIX}/dir{,.orig} || die
290 + touch "${ED}"/usr/share/info/${EMACS_SUFFIX}/.keepinfodir
291 + docompress -x /usr/share/info/${EMACS_SUFFIX}/dir.orig
292 +
293 + # movemail must be setgid mail
294 + if ! use mailutils; then
295 + fowners root:mail /usr/libexec/emacs/${FULL_VERSION}/${CHOST}/movemail
296 + fperms 2751 /usr/libexec/emacs/${FULL_VERSION}/${CHOST}/movemail
297 + fi
298 +
299 + # avoid collision between slots, see bug #169033 e.g.
300 + rm "${ED}"/usr/share/emacs/site-lisp/subdirs.el || die
301 + rm -rf "${ED}"/usr/share/{applications,icons} || die
302 + rm -rf "${ED}/usr/$(get_libdir)" || die
303 + rm -rf "${ED}"/var || die
304 +
305 + # remove unused <version>/site-lisp dir
306 + rm -rf "${ED}"/usr/share/emacs/${FULL_VERSION}/site-lisp || die
307 +
308 + # remove COPYING file (except for etc/COPYING used by describe-copying)
309 + rm "${ED}"/usr/share/emacs/${FULL_VERSION}/lisp/COPYING || die
310 +
311 + if use systemd; then
312 + insinto /usr/lib/systemd/user
313 + sed -e "/^##/d" \
314 + -e "/^ExecStart/s,emacs,${EPREFIX}/usr/bin/${EMACS_SUFFIX}," \
315 + -e "/^ExecStop/s,emacsclient,${EPREFIX}/usr/bin/&-${EMACS_SUFFIX}," \
316 + etc/emacs.service | newins - ${EMACS_SUFFIX}.service
317 + assert
318 + fi
319 +
320 + if use gzip-el; then
321 + # compress .el files when a corresponding .elc exists
322 + find "${ED}"/usr/share/emacs/${FULL_VERSION}/lisp -type f \
323 + -name "*.elc" -print | sed 's/\.elc$/.el/' | xargs gzip -9n
324 + assert "gzip .el failed"
325 + fi
326 +
327 + local cdir
328 + if use source; then
329 + cdir="/usr/share/emacs/${FULL_VERSION}/src"
330 + insinto "${cdir}"
331 + # This is not meant to install all the source -- just the
332 + # C source you might find via find-function
333 + doins src/*.{c,h,m}
334 + elif has installsources ${FEATURES}; then
335 + cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src"
336 + fi
337 +
338 + sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF || die
339 + X
340 + ;;; ${EMACS_SUFFIX} site-lisp configuration
341 + X
342 + (when (string-match "\\\\\`${FULL_VERSION//./\\\\.}\\\\>" emacs-version)
343 + Y (setq find-function-C-source-directory
344 + Y "${EPREFIX}${cdir}")
345 + X (let ((path (getenv "INFOPATH"))
346 + X (dir "${EPREFIX}/usr/share/info/${EMACS_SUFFIX}")
347 + X (re "\\\\\`${EPREFIX}/usr/share\\\\>"))
348 + X (and path
349 + X ;; move Emacs Info dir before anything else in /usr/share
350 + X (let* ((p (cons nil (split-string path ":" t))) (q p))
351 + X (while (and (cdr q) (not (string-match re (cadr q))))
352 + X (setq q (cdr q)))
353 + X (setcdr q (cons dir (delete dir (cdr q))))
354 + X (setq Info-directory-list (prune-directory-list (cdr p)))))))
355 + EOF
356 + elisp-site-file-install "${T}/${SITEFILE}" || die
357 +
358 + dodoc README BUGS CONTRIBUTE
359 +
360 + if use gui && use aqua; then
361 + dodir /Applications/Gentoo
362 + rm -rf "${ED}"/Applications/Gentoo/${EMACS_SUFFIX^}.app || die
363 + mv nextstep/Emacs.app \
364 + "${ED}"/Applications/Gentoo/${EMACS_SUFFIX^}.app || die
365 + fi
366 +
367 + local DOC_CONTENTS="You can set the version to be started by
368 + /usr/bin/emacs through the Emacs eselect module, which also
369 + redirects man and info pages. Therefore, several Emacs versions can
370 + be installed at the same time. \"man emacs.eselect\" for details.
371 + \\n\\nIf you upgrade from a previous major version of Emacs, then
372 + it is strongly recommended that you use app-admin/emacs-updater
373 + to rebuild all byte-compiled elisp files of the installed Emacs
374 + packages."
375 + if use gui; then
376 + DOC_CONTENTS+="\\n\\nYou need to install some fonts for Emacs.
377 + Installing media-fonts/font-adobe-{75,100}dpi on the X server's
378 + machine would satisfy basic Emacs requirements under X11.
379 + See also https://wiki.gentoo.org/wiki/Xft_support_for_GNU_Emacs
380 + for how to enable anti-aliased fonts."
381 + use aqua && DOC_CONTENTS+="\\n\\n${EMACS_SUFFIX^}.app is in
382 + \"${EPREFIX}/Applications/Gentoo\". You may want to copy or
383 + symlink it into /Applications by yourself."
384 + fi
385 + readme.gentoo_create_doc
386 +}
387 +
388 +pkg_preinst() {
389 + # move Info dir file to correct name
390 + if [[ -d ${ED}/usr/share/info ]]; then
391 + mv "${ED}"/usr/share/info/${EMACS_SUFFIX}/dir{.orig,} || die
392 + fi
393 +}
394 +
395 +pkg_postinst() {
396 + elisp-site-regen
397 + readme.gentoo_print_elog
398 +
399 + if use livecd; then
400 + # force an update of the emacs symlink for the livecd/dvd,
401 + # because some microemacs packages set it with USE=livecd
402 + eselect emacs update
403 + else
404 + eselect emacs update ifunset
405 + fi
406 +}
407 +
408 +pkg_postrm() {
409 + elisp-site-regen
410 + eselect emacs update ifunset
411 +}