From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 4 02:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D900E39D for ; Tue, 4 Feb 2014 02:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C9921306 for ; Tue, 4 Feb 2014 02:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s142e0L6059299 for ; Tue, 4 Feb 2014 02:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s142e0TB059298; Tue, 4 Feb 2014 02:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 4 Feb 2014 02:40:00 GMT Resent-Message-Id: <201402040240.s142e0TB059298@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Diane Bruce Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D637313B for ; Tue, 4 Feb 2014 02:31:53 +0000 (UTC) Received: from diana.db.net (unknown [IPv6:2620:64:0:1:223:7dff:fea2:c8f2]) by mx1.freebsd.org (Postfix) with ESMTP id BFEB812BE for ; Tue, 4 Feb 2014 02:31:53 +0000 (UTC) Received: from night.db.net (localhost [127.0.0.1]) by diana.db.net (Postfix) with ESMTP id 27A1A2AA37C for ; Mon, 3 Feb 2014 19:31:51 -0700 (MST) Received: by night.db.net (Postfix, from userid 1000) id E025A1CC0B; Mon, 3 Feb 2014 21:31:14 -0500 (EST) Message-Id: <20140204023114.E025A1CC0B@night.db.net> Date: Mon, 3 Feb 2014 21:31:14 -0500 (EST) From: Diane Bruce To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/186437: libiconv compile broken under clang simple fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Diane Bruce List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 02:40:00 -0000 >Number: 186437 >Category: ports >Synopsis: libiconv compile broken under clang simple fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 04 02:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Diane Bruce >Release: FreeBSD 11.0-CURRENT #34 r259888 amd64 >Organization: I wish >Environment: System: FreeBSD odyssey 11.0-CURRENT FreeBSD 11.0-CURRENT #34 r259888: Wed Dec 25 18:14:38 EST 2013 root@odyssey:/usr/obj/home/db/svn/system/head/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: Index: files/patch-lib_iconv.c =================================================================== --- files/patch-lib_iconv.c (revision 0) +++ files/patch-lib_iconv.c (working copy) @@ -0,0 +1,12 @@ +--- lib/iconv.c.orig 2014-02-03 21:20:38.000000000 -0500 ++++ lib/iconv.c 2014-02-03 21:20:54.000000000 -0500 +@@ -176,9 +176,6 @@ + #include "aliases2.h" + #undef S + }; +-#ifdef __GNUC__ +-__inline +-#endif + const struct alias * + aliases2_lookup (register const char *str) + { Property changes on: files/patch-lib_iconv.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property >Release-Note: >Audit-Trail: >Unformatted: