| Summary: | Recent patch to editors/emacs-nox11 causes 'make' to fail | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | phoffman |
| Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Maintainer of editors/emacs-nox11,
Please note that PR ports/146897 has just been submitted.
If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.
The full text of the PR can be found at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146897
--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->ashish Track Hi Paul, Can you please confirm that the problem reported in the PR is fixed for you ? Thanks -- Ashish SHUKLA Sent via Gnus from GNU Emacs State Changed From-To: feedback->closed Submitter timeout. |
A few days ago, "Ashish SHUKLA" added a patch to editors/emacs-nox11/Makefile that causes make to die with: "Makefile", line 14: Malformed conditional (${OSVERSION} < 700000 && defined(WITH_DBUS)) "Makefile", line 16: if-less endif make: fatal errors encountered -- cannot continue Fix: Remove the lines: .if ${OSVERSION} < 700000 && defined(WITH_DBUS) BROKEN= Does not currently build with dbus support .endif NOTE, however, even when backing out the patch, 'make' starts making with the config still having X11 support checked in the config dialog. It appears that something else is broken in emacs as well. How-To-Repeat: cd /usr/ports/editors/emacs-nox11; make