From owner-freebsd-ports@FreeBSD.ORG Tue Sep 25 23:13:35 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8B741065670 for ; Tue, 25 Sep 2012 23:13:35 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 90C768FC14 for ; Tue, 25 Sep 2012 23:13:35 +0000 (UTC) Received: by pbbrp8 with SMTP id rp8so1165543pbb.13 for ; Tue, 25 Sep 2012 16:13:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Hg4v7hBeBJhtEjuFFdvzVCHGMCsC3pq8um5GUow5yKw=; b=EqETBfPbhwoiIrO/76r6dPUIAazLVotNv8ORpAfOfevPrvMwPIpXVVqQBZGnoRi32f IjL/uqpmmEr404SmILQ5+lBFHyR1tKYQYM3UKH3vrMs8L8KPnsWHiRoyAkF3INqjbXBh OY8Vc6gI08CDowcON9/wx5OOb3lGzrRk191Oo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=Hg4v7hBeBJhtEjuFFdvzVCHGMCsC3pq8um5GUow5yKw=; b=eUplsGxC49vg8RXPqzsyVEx4vXOWeRWQsm3RqWpD73gS0lIrPk1FIBOIa5xRULUOM9 cl0R2B6Puupta3X4f2zOtJp+nHKLj9Tsb5Eyfp7C/otK50XSktP/aaI2hDX20tB/Wfq9 IsOC12/iUhuxOO034P3JUoFWtGiW1aYOi6cqNEl1UibBoXTF6fAfV/Widl2O3ieS9BwQ oxQjdmDV9IMXXlBuCsxSBO7TYMeOZDTwMqXjr1PxsxJNP1QnSV48VDr9MoPov9Y2ZipI tERvMZWmSpLjjM9l/jYeNLky61w1D+Uff7gy31HG1K+cmoU7iHvWyfl/iiGNowRLTNQ9 tFAw== Received: by 10.66.85.4 with SMTP id d4mr44348140paz.11.1348614815124; Tue, 25 Sep 2012 16:13:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.127.20 with HTTP; Tue, 25 Sep 2012 16:13:04 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Tue, 25 Sep 2012 19:13:04 -0400 Message-ID: To: Garrett Cooper Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkSiS2dT2NxTE5Vyk+8AmbkP/GF6v+Y8UuTtrF7nt9pl2+Ate9JeZQjFayWochkV2k7UHgd Cc: ports@freebsd.org, x11@freebsd.org, current@freebsd.org, Oliver Pinter Subject: Re: [PATCH] unbreak imake build when clang set as base compiler X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 23:13:35 -0000 On 25 September 2012 18:45, Garrett Cooper wrote: > On Tue, Sep 25, 2012 at 3:37 PM, Oliver Pinter wrote: >> Hi all! >> >> This patch fixed the problem, when buildig imake on a machine where >> clang is the base the compiler (WITH_CLANG_IS_CC). > > (Picking a random message to reply to) Why not create PRs and CC the > relevant parties? Yes, please do this. It helps us keep track of what's going on and not lose patches. :) -- Eitan Adler