Date: Wed, 6 Nov 2002 22:27:24 +0100 From: Thomas Moestl <tmm@FreeBSD.ORG> To: "Bruce A. Mah" <bmah@FreeBSD.ORG> Cc: doc@FreeBSD.ORG Subject: Re: Please review: small patches for building documentation on FreeBSD/sparc64 Message-ID: <20021106212724.GB334@crow.dom2ip.de> In-Reply-To: <200211061842.gA6IgfcA037657@intruder.bmah.org> References: <20021106150326.GA334@crow.dom2ip.de> <200211061842.gA6IgfcA037657@intruder.bmah.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2002/11/06 at 10:42:41 -0800, Bruce A. Mah wrote:
> If memory serves me right, Thomas Moestl wrote:
> > The main change is that I decided to go with openjade on sparc64,
> > mainly because alpha is using it (I also had some problems with it,
> > but that may have been due to a linker bug which I have since
> > fixed). Is there any reason to prefer jade over openjade?
>
> My memory might be a little faulty, but I seem to remember that jade
> either didn't compile or didn't run on the alpha. openjade works fine
> on all platforms, except that it might have had difficulty dealing with
> 8-bit characters. There was some discussion of this a little over a year
> ago...look for a thread on hackers@ in August 2001 with the subject
> "building 'release' and compiling doc ports".
Hmmm, I think that openjade is best then. It's output in multibyte
systems like Big5 or EUC-JP seems to not be mangled (as far as I can
tell from visual inspection :), so I assume that the problems have
been fixed now.
> > The remaining diffs correct a missing perl build dependency,
>
> I recommend USE_PERL5 instead of adding to BUILD_DEPENDS.
Oops, sorry, looks like edwin@ already added USE_PERL5 2 days ago
while I wasn't paying attention. I used BUILD_DEPENDS in my patch
because USE_PERL5 sets RUN_DEPENDS too, which is not necessary.
> > and the bletcherous perl wrapper
> > which breaks port dependencies (fatal in a release build setting).
>
> I presume you meant for the openjade port. If you use USE_PERL5 instead
> of setting BUILD_DEPENDS, I think the ports infrastructure should do the
> right thing.
Unfortunately it does not. USE_PERL5 just consists of:
BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5
RUN_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5
PERL_VERSION is 5.6.1 in current, and the perl wrapper does install a
perl5.6.1 link.
Thanks for reviewing!
- Thomas
--
Thomas Moestl <tmoestl@gmx.net> http://www.tu-bs.de/~y0015675/
<tmm@FreeBSD.org> http://people.FreeBSD.org/~tmm/
PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021106212724.GB334>
