./editors/emacs30, GNU editing macros (editor)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 30.2nb12, Package name: emacs30-30.2nb12, Maintainer: pkgsrc-users

GNU Emacs is an extensible, customizable editor textand more. At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing. The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
wide variety of file types including plain text, source code, and
HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
customization interface.
- A large number of extensions that add other functionality, including
a project planner, mail and news reader, debugger interface,
calendar, and more. Many of these extensions are distributed with
GNU Emacs; others are available separately.

This package contains Emacs version 30.



Package options: dbus, gnutls, gtk3, libgccjit, libotf, libwebp, tree-sitter, x11, xml

Master sites: (Expand)

Filesize: 54023.754 KB

Version history: (Expand)


CVS history: (Expand)


   2026-08-03 20:10:30 by Thomas Klausner | Files touched by this commit (77)
Log message:
*: recursive bump for OpenJPH
   2026-06-23 11:37:04 by Thomas Klausner | Files touched by this commit (76)
Log message:
*: recursive bump for OpenJPH
   2026-06-20 15:02:54 by Thomas Klausner | Files touched by this commit (77)
Log message:
*: recursive bump for OpenJPH 0.28

The upgrade only bumped the shlib minor but there is no symlink for the major
so this version is recorded.
   2026-06-11 09:18:01 by Thomas Klausner | Files touched by this commit (788)
Log message:
gtk3: bump PKGREVISION for wayland option default change

Recursive bump to hopefully fix bulk build fallout due to the
unversioned change.
   2026-05-14 18:42:34 by Ryo ONODERA | Files touched by this commit (1335)
Log message:
*: Recursive revbump from security/nettle-4.0
   2026-04-20 20:14:10 by Adam Ciarcinski | Files touched by this commit (45)
Log message:
revbump for x265
   2026-02-24 08:13:49 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1)
Log message:
emacs30: Fix PR pkg/60023

The macOS SDK provides its own version of getopt_long(3).
   2026-02-06 23:09:44 by Chuck Cranor | Files touched by this commit (2)
Log message:
emacs30: redundant Emacs.pdmp removed from macosx Applications dir

emacs30 fails to build on macosx with pkgsrc error:

  pkg_create: can't stat \ 
`.../pkgsrc/editors/emacs30/work/.destdir/usr/local/pkg/Applications/Emacs.app/C \ 
ontents/MacOS/libexec/Emacs.pdmp'

and

  The following files are in the PLIST but not in ... (cites Emacs.pdmp)

This is due to an upstream change from emacs29 to emacs30.  In a
non-self contained install you do not need Contents/MacOS/libexec/Emacs.pdmp
in the Applications directory because emacs uses the one installed
in the libexec directory.  i.e. the one referenced in the main PLIST
file herek libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/emacs.pdmp
This file is no longer present in emacs30.

So we can safely remove references to:

  Applications/Emacs.app/Contents/MacOS/libexec/Emacs.pdmp

from PLIST.cocoa and options.mk.

The relevant upstream changes can be found here (look for bug 66022):
  https://github.com/emacs-mirror/emacs/commits/master/nextstep/Makefile.in