Index: Mk/bsd.gcc.mk =================================================================== --- Mk/bsd.gcc.mk (revision 301948) +++ Mk/bsd.gcc.mk (working copy) @@ -36,7 +36,7 @@ # All GCC versions supported by the ports framework. Keep them in # ascending order and in sync with the table below. -GCCVERSIONS= 030402 040200 040400 040600 040700 +GCCVERSIONS= 030402 040200 040400 040600 040700 040800 # The first field if the OSVERSION in which it appeared in the base. # The second field is the OSVERSION in which it disappeared from the base. @@ -46,6 +46,7 @@ GCCVERSION_040400= 0 0 4.4 GCCVERSION_040600= 0 0 4.6 GCCVERSION_040700= 0 0 4.7 +GCCVERSION_040800= 0 0 4.8 GCC_DEFAULT_VERSION= 4.6 GCC_DEFAULT_V= ${GCC_DEFAULT_VERSION:S/.//}