Bug 55145

Summary: make net/kmess compile on -current
Product: Ports & Packages Reporter: Karel J. Bosschaart <karelj>
Component: Individual Port(s)Assignee: Hye-Shik Chang <perky>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Karel J. Bosschaart 2003-08-01 13:10:08 UTC
	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.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-08-03 20:15:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

over to maintainer
Comment 2 Hye-Shik Chang freebsd_committer freebsd_triage 2003-08-05 04:01:31 UTC
State Changed
From-To: open->closed

Committed. Thank you!