Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2004 14:39:43 +1000 (EST)
From:      Gautam Gopalakrishnan <ggop@madras.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gautam Gopalakrishnan <ggop@myrealbox.com>
Subject:   ports/65482: Error generating INDEX-5 because of editors/xemacs
Message-ID:  <200404130439.i3D4dhdk000414@madras.dyndns.org>
Resent-Message-ID: <200404130450.i3D4oJ49069790@freefall.freebsd.org>

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

>Number:         65482
>Category:       ports
>Synopsis:       Error generating INDEX-5 because of editors/xemacs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 12 21:50:19 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Gautam Gopalakrishnan
>Release:        FreeBSD 5.2.1-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD madras.dyndns.org 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 #0: Tue Mar 30 02:14:01 EST 2004 root@madras.dyndns.org:/usr/obj/usr/src/sys/MADRAS i386


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

	
>How-To-Repeat:

# cd /usr/ports/editors/xemacs
# make describe

>Fix:

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


--- Makefile.patch begins here ---
*** Makefile.old	Tue Apr 13 14:33:58 2004
--- Makefile	Tue Apr 13 14:25:24 2004
***************
*** 65,72 ****
  	@${ECHO_MSG} "and recompile."
  .endif
  .if exists(${X11BASE}/lib/libXm.so)
! USE_MOTIF=	yes
! HAVE_MOTIF=	yes
  .endif
  .if defined(HAVE_MOTIF)
  .if !defined(MOTIF_STATIC)
--- 65,72 ----
  	@${ECHO_MSG} "and recompile."
  .endif
  .if exists(${X11BASE}/lib/libXm.so)
! 	USE_MOTIF=	yes
! 	HAVE_MOTIF=	yes
  .endif
  .if defined(HAVE_MOTIF)
  .if !defined(MOTIF_STATIC)
--- Makefile.patch ends here ---


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



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