cvs commit: ports/lang Makefile ports/lang/gcc42 Makefile distinfo pkg-descr pkg-plist ports/lang/gcc42/files java-patch-hier

Gerald Pfeifer gerald at pfeifer.com
Sun Dec 11 12:38:06 UTC 2011


On Sun, 11 Dec 2011, Daichi GOTO wrote:
> I'm trying to use gcc46 (USE_GCC=4.4+) instead. Wait up a day...

Cool, thank you.  Looking at the condition in the port
 .if (${OSVERSION} < 1000000 && ${OSVERSION} > 9000000) || ${OSVERSION} < 802503
this really was a tight miss in terms of checking INDEX.

Note, if for some reason gcc46 does not work you could try gcc44 by
issuing USE_GCC=4.4 (without the +).  Though both that and the original
gcc42 would be struggling on FreeBSD 10.x, for example, without hacks.

Thanks for looking into it, and sorry.  This was supposed to be a
non-brainer (zero dependent ports according to the INDEX), or I would
not have done it at this point.

Gerald


More information about the cvs-ports mailing list