* switch gcc4 module to gcc/8 * register the gcc/8 subpackages as updates for their gcc/4.9 counterparts * sync the gcc version in devel/llvm * add a quirk entry that gcj is obsolete * unhook 4.9 from the build Preparatory work by many. ok sthen@
3 lines
83 B
Makefile
3 lines
83 B
Makefile
MODGCC4_VERSION?=8
|
|
.include "${PORTSDIR}/lang/gcc/${MODGCC4_VERSION}/gcc4.port.mk"
|