Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2010 17:26:35 -0700 (PDT)
From:      Paul Hoffman <phoffman@proper.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/146897: Recent patch to editors/emacs-nox11 causes 'make' to fail
Message-ID:  <201005240026.o4O0QZh3006789@lab.proper.com>
Resent-Message-ID: <201005240100.o4O10AQw085709@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005240026.o4O0QZh3006789>