From zeising@daemonic.se  Sat Jul  2 08:39:12 2011
Return-Path: <zeising@daemonic.se>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9A24A1065674
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 08:39:12 +0000 (UTC)
	(envelope-from zeising@daemonic.se)
Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 018348FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 08:39:12 +0000 (UTC)
Received: from mail.lysator.liu.se (localhost [127.0.0.1])
	by mail.lysator.liu.se (Postfix) with ESMTP id 4FEB140008
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 10:39:11 +0200 (CEST)
Received: by mail.lysator.liu.se (Postfix, from userid 1004)
	id 4440D4000B; Sat,  2 Jul 2011 10:39:11 +0200 (CEST)
Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.lysator.liu.se (Postfix) with ESMTPSA id DEC9D40008
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 10:39:10 +0200 (CEST)
Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4])
	by mx.daemonic.se (Postfix) with ESMTPS id B791B119C08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 10:39:10 +0200 (CEST)
Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10])
	by mail.daemonic.se (Postfix) with ESMTPS id 9AD5A12B1E5
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 10:39:10 +0200 (CEST)
Received: (from zeising@localhost)
	by vincent.daemonic.se (8.14.4/8.14.4/Submit) id p628dAes020471;
	Sat, 2 Jul 2011 10:39:10 +0200 (CEST)
	(envelope-from zeising)
Message-Id: <201107020839.p628dAes020471@vincent.daemonic.se>
Date: Sat, 2 Jul 2011 10:39:10 +0200 (CEST)
From: Niclas Zeising <niclas.zeising@gmail.com>
Reply-To: Niclas Zeising <niclas.zeising@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] fix devel/fnccheck to build using clang
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         158588
>Category:       ports
>Synopsis:       [PATCH] fix devel/fnccheck to build using clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 02 08:40:13 UTC 2011
>Closed-Date:    Thu Jul 14 15:11:18 UTC 2011
>Last-Modified:  Thu Jul 14 15:11:18 UTC 2011
>Originator:     Niclas Zeising
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64


	
>Description:
	
>How-To-Repeat:
	
>Fix:
	
	Attached patch makes devel/fnccheck build with clang.

--- devel.fnccheck.clangfix.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/fnccheck/Makefile,v
retrieving revision 1.8
diff -u -d -r1.8 Makefile
--- Makefile	22 Aug 2009 00:18:02 -0000	1.8
+++ Makefile	2 Jul 2011 08:38:00 -0000
@@ -15,6 +15,8 @@
 
 USE_LDCONFIG=	yes
 
+USE_CSTD=	gnu89
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-devel-${PORTVERSION}
 
 DOCS=		README.txt README1ST.txt CHANGES.txt \
--- devel.fnccheck.clangfix.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jul 2 08:40:25 UTC 2011 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158588 
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Jul 12 04:41:30 UTC 2011 
Responsible-Changed-Why:  
Back to pool at assignee request for the moment. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158588 
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Thu Jul 14 15:11:11 UTC 2011 
State-Changed-Why:  
committed, thanks 

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