From owner-soc-status@FreeBSD.ORG Wed Jun 23 07:29:10 2010 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9162D106567D for ; Wed, 23 Jun 2010 07:29:10 +0000 (UTC) (envelope-from hinokind@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 284478FC2E for ; Wed, 23 Jun 2010 07:29:09 +0000 (UTC) Received: by wwb24 with SMTP id 24so316141wwb.13 for ; Wed, 23 Jun 2010 00:29:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:to:date:subject :mime-version:content-transfer-encoding:from:message-id:user-agent; bh=293NbaH/OvCB1kximV168afYqvYqJfsXWFhWcKEz/LA=; b=ptVpJb6mRAHmVuWTb2la/evU4hd72miVwytOreLGzDKU6AFQoMdHcqF4NsCv8xxU/c EX/G7E9xwalZ0fzzWV/OZz/Ua7LySXo9l2odCoILB3wLsH4uhETohK3fUfgH2KWsMKM8 +113DqOtxHWp8ptqHB9z7q22pmSjQU1NU0zzg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:to:date:subject:mime-version:content-transfer-encoding :from:message-id:user-agent; b=seOu1GQ8BJ6ks0pk5sxyqABf73IMV3DuvPS9sl2SB02jWuyulpAvpzJNl1pkqtuPy4 SGOuLxNwbYWFzwtjJMznajc/QYNZCgV9MPP9/q7qXgfWS6COO6pDAf9CNTntBijQQ1kI ar086lFBPE5eKF+t3djBFwOPXqMe27QbiIysc= Received: by 10.227.138.134 with SMTP id a6mr7004365wbu.14.1277278148164; Wed, 23 Jun 2010 00:29:08 -0700 (PDT) Received: from klevas (hst-17-80.splius.lt [77.79.17.80]) by mx.google.com with ESMTPS id y31sm44456009wby.4.2010.06.23.00.29.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Jun 2010 00:29:07 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: soc-status@freebsd.org Date: Wed, 23 Jun 2010 10:29:04 +0300 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: =?utf-8?B?QW5kcml1cyBNb3JrxatuYXM=?= Message-ID: User-Agent: Opera Mail/10.60 (FreeBSD) Subject: Making ports work with clang, report #4 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2010 07:29:10 -0000 Last week I was mostly testing my PORTS_CC implementation, fixing ports and enjoying clang bugs. More interesting stuff here: http://lists.freebsd.org/pipermail/freebsd-ports/2010-June/062021.html Plans for this/next week are to fix more ports and maybe add a way to automatically install compiler requested by PORTS_CC. -- Andrius