ports/146897: Recent patch to editors/emacs-nox11 causes 'make' to fail

Paul Hoffman phoffman at proper.com
Mon May 24 01:00:11 UTC 2010


>Number:         146897
>Category:       ports
>Synopsis:       Recent patch to editors/emacs-nox11 causes 'make' to fail
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 24 01:00:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Paul Hoffman
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD lab.proper.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 16:02:27 UTC 2010 root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	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

>How-To-Repeat:
	cd /usr/ports/editors/emacs-nox11; make
>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.

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list