net/kmess does not compile on -current. It fails with several /usr/include/c++/3.3/bits/istream.tcc:1214: error: ISO C++ forbids the use of `extern' on explicit instantiations Fix: Adding following lines to the ports Makefile makes the port compile: pre-configure: ${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure I took this solution/workaround from searching the kde-freebsd list, where it was discussed ~2 weeks ago (for kde-libs3 and other kde ports). How-To-Repeat: 'make' the net/kmess port on a -current system.
Responsible Changed From-To: freebsd-ports-bugs->perky over to maintainer
State Changed From-To: open->closed Committed. Thank you!