aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs-nox11
Commit message (Collapse)AuthorAgeFilesLines
* - Fix the logic in updating emacs.desktop file, from the regression introducedAshish SHUKLA2014-01-041-1/+1
| | | | | | | | | | in r338450 PR: ports/185468 Submitted by: rakuco Notes: svn path=/head/; revision=338676
* - Add PKGNAMESUFFIXAshish SHUKLA2014-01-021-21/+5
| | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=338450
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* - Enable SYNC_INPUT option, which was disabled in previous commitAshish SHUKLA2011-11-021-2/+2
| | | | | | | | | - Bump PORTREVISION Feature safe: yes Notes: svn path=/head/; revision=284918
* - Disable OPTIONS for editors/emacs-nox11 slave portAshish SHUKLA2011-10-291-3/+23
| | | | | | | | | | | - Bump PORTREVISION of editors/emacs-nox11 Thanks to dougb, and eadler for showing the way Reported by: bz Notes: svn path=/head/; revision=284683
* - Exclude DBUS support from editors/emacs-nox11 so it builds without X11.Ashish SHUKLA2010-06-221-2/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=256821
* Revert revision 1.3 it breaks "make -V PKGNAME" (possibly others too)Giorgos Keramidas2010-05-241-4/+0
| | | | | | | | | | 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. Notes: svn path=/head/; revision=254969
* When dbus is already installed on FreeBSD 6.X emacs-nox11 mayGiorgos Keramidas2010-05-211-0/+4
| | | | | | | | | | pick it up as a dependency and fail to link with the proper threading libraries too. Approved by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=254745
* Assign LATEST_LINK to apropriate directory names for ports:Boris Samorodov2009-12-221-0/+1
| | | | | | | | | | | | . editors/emacs; . editors/emacs-devel; . editors/emacs-nox11; . editors/emacs22. Approved by: keramida (maintainer via e-mail) Notes: svn path=/head/; revision=246465
* - Add a slave port so packages of X11-less emacs are available for pkg_add -rPav Lucistnik2008-11-141-0/+13
PR: ports/127193 Submitted by: phoffman@proper.com Notes: svn path=/head/; revision=222837