From nobody@FreeBSD.org  Wed Nov  9 18:58:15 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6195F1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  9 Nov 2011 18:58:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 520D18FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  9 Nov 2011 18:58:15 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pA9IwFg4005333
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 9 Nov 2011 18:58:15 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pA9IwFG3005332;
	Wed, 9 Nov 2011 18:58:15 GMT
	(envelope-from nobody)
Message-Id: <201111091858.pA9IwFG3005332@red.freebsd.org>
Date: Wed, 9 Nov 2011 18:58:15 GMT
From: "Mikhail T." <m.tsatsenko@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer] [patch] databases/memcacheq fix build by clang
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         162411
>Category:       ports
>Synopsis:       [maintainer] [patch] databases/memcacheq fix build by clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 09 19:00:19 UTC 2011
>Closed-Date:    Sat Nov 19 15:44:11 UTC 2011
>Last-Modified:  Sat Nov 19 15:50:08 UTC 2011
>Originator:     Mikhail T.
>Release:        
>Organization:
>Environment:
>Description:
use gnu89
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/memcacheq/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	23 Sep 2011 22:21:36 -0000	1.3
+++ Makefile	9 Nov 2011 18:55:28 -0000
@@ -25,6 +25,7 @@
 USE_BDB=	47+
 GNU_CONFIGURE=	YES
 CONFIGURE_ARGS=	--with-libevent=${LOCALBASE} --with-bdb=${LOCALBASE} --enable-threads
+USE_CSTD=	gnu89
 
 PLIST_FILES=	bin/memcacheq
 PORTDOCS=	README

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Nov 9 19:00:38 UTC 2011 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162411 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Nov 19 15:44:11 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162411 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162411: commit references a PR
Date: Sat, 19 Nov 2011 15:44:18 +0000 (UTC)

 miwi        2011-11-19 15:44:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/memcacheq  Makefile 
   Log:
   - Fix build with Clang
   
   PR:             162411
   Submitted by:   "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.4       +1 -0      ports/databases/memcacheq/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
