From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 22:44:41 2014 Return-Path: Delivered-To: freebsd-questions@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 8B58C3FA for ; Tue, 8 Jul 2014 22:44:41 +0000 (UTC) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6151F2D1B for ; Tue, 8 Jul 2014 22:44:41 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id lf10so8099760pab.30 for ; Tue, 08 Jul 2014 15:44:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=cY0Uvn94LctqyF/de2Fm4ytYIdBmZ08oN9q6Q+fBVA4=; b=nl7KhgHt18YeVNC1nFs9W5inqQy+so69+RCyceVk743jX/eJOYMMXiDx521GLeazGa f7D5hO0alL5p2Bx7NGyLO7YUb8Y3QVtAp6243sMnhkqTnWrj/kEM5av8GqATnJ99eDcp aQWHtXt7Wcfn7x2oTUBRhXEQUvaAI6BlOJdVoUQsNP0Lr+TETXFJ9NuVuHVT4YH55wMu BJch4UiLbF90Jy7XdtRi4jaPKFMOjGsOkJc7QN7MTD0WURJCHmSsXsnQvd72WCFtHNjP RcH9NxuWef/IkLH7gIN2pnMNFeMVIT8PrPfDDWI7vWjx47f0/AHp7Wd1fPtFvjbLZYES GwkQ== X-Received: by 10.70.64.201 with SMTP id q9mr5972856pds.130.1404859480923; Tue, 08 Jul 2014 15:44:40 -0700 (PDT) Received: from [172.16.1.21] (123-100-93-24.dynamic.dsl.netguardian.co.nz. [123.100.93.24]) by mx.google.com with ESMTPSA id iq10sm56875306pbc.14.2014.07.08.15.44.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Jul 2014 15:44:40 -0700 (PDT) From: Stephen Woolerton Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: How to build ports, using a version of clang installed from ports Message-Id: Date: Wed, 9 Jul 2014 10:44:33 +1200 To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 22:44:41 -0000 Hi everyone, I wish to compile a version of clang from ports, and then use that to = build all my ports.=20 By way of background, I'm running a 10.0 arm snapshot and the version of = clang on the system is 3.4. A number of ports won't compile with clang = 3.4, and so I wish to build the clang 3.3 port, and then compile all my = ports with clang 3.3.=20 How would I do this please? Thank you Stephen=