some ports are broken after upgrading GCC 3.3.1

Terry Lambert tlambert2 at mindspring.com
Fri Jul 18 00:15:49 PDT 2003


Alexander Kabaev wrote:
> On Thu, 17 Jul 2003 14:02:20 -0700
> Kris Kennaway <kris at obsecurity.org> wrote:
> >
> > Sorry, I missed the patch in your email.  I'm not certain about your
> > approach...can someone who understands the issues comment on it?
> 
> I'd rather see all varargs.h consumers be converted to stdarg.h. Old
> varargs GCC builtins were _removed_ altogether from the compiler sources
> and we should follow.

I've posted cdefs.h patches several times that allow you to
switch between implementations.  Now that ANSI C is default
in FreeBSD, they probably aren't necessary, but it's pretty
obvious how to implement it, if you think you need it (the
biggie is dealing with the "..." in the prototype).

If you need them for FreeBSD, and don't want to work it out,
let me know.

-- Terry


More information about the freebsd-ports mailing list