From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 7 14:00:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B23E414 for ; Fri, 7 Dec 2012 14:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C042D8FC13 for ; Fri, 7 Dec 2012 14:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB7E00eo029117 for ; Fri, 7 Dec 2012 14:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB7E00ec029113; Fri, 7 Dec 2012 14:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Dec 2012 14:00:00 GMT Resent-Message-Id: <201212071400.qB7E00ec029113@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, Andrey Simonenko Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29D471FE for ; Fri, 7 Dec 2012 13:54:25 +0000 (UTC) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.kpi.ua (comsys.kpi.ua [77.47.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id C785D8FC0C for ; Fri, 7 Dec 2012 13:54:24 +0000 (UTC) Received: from pm513-1.comsys.kpi.ua ([10.18.52.101] helo=pm513-1.comsys.ntu-kpi.kiev.ua) by comsys.kpi.ua with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TgyNi-00037b-9d for FreeBSD-gnats-submit@freebsd.org; Fri, 07 Dec 2012 15:54:22 +0200 Received: by pm513-1.comsys.ntu-kpi.kiev.ua (Postfix, from userid 1001) id E1D201CC21; Fri, 7 Dec 2012 15:54:22 +0200 (EET) Message-Id: <20121207135422.GA22862@pm513-1.comsys.ntu-kpi.kiev.ua> Date: Fri, 7 Dec 2012 15:54:22 +0200 From: Andrey Simonenko To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174260: net/ipa_ipfw clang build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 14:00:01 -0000 >Number: 174260 >Category: ports >Synopsis: net/ipa_ipfw clang build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 07 14:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: >Description: Add NO_WCAST_ALIGN.clang to MAKE_ENV to allow net/ipa_ipfw to be built by clang. >How-To-Repeat: >Fix: diff -ruN ipa_ipfw.orig/Makefile ipa_ipfw/Makefile --- ipa_ipfw.orig/Makefile 2012-11-17 08:00:02.000000000 +0200 +++ ipa_ipfw/Makefile 2012-12-07 15:34:12.000000000 +0200 @@ -24,6 +24,7 @@ LOCALINCLUDE?= ${LOCALBASE}/include MAKE_ENV+= DEBUG_FLAGS="" PREFIX=${PREFIX} LOCALINCLUDE=${LOCALINCLUDE} +MAKE_ENV+= NO_WCAST_ALIGN.clang=yes BUILD_DEPENDS+= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa >Release-Note: >Audit-Trail: >Unformatted: