Bug 55145 - make net/kmess compile on -current
Summary: make net/kmess compile on -current
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hye-Shik Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-01 13:10 UTC by Karel J. Bosschaart
Modified: 2003-08-05 04:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!