From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 23:36:37 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED71B16A4D3; Mon, 12 Apr 2004 23:36:37 -0700 (PDT) Received: from humakt.s8n.se (as18-5-7.mt.g.bonet.se [217.215.16.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9568443D5D; Mon, 12 Apr 2004 23:36:34 -0700 (PDT) (envelope-from olof@s8n.se) Received: from s8n.se (localhost [IPv6:::1]) (authenticated bits=0) by humakt.s8n.se (8.12.9p2/8.12.8) with ESMTP id i3D6aJjL058098; Tue, 13 Apr 2004 08:36:22 +0200 (CEST) (envelope-from olof@s8n.se) Message-ID: <407B8A64.4080803@s8n.se> Date: Tue, 13 Apr 2004 08:36:20 +0200 From: Olof Samuelsson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: sv, en-us, en MIME-Version: 1.0 To: Hermes Trismegistus References: <20040412222826.W43806@sherman.trismegistus.net> In-Reply-To: <20040412222826.W43806@sherman.trismegistus.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: Makefile for xemacs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 06:36:38 -0000 The syntax seems incorrect... moving the test for motif to before the pre-fetch target at least fixes the syntax error and hopefully preserves the semantics :-) diff -r1.78 Makefile 61a62,65 > .if exists(${X11BASE}/lib/libXm.so) > USE_MOTIF= yes > HAVE_MOTIF= yes > .endif 66,69d69 < .endif < .if exists(${X11BASE}/lib/libXm.so) < USE_MOTIF= yes < HAVE_MOTIF= yes Oh .. it was fixed four hours ago in the CVS by edwin, so I guess you can just cvsup again. /Olof Hermes Trismegistus wrote: >Gary, > >Is the syntax correct in your makefile or is it my system? I don't use >xemacs, and it is not installed on my system but in doing a "make index" >after running a cvsup I get the following errors: > >"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 > >This is your latest makefile: >$FreeBSD: ports/editors/xemacs/Makefile,v 1.78 2004/04/12 21:47:20 > >[root@sherman xemacs]> uname -a >FreeBSD sherman.trismegistus.net 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Wed >Mar 17 22:57:36 CST 2004 >root@sherman.trismegistus.net:/usr/obj/usr/src/sys/SHERMAN i386 > >make.conf: >CPUTYPE?=i686 >CFLAGS= -O -pipe >MAKE_SHELL?=sh >COPTFLAGS= -O -pipe > >cvsup file: >*default tag=. >*default host=cvsup5.us.FreeBSD.org >*default prefix=/usr >*default base=/usr/local/etc/cvsup >*default release=cvs >*default delete use-rel-suffix >*default compress >ports-all > >Any suggestions on what I can do to correct this? > >Thank you > >J. Craig Woods >UNIX/Linux Network/System Administration >http://www.trismegistus.net/resume.htm >Entropy requires no maintenance. >_______________________________________________ >freebsd-ports@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > >