On 06/09/14 18:03, Alex Dupre wrote: > Guido Falsi ha scritto: > >> It is a bad feature of ports on a live system, poudriere avoids >> this...at least it should. > > It's not bad for ports on a live system, it's a feature to not install > many gcc versions if you already have one that can satisfies all needs. > Ports and packages have different needs. >
I agree, but there is a consistency problem, different systems WILL behave differently, for a good reason though :) Anyway for sbruno, I forgot to mention, you could add this: DEFAULT_VERSIONS= gcc=4.8 to the relevant make.conf file and it should always use that one, except for ports that explicitly request another version. Could be helpful in your case. -- Guido Falsi <[email protected]> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
