Date: Tue, 13 Apr 2004 08:36:20 +0200 From: Olof Samuelsson <olof@s8n.se> To: Hermes Trismegistus <hermes@trismegistus.net> Cc: freebsd-ports@freebsd.org Subject: Re: Makefile for xemacs Message-ID: <407B8A64.4080803@s8n.se> In-Reply-To: <20040412222826.W43806@sherman.trismegistus.net> References: <20040412222826.W43806@sherman.trismegistus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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" > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?407B8A64.4080803>