From owner-freebsd-ports@FreeBSD.ORG Mon Sep 16 19:56:59 2013 Return-Path: Delivered-To: freebsd-ports@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 ESMTP id 2574E614; Mon, 16 Sep 2013 19:56:59 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AB952911; Mon, 16 Sep 2013 19:56:58 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id y10so4212088wgg.12 for ; Mon, 16 Sep 2013 12:56:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-type; bh=jsF5SVMEQuNCnlUQy29JHYYvsjo5wCDLBsbF73q50hg=; b=lZpgfwds27H5qh+8yU4pz29HTzIqHm1yzPFnFoJ7O84NKfrq2UhhTUtS4dq4skEe1v MvQuCUo7oLn907+wDvUmqyWRbcXqpsz7J5L5VlgvTYb6I/zCSILK3nxBVNthdWwOJHXE ARtSM8ElGB67lmWy406YhDrTINDfn5XAWhjQ5a/Kw590kofXmlAyGHNLnbzuOD+Yv+Zx g0nSSLbFvQU9SqCc04253GeJBWCvkM4RtxM2oTuR4Ieo4cLd3z962H0qsx3zgGJ3WWkl MCVhDofeIt6jsdJ2NymmxM6lYvWY3qAzObIfhz/pd7NDnhFOl1mQIiZuQ6m/QR0c0nnf nlww== X-Received: by 10.180.188.49 with SMTP id fx17mr14902660wic.49.1379361416806; Mon, 16 Sep 2013 12:56:56 -0700 (PDT) Received: from ultra.dg ([197.87.91.139]) by mx.google.com with ESMTPSA id b11sm26012468wik.1.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 16 Sep 2013 12:56:55 -0700 (PDT) From: David Naylor To: freebsd-ports@freebsd.org Subject: Re: [HEADSUP][CFT] New compiler USES flag, please test, review comment Date: Mon, 16 Sep 2013 21:56:50 +0300 Message-ID: <6026674.sVx04S4X1e@ultra.dg> User-Agent: KMail/4.10.5 (FreeBSD/9.1-STABLE; KDE/4.10.5; amd64; ; ) In-Reply-To: <20130913131753.GJ33103@ithaqua.etoilebsd.net> References: <20130913131753.GJ33103@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1560103.UK2pRJI8fN"; micalg="pgp-sha1"; protocol="application/pgp-signature" Cc: ports@freebsd.org, Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 19:56:59 -0000 --nextPart1560103.UK2pRJI8fN Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="ISO-8859-1" On Friday 13 September 2013 15:17:53 Baptiste Daroussin wrote: > Hi, Hi, > Given how old our gcc in base is and the work done on clang and libc++. > > It is becoming complicating to make some ports properly working on all > supported version of FreeBSD. > > To help in that I would like to propose a new USES: > compiler > > http://people.freebsd.org/~bapt/compiler.mk.txt Would it be possible to add a quirks ability. For example PyPy triggers the GCC memory bug for the gcc in base, so it needs any compiler (clang or gcc) as long as gcc is 4.3+. Regards --nextPart1560103.UK2pRJI8fN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iEYEABECAAYFAlI3YoUACgkQUaaFgP9pFrL6ogCgi+s0f7JxltLBM94bQ/z0MmLw TLAAn3a90bSJQKCJcKEMJcwC8GRZ/dJP =vJXx -----END PGP SIGNATURE----- --nextPart1560103.UK2pRJI8fN--