<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/editors/emacs, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-07-06T04:27:50Z</updated>
<entry>
<title>editors/emacs: Fix CVE-2026-6861</title>
<updated>2026-07-06T04:27:50Z</updated>
<author>
<name>Kousuke Kannagi</name>
<email>mce@FreeBSD.org</email>
</author>
<published>2026-07-06T02:53:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=915d199e510d37e924567bbe2740fbb8ebd0a313'/>
<id>urn:sha1:915d199e510d37e924567bbe2740fbb8ebd0a313</id>
<content type='text'>
Upstream bug:	https://debbugs.gnu.org/cgi/bugreport.cgi?bug=80851
PR:		296546
Reviewed by:	jrm
Security:	CVE-2026-6861
</content>
</entry>
<entry>
<title>editors/emacs: Backport support for tree-sitter 0.26+</title>
<updated>2026-04-15T18:08:52Z</updated>
<author>
<name>Denis Shaposhnikov</name>
<email>dsh@bamus.cz</email>
</author>
<published>2026-04-10T18:51:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4bbf412fbf22e54d3e2e8ba68a578a050db8f800'/>
<id>urn:sha1:4bbf412fbf22e54d3e2e8ba68a578a050db8f800</id>
<content type='text'>
Obtained from upstream commits:
- d587ce8c65 - Support Tree-sitter version 0.26 and later
- b01435306a - Change tree-sitter query predicate names (bug#79687)

PR:		294394
</content>
</entry>
<entry>
<title>Emacs Lisp ports framework: Overhaul</title>
<updated>2026-04-11T16:03:58Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2026-03-20T04:15:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bc45b7ec889c7662bbbc64d26b00424db8dcb741'/>
<id>urn:sha1:bc45b7ec889c7662bbbc64d26b00424db8dcb741</id>
<content type='text'>
This overhaul introduces four key changes to the elisp ports framework:

1. Remove support for packaged byte-compiled elisp.

   The primary motivation is to remove a large number of flavor-specific
   packages and to simplify the ports tree.  As an example, supporting
   byte-compiled elisp for devel/tablist required six packages, one for
   each flavor of editors/emacs and editors/emacs-devel.  With over 100
   elisp ports and requests for new Emacs flavors, this was
   unmanageable.

2. Install configuration to integrate with Emacs's native compilation
   machinery, allowing elisp from ports to be compiled into the standard
   cache under the user's home directory.

   This matches the behavior of GNU ELPA packages and generally results
   in a faster experience.  Speedups vary depending on the
   characteristics of the elisp code, but are often reported to be 2.5
   to 5 times faster than byte-compiled code.

3. Perform byte compilation on the target host, but only when native
   compilation is unavailable.  Compilation is initiated when Emacs
   starts, and the resulting .elc files are cached under the user's
   home directory.

4. Load all autoload files installed by FreeBSD elisp ports.  This
   mirrors what package.el does for ELPA packages, ensuring that
   autoloaded functions are available without requiring users to
   explicitly load each package.

Users with elisp packages (*-emacs_*) installed should consult the
2026-04-11 UPDATING entry for instructions on handling the transition.

Reviewed by:	ashish, Benjamin Jacobs &lt;freebsd@dev.thsi.be&gt;, dinoex,
		mandree, mce, nobutaka, Pat Maddox &lt;pat@patmaddox.com&gt;,
		rhurlin
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D56001
</content>
</entry>
<entry>
<title>editors/emacs: Unbreak build after devel/tree-sitter update</title>
<updated>2026-03-30T18:08:33Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2026-03-30T17:54:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0c810e677ac68d110f85a6fa9258e2c8147a9133'/>
<id>urn:sha1:0c810e677ac68d110f85a6fa9258e2c8147a9133</id>
<content type='text'>
When devel/tree-sitter was updated from version 0.25.10 to 0.26.7 in
19fa3d59c58, editors/emacs failed to build due to a breaking ABI change
introduced in tree-sitter 0.26.

Fix the build by patching Emacs to call tree-sitter's new function,
ts_language_abi_version, rather than the old ts_language_version. Both
functions have the same signature.

PR:		294144
Reported by:	russo@bogodyn.org
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>graphics/lcms2: Bump PORTREVISION of dependent ports for shlib change</title>
<updated>2026-02-03T05:13:43Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2026-02-03T05:08:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2adc4bef7df69089f28bd4525c58238aebc4a34d'/>
<id>urn:sha1:2adc4bef7df69089f28bd4525c58238aebc4a34d</id>
<content type='text'>
PR:		292881
Reported by:	Petr Lampa &lt;lampa@fit.vutbr.cz&gt;
</content>
</entry>
<entry>
<title>editors/emacs: Pin to GCC 13</title>
<updated>2025-12-21T17:50:50Z</updated>
<author>
<name>Lorenzo Salvadore</name>
<email>salvadore@FreeBSD.org</email>
</author>
<published>2025-12-21T17:50:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b9daae5590abd2644dd2a96f53c376816226de5'/>
<id>urn:sha1:6b9daae5590abd2644dd2a96f53c376816226de5</id>
<content type='text'>
Build fails on some FreeBSD versions with GCC 14, which is about to
become GCC_DEFAULT. Pin to GCC 13 until the issue is fixed.

PR:		288303
Reported by:	yasu
Tested by:	yasu, jrm
</content>
</entry>
<entry>
<title>editors/emacs: Update to 30.2</title>
<updated>2025-08-16T00:42:54Z</updated>
<author>
<name>Yasuhiro Kimura</name>
<email>yasu@FreeBSD.org</email>
</author>
<published>2025-08-15T03:15:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=41e3c046e7bca7ea4bb6b98e280b68e922bf4b9d'/>
<id>urn:sha1:41e3c046e7bca7ea4bb6b98e280b68e922bf4b9d</id>
<content type='text'>
* Replace '30.1' in Mk/Uses/emacs.mk with '30.2'.
* Bump PORTREVISION of dependent ports.

ChangLog:	https://cgit.git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30.2
Reviewed by:	jrm
Differential Revision:	https://reviews.freebsd.org/D51906
</content>
</entry>
<entry>
<title>libxml2: chase libxml soversion bump</title>
<updated>2025-06-30T09:04:22Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2025-06-30T09:04:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3068854dd0263c7ccc8d62569081d3e150a21651'/>
<id>urn:sha1:3068854dd0263c7ccc8d62569081d3e150a21651</id>
<content type='text'>
</content>
</entry>
<entry>
<title>editors/emacs: disable NATIVECOMP on powerpc64</title>
<updated>2025-06-01T11:06:23Z</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2025-05-28T16:00:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2911a8fb9e059cd68804cb7e8c3ace9ba583c53f'/>
<id>urn:sha1:2911a8fb9e059cd68804cb7e8c3ace9ba583c53f</id>
<content type='text'>
Same issue as on armv7.
</content>
</entry>
<entry>
<title>editors/emacs: fix build on armv7</title>
<updated>2025-05-01T10:02:59Z</updated>
<author>
<name>Robert Clausecker</name>
<email>fuz@FreeBSD.org</email>
</author>
<published>2025-04-25T08:41:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ce3b3300759cd00d16095da678e3ea240a4fe944'/>
<id>urn:sha1:ce3b3300759cd00d16095da678e3ea240a4fe944</id>
<content type='text'>
gccjit crashes during configure if NATIVECOMP is enabled on armv7.
Exclude the option there to fix the build.

Approved by:	portmgr (build fix blanket)
MFH:		2025Q2
</content>
</entry>
</feed>
