Makefile for xemacs

Olof Samuelsson olof at s8n.se
Mon Apr 12 23:36:38 PDT 2004


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 at 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 at 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 at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>
>  
>



More information about the freebsd-ports mailing list