From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 10:33:35 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 7B00421D; Mon, 3 Feb 2014 10:33:35 +0000 (UTC) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 463A01723; Mon, 3 Feb 2014 10:33:34 +0000 (UTC) Received: from dhcp-172-17-154-132.eduroam.lapwing.private.cam.ac.uk (global-1-26.nat.csx.cam.ac.uk [131.111.184.26]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id s13AXSck050105 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 3 Feb 2014 10:33:30 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: svn commit: r341510 - head/lang/libobjc2 From: David Chisnall In-Reply-To: <20140203111542.426f69be@kalimero.tijl.coosemans.org> Date: Mon, 3 Feb 2014 10:33:23 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201401280813.s0S8DcHf067201@svn.freebsd.org> <20140203111542.426f69be@kalimero.tijl.coosemans.org> To: Tijl Coosemans X-Mailer: Apple Mail (2.1822) Cc: svn-ports-head@FreeBSD.org, Baptiste Daroussin , 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:33:35 -0000 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 = should > define CC=3D${CLANG} CXX=3D${CLANGXX} and remove the second CMAKE_ARGS = line? Indeed. This is currently a bit of a hack. Ideally, we should remove = that ugliness and have a USES=3Dcompiler:objc (ideally objc-1.7 to = specify the 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. David