From owner-freebsd-ports@FreeBSD.ORG Tue Mar 31 11:24:59 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A570A27 for ; Tue, 31 Mar 2015 11:24:59 +0000 (UTC) Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC99B236 for ; Tue, 31 Mar 2015 11:24:58 +0000 (UTC) Received: from [108.70.50.7] by 3capp-mailcom-lxa13.server.lan (via HTTP); Tue, 31 Mar 2015 13:24:51 +0200 Message-ID: From: "side light" To: ports@freebsd.org Subject: emulators/pipelight, compiler Date: Tue, 31 Mar 2015 13:24:51 +0200 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K0:VdEaMZntFvSFgYZxzf/ceQTLMlHZ7/IFNfntgpsAuPz H9+3PxToc9NEp8I7VewS5uU5UwExWlEk0Ie956NH84ZFeyv3QO IrTQrxTqjZwMZfU5CGG9xmffbh2lDtA6kocEe20+CxgjmV6naT Lael4/3n+AcTL3t+1TLBhLzMweo23KeNasoOcTR7mARCtVLk2u JA897JsYw27PIz0u2rTylL6b8dhWITcV9oQ+9iAQFgCPrsrzbM X09J9v/nz45Mtvgd6YYSS7bvS1V/zulkG/HS9pK0x4iTkcgmnV wnItxje9KvDx5Mb5U/ukwdtoboL X-UI-Out-Filterresults: notjunk:1; MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 11:24:59 -0000 Hello, Is it possible to replace GCC with Clang in emulators/pipelight. Here's what I have for the diff file, and it compiled fine. The plugins still don't work, but perhaps this will make fixing it easier. Thank you. 32d31 < USE_GCC= yes 41c40 < USES= compiler:gcc-c++11-lib gmake shebangfix --- > USES= compiler:c++11-lib gmake shebangfix