From nobody Sun Feb 18 19:34:31 2024 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TdG8L5sz0z5BZGB for ; Sun, 18 Feb 2024 19:34:42 +0000 (UTC) (envelope-from SRS0=cCtU=J3=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TdG8L0hGFz4kJB for ; Sun, 18 Feb 2024 19:34:42 +0000 (UTC) (envelope-from SRS0=cCtU=J3=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 0FE29D7899; Sun, 18 Feb 2024 20:34:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1708284873; bh=BjCFMOGEdntofrcJ1vQuAWrS4bwJqYt18C2Akoq0uuc=; h=Date:Subject:To:References:From:In-Reply-To; b=0N/s7xeLnmnVyTjhvjitNCxosw2uoYb9t+X2xvtsAhKWgyuC0IpOViux4efOyGZst K5P51Wd4XtHB08U20u4ao/E4eTPxNLwF+ra8KUGFhNv3lNWbeSsxhbta/IvXIPRUov ZGoX8YDVJ67B5f2nCBVKSdMhe1VAery52rwYna7w= Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id E565ED7888; Sun, 18 Feb 2024 20:34:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1708284872; bh=BjCFMOGEdntofrcJ1vQuAWrS4bwJqYt18C2Akoq0uuc=; h=Date:Subject:To:References:From:In-Reply-To; b=ihHMpv8pPKqQtM6Z6N3JTKFwq8N8DU47ULzwNOVpWhz6NXuNHA+oDSXiC5TfSEa/m wmYDewPKrtLJxzHbVVPopq6ea+7n+68sj+btvHJGGRPGRJqA6i4Mbirnz7od6aGS3b FxXvFt+BzrxUoZTCcKnkd6JIqwuhQ3xjzsv1uLP0= Message-ID: Date: Sun, 18 Feb 2024 20:34:31 +0100 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: FreeBSD ports community is broken [port building configuration notes] To: Mark Millard , FreeBSD Mailing List References: <87B38D6C-1D83-4158-B03B-F4C8EA396DD1.ref@yahoo.com> <87B38D6C-1D83-4158-B03B-F4C8EA396DD1@yahoo.com> Content-Language: en-US From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: <87B38D6C-1D83-4158-B03B-F4C8EA396DD1@yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4TdG8L0hGFz4kJB X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] On 18/02/2024 17:52, Mark Millard wrote: > Aryeh Friedman wrote on > Date: Sun, 18 Feb 2024 10:37:06 UTC : > >> It should not require >> prodiere running on a supermassive machine to work (in many cases >> portmaster and make install recursion fail where prodiere works). > > As for configuring for small, slow systems relative to > resource use, I provide some settings that I've > historically used below. Then I have some other notes > after that material. It is not just about resources required by Poudriere but also the fact that Poudriere almost always rebuilds too many packages almost without a reason... "just to be sure". You want to build update for one small package ended up waiting half a day for rebuild of rust, cmake, llvm... -- Miroslav Lachman