From owner-freebsd-ports@freebsd.org Tue Jun 13 13:51:49 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2B60BF501D for ; Tue, 13 Jun 2017 13:51:49 +0000 (UTC) (envelope-from lylecorman@gmail.com) Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86E957CC30 for ; Tue, 13 Jun 2017 13:51:49 +0000 (UTC) (envelope-from lylecorman@gmail.com) Received: by mail-wr0-x243.google.com with SMTP id v104so30115141wrb.0 for ; Tue, 13 Jun 2017 06:51:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=Tv/RLO/52Zs/NVsfax78awiQmvQ++5nVRzOZOEKyU+E=; b=XmjhC4GH99wVXCgCJH95cREU6uudzuB6B0EjzKmPyRRDVwo/JVXxu0Zgwh24eDzT3W pHi4ZLO4vghVv73/BpJgoeuUbhemfPp4YQH9HF0giwpRn6tiGvCPcfeGk0kkZJiU4qcL k11DXTTvKn/ptifQVRBdw3vS7KAZhCU/QeEVbsoAtQ2LjVYPneSdPQVmAM2xkcv9TN3r d2yX/u0gR4VU+RZ50Usoz1nGiwvu/pe2IRJXdc/Iq6b5i18s6GYwoH0hUIx82brH+qL3 Q3ALCjHfJkXMrDJNxsIGsXxiSrYluyGUoWPPS154iOUcxC+OMIxNLaTeaoihKR4Ie42e 22XQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=Tv/RLO/52Zs/NVsfax78awiQmvQ++5nVRzOZOEKyU+E=; b=ErCAdQCNxqTvbs/09s7k4eXnvmwAykNiOHfcJPsExuMs3kZ45F7mSIU1zP7zPGfwOX gSnuPnnU2amIeEC4ux5j4u1/9TvOrsvMKK/74vFKnB4fH5APE6k64TjiTBmROQjBRlRx xNsuju0sqV4d3pbx7yHeP4x4X/kkmQHIhfnUe7L0nR6PXXIvI5CCZbD9qf30JCmQgIHE ZuhQiRUp70dI3chn3IM+TR5diuxsKQ0LrcDwptP6mFV1a8jM051gjAiBtsu/7GWRa3jl qTu6CW7zHW1ixZCJE9riRsredsPGo4E2T5UjUWyFymSEJEo3D2UmpXlPp2U+dUZsby+E ccxQ== X-Gm-Message-State: AKS2vOwce9ZPFwNIvW4vdXfZml82kKCJ6AuiibWjpdnO8dOXziHtDcig KAI59t1W0EyQJ+q37lc= X-Received: by 10.28.47.138 with SMTP id v132mr11233168wmv.77.1497361907529; Tue, 13 Jun 2017 06:51:47 -0700 (PDT) Received: from [192.168.0.35] (cable-178-148-5-95.dynamic.sbb.rs. [178.148.5.95]) by smtp.gmail.com with ESMTPSA id 62sm12569063wra.44.2017.06.13.06.51.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Jun 2017 06:51:47 -0700 (PDT) To: freebsd-ports@freebsd.org From: Rastko P Subject: How to stop ports recompiling gcc, llvm, etc.? Message-ID: Date: Tue, 13 Jun 2017 15:51:45 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2017 13:51:50 -0000 I think my machine will die from severe dehydration if every other port keeps recompiling compilers. The last make for the "documentation translation" port took 6 hours or more. What's that in fan oil costs? How to prevent this?