Port details |
- emacs-nox11 GNU editing macros
- 25.3_1,3 editors
=3 25.3_1,3Version of this port present on the latest quarterly branch.
- Maintainer: ashish@FreeBSD.org
- Port Added: 2008-11-14 13:03:15
- Last Update: 2018-02-01 18:03:10
- SVN Revision: 460621
- People watching this port, also watch:: zsh, tmux, pcre, git, gmake
- Also Listed In: ipv6
- License: GPLv3+
- WWW:
- http://www.gnu.org/software/emacs/
- Description:
- GNU Emacs is a self-documenting, customizable, extensible real-time
display editor.
Users new to Emacs will be able to use basic features fairly rapidly
by studying the tutorial and using the self-documentation features.
Emacs also has an extensive interactive manual browser. It is easily
extensible since its editing commands are written in Lisp.
GNU Emacs's many special packages handle mail reading (RMail) and
sending (Mail), outline editing (Outline), compiling (Compile),
running subshells within Emacs windows (Shell), running a Lisp
read-eval-print loop (Lisp-Interaction-Mode), automated psychotherapy
(Doctor :-) and many more.
Canna support is contributed by Yuji TAKANO (takachan@running-dog.net).
WWW: http://www.gnu.org/software/emacs/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- emacs-nox11>0:editors/emacs-nox11
- No installation instructions:
- This port has been deleted.
- PKGNAME: emacs-nox11
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1505178274
SHA256 (emacs-25.3.tar.xz) = 253ac5e7075e594549b83fd9ec116a9dc37294d415e2f21f8ee109829307c00b
SIZE (emacs-25.3.tar.xz) = 42854740
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: editors/emacs
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- makeinfo : print/texinfo
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libgnutls.so : security/gnutls
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for emacs-nox11-25.3_1,3:
ACL=off: Access control list support
CANNA=off: Japanese input support
DBUS=off: D-Bus IPC system support
GNUTLS=on: SSL/TLS support via GnuTLS
LLDB=off: LLDB support for GUD
MODULES=on: Dynamic modules support
SOURCES=on: Install sources
XML=on: XML format or parser support
====> File notification support: you can only select none or one of them
GFILE=off: File notification via gfile
KQUEUE=off: File notification via kqueue
====> Sound (audio) support: you can only select none or one of them
ALSA=off: ALSA audio architecture support
OSS=off: Open Sound System support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cpe gmake makeinfo ncurses pkgconfig tar:xz gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: editors/emacs |
Commit | Credits | Log message |
25.3_1,3 01 Feb 2018 18:03:10 |
jrm |
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506 |
25.1,3 14 Mar 2017 03:04:13 |
ashish |
- Mark port as BROKEN for aarch64
- Remove now redundant BROKEN_* directive from slave port:
editors/emacs-nox11
Reported by: Gergely Czuczy <gergely.czuczy at harmless.hu> |
25.1,3 10 Nov 2016 01:21:43 |
linimon |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
25.1,3 02 Oct 2016 05:07:22 |
ashish |
GNU Emacs updates
editors/emacs:
- Update to 25.1[1]
- Update CANNA patchset[2]
- Cleanup CONFLICTS_INSTALL list[1]
- Add LLDB option for lldb support (provided by 3rd party) to GUD[1]
- Add various other options, and re-order options[1]
- Incorporate games stuff in pkg-plist[1]
- Remove outdated diffs[1]
editors/emacs-nox11:
- Update to 25.1[3]
- Cleanup CONFLICTS_INSTALL list[3]
editors/emacs-devel:
- Update to git revision 25dca60d
Mk/bsd.emacs.mk:
- Update version numbers[4]
PR: 212807 [1], 212808 [3], 212809 [4]
Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1][3][4]
TAKANO Yuji <takachan@running-dog.net> (private email) [2] |
24.5_3,3 08 Apr 2016 08:00:15 |
ashish |
editors/emacs:
- Clarify LICENSE, as it's "or any later version" clause
- Switch to CONFLICTS_INSTALL, as conflicts only happen on install
- Finish OPTIONS helpers conversion
- Convert patch-sources.el to SUB_FILES
- Convert *FLAGS to USES=localbase
- Convert IGNORE and SOUND to _IMPLIES
- Drop DBUS_PTHREAD_LIBS after ports r382294
- Drop default WRKSRC
- Drop clang workaround for unsupported FreeBSD versions
editors/emacs-nox11:
- Kill EMACS_NO_X11_SLAVE in favour of ?= variables
- Conflict with any EMACS_VER
PR: 208217
Submitted by: jbeich |
24.5,3 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
24.4,3 05 Nov 2014 13:17:17 |
ashish |
GNU Emacs Updates
editors/emacs:
- Update to 24.4[1]
- Remove all upstreamed diffs[1]
- Switch to static pkg-plist[1]
- Add OPTIONs for ACL, file notification, LTO, ALSA, and OSS[1]
- Reword IGNORE messages for portlint[1]
- Add fix for a Emacs TRAMP bug
- Update CANNA patchset[2]
editors/emacs-devel:
- Update to bzr snapshot revision 118251
- Add pkg-install, and pkg-deinstall file missed from r364499
- Switch to static pkg-plist (Only the first 15 lines of the commit message are shown above ) |
24.3_14,3 06 Oct 2014 17:06:14 |
bapt |
Propagate the bump of emacs portrevision to notice the plist change |
24.3_13,3 07 Aug 2014 06:42:58 |
ashish |
- Fix breakage caused by r364084, where @dirrmtry entries were removed
from emacs port Makefile by adding the removed @dirrmtry entries in
PLIST_DIRSTRY
Reported by: QAT |
24.3_12,3 05 Aug 2014 09:09:27 |
ashish |
- Move /var/games/emacs stuff from pkg-plist into pkg-{de,}install as it's
not installed in $PREFIX, which causes issues with `check-plist' target
- Remove extraneous @dirrmtry entries
- Bump PORTREVISION due to pkg-plist change
Reported by: rpaulo |
24.3_11,3 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
24.3_10,3 04 Jan 2014 20:12:38 |
ashish |
- Fix the logic in updating emacs.desktop file, from the regression introduced
in r338450
PR: ports/185468
Submitted by: rakuco |
24.3_9,3 02 Jan 2014 15:43:18 |
ashish |
- Add PKGNAMESUFFIX
- Add STAGE support
- Use OptionsNG helpers
- Rename X11TOOLKIT option to X11
- Add OPTIONS for emacs-nox11 slave
- Install info manuals to their own directory to avoid conflicts[1][3][4]
- Add a patch from upstream to fix building on non-X11 platforms[2]
- Add a patch from upstream to fix building on 9.x and later platforms
due to C11 support
- Explicitly depend on GCC for i386 platforms, broken due to clang bug# 18171
- Mark port as MAKE_JOBS_SAFE
PR: ports/183064[2], ports/181758[3], ports/179843[4]
Reported by: Jay Borkenhagen <jayb at braeburn.org>[1] |
24.3_8,3 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
23.3_8,2 02 Nov 2011 13:02:33 |
ashish |
- Enable SYNC_INPUT option, which was disabled in previous commit
- Bump PORTREVISION
Feature safe: yes |
23.3_7,2 29 Oct 2011 22:17:12 |
ashish |
- Disable OPTIONS for editors/emacs-nox11 slave port
- Bump PORTREVISION of editors/emacs-nox11
Thanks to dougb, and eadler for showing the way
Reported by: bz |
23.2_2,2 22 Jun 2010 07:48:38 |
ashish |
- Exclude DBUS support from editors/emacs-nox11 so it builds without X11.
Thanks to swell.k@gmail.com for the fix.
PR: ports/147103
Submitted by: swell.k@gmail.com
Approved by: pgj (mentor)
Feature safe: yes |
23.2,2 24 May 2010 12:04:25 |
keramida |
The last commit to Makefile was...
Approved by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) |
23.2,2 24 May 2010 12:03:23 |
keramida |
Revert revision 1.3 it breaks "make -V PKGNAME" (possibly others too)
The check for WITH_DBUS && WITHOUT_X11 can be done in the
Makefile of the master port. It doesn't really help to have the
same check repeated in all the slave ports. Updating multiple
places is actually worse. |
23.2 21 May 2010 19:49:46 |
keramida |
When dbus is already installed on FreeBSD 6.X emacs-nox11 may
pick it up as a dependency and fail to link with the proper
threading libraries too.
Approved by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) |
23.1,1 22 Dec 2009 20:11:47 |
bsam |
Assign LATEST_LINK to apropriate directory names for ports:
. editors/emacs;
. editors/emacs-devel;
. editors/emacs-nox11;
. editors/emacs22.
Approved by: keramida (maintainer via e-mail) |
22.3 14 Nov 2008 13:02:57 |
pav |
- Add a slave port so packages of X11-less emacs are available for pkg_add -r
PR: ports/127193
Submitted by: phoffman@proper.com |