From owner-freebsd-current@FreeBSD.ORG Wed May 16 06:52:37 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42947106564A; Wed, 16 May 2012 06:52:37 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from springbank.echomania.com (andric.com [IPv6:2001:888:2003:1001:230:48ff:fe51:76b6]) by mx1.freebsd.org (Postfix) with ESMTP id CB2778FC17; Wed, 16 May 2012 06:52:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at springbank.echomania.com Received: from [192.168.1.100] (tensor.andric.com [87.251.56.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by springbank.echomania.com (Postfix) with ESMTPSA id 37178A7071; Wed, 16 May 2012 08:52:15 +0200 (CEST) Message-ID: <4FB34EAE.4040704@FreeBSD.org> Date: Wed, 16 May 2012 08:52:30 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120425 Thunderbird/13.0 MIME-Version: 1.0 To: Outback Dingo References: In-Reply-To: X-Enigmail-Version: 1.5a1pre Content-Type: multipart/mixed; boundary="------------090802070502000504000505" Cc: freebsd-current , freebsd-ports@freebsd.org Subject: Re: FYI clang fails to build ports argp-standalone X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 06:52:37 -0000 This is a multi-part message in MIME format. --------------090802070502000504000505 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 2012-05-14 22:03, Outback Dingo wrote:> build on CURRENT Not sure if its appropriate here, but when trying to > get through a new glusterfs FYI clang fails to build ports > argp-standalone on CURRENT This is easy to fix, patch attached. --------------090802070502000504000505 Content-Type: text/x-diff; name="clangports-devel-argp-standalone-1.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="clangports-devel-argp-standalone-1.diff" Index: devel/argp-standalone/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/argp-standalone/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- devel/argp-standalone/Makefile 4 Dec 2010 07:31:00 -0000 1.12 +++ devel/argp-standalone/Makefile 15 May 2012 12:20:47 -0000 @@ -21,6 +21,7 @@ AUTOMAKE_ARGS= -c -a ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal USE_LDCONFIG= yes +USE_CSTD= c89 PLIST_FILES= lib/libargp.la lib/libargp.a \ lib/libargp.so lib/libargp.so.0 \ --------------090802070502000504000505--