Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2005 05:54:42 +0100
From:      Pawel Worach <pawel.worach@telia.com>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        ports@FreeBSD.org
Subject:   Re: xemacs and /usr/local/lib/xemacs
Message-ID:  <420EDD92.1060405@telia.com>
In-Reply-To: <20050213030943.GA27302@xor.obsecurity.org>
References:  <20050213030943.GA27302@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote:
> How hard would it be to patch xemacs to use /usr/local/share/xemacs
> instead of /usr/local/lib/xemacs (which violates hier(7))?
> 
> I was going to add the xemacs/site-lib and related directories to
> BSD.local.dist (the corresponding emacs directories are already there)
> so that xemacs ports don't have to worry about cleaning it up
> themselves (currently a number of ports fail to do so), but I don't
> want to do that since it violates hier(7).
> 
> Kris

It would be a matter of adding --libdir=$PREFIX/libexec and
--datadir=$PREFIX/share to CONFIGURE_ARGS. It builds ok but
'make install' breaks with:

File error: "Cannot open load file", "custom"
and
Load file subr: not found
Fatal error during load, aborting

I'll look into it.

-- 
Pawel



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