The port Makefile uses multiple .c files in the ${CPP} line, which cpp can't cope with. Modify the port Makefile so that it uses CPP=${CC} -E again, like before r1.651. Submitted by: pointyhat