From owner-freebsd-ports@freebsd.org Tue Jun 13 15:46:20 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 514F3BF7D6A for ; Tue, 13 Jun 2017 15:46:20 +0000 (UTC) (envelope-from lylecorman@gmail.com) Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (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 D5C2480967; Tue, 13 Jun 2017 15:46:19 +0000 (UTC) (envelope-from lylecorman@gmail.com) Received: by mail-wr0-x244.google.com with SMTP id u101so31425630wrc.1; Tue, 13 Jun 2017 08:46:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=VTSrOCk84ZPH1RqVAWO7Xq85wsAIqwTLlPg2wmXk1YI=; b=APtMWj+08Xij2Oi5ww/G3BdyFnT91gVDvAeBaGOQrgeVP1soryM0YYy9kDq0cyqM6Z 1jcGGNfVMjNc+QHfx9g9c3ohxIT8IEn6E8yjNavpKricXDzlkLjekatpblab9YgPAk57 dRiom1K1Q7YbcMptIGgN4Gx5DycJNa2ZZfLH3ebdxgI+EcgJmu+A/xUh9YcInHho8FVh sojWCT3VUICrv8jrNzgTKyIMxG58cKSRnIdS7AaxZuehqWjc6pYw3c3VqfNBnwjf5ueO BsYmDUjsy3I9GDAyWEA7vMJLxI4pD4edvSAl6djdnrE1o1CZDLapUTHbhdfoAbd3e3ex 5S6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=VTSrOCk84ZPH1RqVAWO7Xq85wsAIqwTLlPg2wmXk1YI=; b=fMbiDmosr88q4tTK/JqtlxJ9HPICO1mfzWCenEwQNJ1AbOPYmfprrfX1RpJ/EDkXna W63K1rE/wFH7wijlwJhRxQZYXVoGtpnhKvrBG44JgSyv47uhzTCBCWNdWry1RcbjzCSD URMsyPsqYrGYd897sFFBTorzOiCoCqpB7Uk2kqFbjJJZ5xzEmwIE+YHMNt9aPyyeHXac +0qlLQjyX4glBxC73STQtmnm2sszF4+caeBdXibyvtYd3TsAAOylUGv761L7blUreQjB OP27y1gqN2yr6Ov82M00PbcdnyaaC2oLrXp4/wbSlbYS989L5+FPGb9B27mk34dfXFxt D/Vg== X-Gm-Message-State: AKS2vOyhnOZDO37O6xm8o6zuhZCPIy38//q3BAgMkt9tOem4iZHnGmir /LCJ68yenKHzzWjH4PY= X-Received: by 10.28.13.211 with SMTP id 202mr11715879wmn.23.1497368778294; Tue, 13 Jun 2017 08:46:18 -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 e73sm13491814wmd.1.2017.06.13.08.46.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Jun 2017 08:46:17 -0700 (PDT) Subject: Re: How to stop ports recompiling gcc, llvm, etc.? To: Eugene Grosbein , Dimitry Andric Cc: freebsd-ports@freebsd.org References: <9DD17DEF-D6EB-496B-95AB-DC2C8EE4156B@FreeBSD.org> <594005E1.70608@grosbein.net> From: Rastko P Message-ID: <4aeaa9da-1e52-812f-fddd-fda24cfa0ee5@gmail.com> Date: Tue, 13 Jun 2017 17:46:16 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <594005E1.70608@grosbein.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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 15:46:20 -0000 Hi Eugene, I have a fresh 11-RELEASE dist. I am 'bootstrapping' the environment. I am in the process of building mail/thunderbird-52.1.1, because the binary doesn't have support for Lightning calendar extension. Yesterday, a documentation port build pulled in a lot of dependencies, including GCC, LLVM, and a lot of others. 6+ hours of compile-time. After it finished I immediately issued a 'df' cmd, and lo-and-behold, not more than 1GB was taken by the build process. Now that you've mentioned it, pkg says GCC or LLVM are not to be found installed. I am missing something huge here. Cheers. On 13.06.2017 17:33, Eugene Grosbein wrote: > 13.06.2017 22:25, Rastko P пишет: >> I have some experience with FreeBSD. I don't mind building ports. You >> know sometimes it's necessary (most FreeBSD software is ported, and >> needs to be configured) >> >> >> But I cannot find in the documentation how to prevent a port >> re-compiling different versions of GCC or other such monsters, when I >> already compiled them. > Port build process won't rebuild a compiler if it is already built and installed. > You'll get no definite answer until you supply details such as port you need in first place > and at least the beginning of its building log. > >