Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2001 21:00:05 -0800 (PST)
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/33322: New port: devel/semantic - semantic parsing for emacs
Message-ID:  <200112310500.fBV505n02220@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33322; it has been noted by GNATS.

From: Kimura Fuyuki <fuyuki@mj.0038.net>
To: yoichi@eken.phys.nagoya-u.ac.jp
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/33322: New port: devel/semantic - semantic parsing for emacs
Date: Mon, 31 Dec 2001 13:52:39 +0900

 > MAKE_ARGS=     LOADPATH=
 >
 > Is it really necessary for this port?
 
 No, it can be omitted. But without it, semantic-compile-script will be
 the following.
 
 (add-to-list 'load-path nil)
 (add-to-list 'load-path "/home/zappo/cedet/eieio/")
 (setq debug-on-error t)
 
 The second line would be harmless but unnecessary. So...hmm, I leave
 it to your decision :-)
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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