Bug 65482

Summary: Error generating INDEX-5 because of editors/xemacs
Product: Ports & Packages Reporter: Gautam Gopalakrishnan <ggop>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: ggop
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile.patch
none
xemacs-devel.patch none

Description Gautam Gopalakrishnan 2004-04-13 05:50:19 UTC
	'make describe' fails in editors/xemacs

$FreeBSD: ports/editors/xemacs/Makefile,v 1.78 2004/04/12 21:47:20 gj Exp $

# make describe
"Makefile", line 73: Unassociated shell command "@${ECHO_MSG} """
"Makefile", line 74: Unassociated shell command "@${ECHO_MSG} "If your MOTIF library is actually lesstif, you might occasionally""
"Makefile", line 75: Unassociated shell command "@${ECHO_MSG} "experience locked-up frames.""
"Makefile", line 76: Unassociated shell command "@${ECHO_MSG} "In this case, set the environment variable MOTIF_STATIC and recompile, ""
"Makefile", line 77: Unassociated shell command "@${ECHO_MSG} "which will force the use of athena widgets for dialogs.""
"Makefile", line 80: Unassociated shell command "@${ECHO_MSG} """
"Makefile", line 81: Unassociated shell command "@${ECHO_MSG} "Set the environment variable WITHOUT_X11 if you ""
"Makefile", line 82: Unassociated shell command "@${ECHO_MSG} "do not want to use X11.""
make: fatal errors encountered -- cannot continue

Fix: Line 68 and 69 need to be fidex, I think. One tab added per line

How-To-Repeat: 
# cd /usr/ports/editors/xemacs
# make describe
Comment 1 ggop 2004-04-13 06:03:24 UTC
On Mon, 12 Apr 2004 21:50:19 -0700 (PDT), FreeBSD-gnats-submit@FreeBSD.org
wrote:

Also in editors/xemacs-devel: (patch attached)

ports/editors/xemacs-devel/Makefile,v 1.79 2004/04/12 21:47:20 gj


Cheers
Gautam


Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2004-04-13 09:08:42 UTC
State Changed
From-To: open->closed

Fixed, thanks!