Subject: Re: CVS commit: pkgsrc/lang/gcc3
To: Todd Vierling <tv@pobox.com>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: tech-pkg
Date: 07/03/2003 17:19:22
tv@pobox.com said:
> Then factor the damned thing out into its own PLIST and give it a
> knob.  I 

I thought about an extra pkg, which does more or less:
configure --enable-languages="java"
(cd ${WRKSRC}/gcc && make java)
(cd ${WRKSRC} && make all-target-libjava)

Needs some patches to redirect eg
xgcc -> ${PREFIX}/bin/gcc
libiberty.a -> ${PREFIX}/lib/libiberty.a

There is one point where I'm not sure - whether it is necessary
to deal with the installed specs file specially.

Or do you think this is too involved?

> pkgsrc needs Fortran support

This would work the same way, with "f77" and "libf2c",
respectively.

best regards
Matthias