- 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
- 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
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.
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)