From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 10:39:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7694051C; Mon, 3 Feb 2014 10:39:03 +0000 (UTC) Received: from mail-we0-x22e.google.com (mail-we0-x22e.google.com [IPv6:2a00:1450:400c:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A6CC175E; Mon, 3 Feb 2014 10:39:02 +0000 (UTC) Received: by mail-we0-f174.google.com with SMTP id x55so1993317wes.33 for ; Mon, 03 Feb 2014 02:39:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Dw7N0wYS1EFjqnmYxlZgsKOYIAH/jbrUWtsx0N9Bal4=; b=N+e6Qw7f7IhMpLeb7ID8cDKP/2bUJsBh3pNWTGLwv9YOb0VyoojRBdtlbmHMe4tyWK 5B097USwIvQKNUDUkWrhoZv3AFYrI/1lbRDWE2SzMwlssk0TDwwNDVUgXTS1YNRV3ZdL R3p+eucfuJO06xGA7MPW/v41lLONu8mTvhzvyVh7PAFEl8b6E42U57J4l7+NZzxWAuMV fy6rA0KFyaUCuU8nCyRIt8fS5esK+n5QyGWRC8v8SsZCoVGEU6jae6aZfZg6TKOEh/cH MgTQ6EilPaXQAuxm4+oBWcq8w7DJErWAKIgdZLpp4iBBO/pDR4sWI3L/4E108gcSM/UR BQsQ== X-Received: by 10.180.107.136 with SMTP id hc8mr8230701wib.11.1391423940864; Mon, 03 Feb 2014 02:39:00 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id ci4sm42662021wjc.21.2014.02.03.02.38.59 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 03 Feb 2014 02:38:59 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 3 Feb 2014 11:38:57 +0100 From: Baptiste Daroussin To: David Chisnall Subject: Re: svn commit: r341510 - head/lang/libobjc2 Message-ID: <20140203103857.GR54904@ithaqua.etoilebsd.net> References: <201401280813.s0S8DcHf067201@svn.freebsd.org> <20140203111542.426f69be@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nHJAUhyIZkPvF01C" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, Tijl Coosemans , svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 10:39:03 -0000 --nHJAUhyIZkPvF01C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 03, 2014 at 10:33:23AM +0000, David Chisnall wrote: > On 3 Feb 2014, at 10:15, Tijl Coosemans wrote: > >=20 > > The port is currently broken. By removing the bsd.port.pre.mk include > > -DCMAKE_C_COMPILER:STRING=3D"${CC}" in Uses/cmake.mk now comes after the > > -DCMAKE_C_COMPILER=3D${CLANG} here so it doesn't have any effect. Same= for > > CXX. > >=20 > > Instead of putting .include back, maybe the port shou= ld > > define CC=3D${CLANG} CXX=3D${CLANGXX} and remove the second CMAKE_ARGS = line? >=20 > Indeed. This is currently a bit of a hack. Ideally, we should remove th= at ugliness and have a USES=3Dcompiler:objc (ideally objc-1.7 to specify th= e runtime ABI version), which would give us clang from either ports or base= depending on whether there is one in base and what its version is. >=20 I did a quick fix, I'm all for a compiler:objc !! regards, Bapt --nHJAUhyIZkPvF01C Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLvccEACgkQ8kTtMUmk6EwOgwCeMl1bfpnsnxddcAHgl6UH5jpw CsUAniYoReZfFUr7AZOHpurt+GotGb9/ =Xk3j -----END PGP SIGNATURE----- --nHJAUhyIZkPvF01C--