Path to this page:
./
editors/emacs24,
GNU editing macros (editor)
Branch: pkgsrc-2014Q4,
Version: 24.4nb1,
Package name: emacs24-24.4nb1,
Maintainer: pkgsrc-usersGNU 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 24.
Required to run:[
devel/m17n-lib] [
graphics/jpeg] [
graphics/hicolor-icon-theme] [
graphics/libotf] [
graphics/librsvg] [
graphics/tiff] [
graphics/png] [
graphics/giflib] [
graphics/freetype2] [
sysutils/desktop-file-utils] [
sysutils/dbus] [
x11/libXpm] [
x11/gtk3] [
fonts/Xft2] [
fonts/fontconfig]
Required to build:[
pkgtools/x11-links] [
x11/dri2proto] [
x11/xf86vidmodeproto] [
x11/xf86driproto] [
x11/renderproto] [
x11/damageproto] [
x11/fixesproto4] [
x11/xextproto] [
x11/xproto] [
x11/inputproto] [
x11/randrproto] [
x11/glproto] [
x11/compositeproto] [
x11/xcb-proto]
Package options: dbus, svg, x11, xft2, gtk3
Master sites: (Expand)
SHA1: df540d889a685a3ccaae94682b3ff131968e2706
RMD160: 52bec18c5f8e4ee7ea3b765620c0f19d2ee524c9
Filesize: 57636.799 KB
Version history: (Expand)
- (2015-01-25) Updated to version: emacs24-24.4nb1
- (2014-12-30) Package added to pkgsrc.se, version emacs24-24.4 (created)
CVS history: (Expand)
2015-01-25 11:21:18 by Matthias Scheler | Files touched by this commit (4) |
Log message:
Pullup ticket #4595 - requested by gdt
editors/emacs24: build fix
Revisions pulled up:
- editors/emacs24-nox11/Makefile 1.8
- editors/emacs24/Makefile 1.31
- editors/emacs24/distinfo 1.15
- editors/emacs24/patches/patch-gnu_readlinkat.c 1.1
---
Module Name: pkgsrc
Committed By: gdt
Date: Sat Jan 10 16:15:30 UTC 2015
Modified Files:
pkgsrc/editors/emacs24: Makefile distinfo
pkgsrc/editors/emacs24-nox11: Makefile
Added Files:
pkgsrc/editors/emacs24/patches: patch-gnu_readlinkat.c
Log message:
Copy gnulib readlinkat patch from archivers/gtar-base.
This undefines readlink so that the twisty maze of symlinks builds,
and fixes the build on netbsd-5. Confirmed to work on netbsd-5/amd64
and netbsd-6/i386. Thanks to obache@ for pointing out the problem.
I will request a pullup to 2014Q4 soon if there are no objections.
|