From karelj@phys9911.phys.tue.nl  Fri Aug  1 05:05:33 2003
Return-Path: <karelj@phys9911.phys.tue.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C84CB37B404
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Aug 2003 05:05:30 -0700 (PDT)
Received: from phys9911.phys.tue.nl (PHYS9911.phys.tue.nl [131.155.108.67])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BC0C043FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Aug 2003 05:05:29 -0700 (PDT)
	(envelope-from karelj@phys9911.phys.tue.nl)
Received: from phys9911.phys.tue.nl (localhost [127.0.0.1])
	by phys9911.phys.tue.nl (8.12.9/8.12.9) with ESMTP id h71C5TRE002209
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 1 Aug 2003 14:05:29 +0200 (CEST)
	(envelope-from karelj@phys9911.phys.tue.nl)
Received: (from karelj@localhost)
	by phys9911.phys.tue.nl (8.12.9/8.12.9/Submit) id h71C5T5s002206;
	Fri, 1 Aug 2003 14:05:29 +0200 (CEST)
Message-Id: <200308011205.h71C5T5s002206@phys9911.phys.tue.nl>
Date: Fri, 1 Aug 2003 14:05:29 +0200 (CEST)
From: "Karel J. Bosschaart" <karelj@phys9911.phys.tue.nl>
Reply-To: "Karel J. Bosschaart" <karelj@phys9911.phys.tue.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: make net/kmess compile on -current
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55145
>Category:       ports
>Synopsis:       make net/kmess compile on -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perky
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 01 05:10:08 PDT 2003
>Closed-Date:    Tue Aug 05 03:02:13 GMT 2003
>Last-Modified:  Tue Aug 05 03:02:13 GMT 2003
>Originator:     Karel J. Bosschaart
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
-
>Environment:
System: FreeBSD phys9911.phys.tue.nl 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Jul 28 17:16:49 CEST 2003 karelj@phys9911.phys.tue.nl:/usr/obj/usr/src/sys/KAYJAY i386


>Description:
	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

>How-To-Repeat:
	'make' the net/kmess port on a -current system.
>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).
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perky 
Responsible-Changed-By: arved 
Responsible-Changed-When: Sun Aug 3 12:15:21 PDT 2003 
Responsible-Changed-Why:  
over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55145 
State-Changed-From-To: open->closed 
State-Changed-By: perky 
State-Changed-When: Tue Aug 5 03:01:31 GMT 2003 
State-Changed-Why:  
Committed. Thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55145 
>Unformatted:
