From nobody Mon Mar 9 16:27:39 2026 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 4fV2VZ3ncTz6Vy1X for ; Mon, 09 Mar 2026 16:27:50 +0000 (UTC) (envelope-from SRS0=uCFT=BJ=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 4fV2VZ1YBgz3HQV; Mon, 09 Mar 2026 16:27:50 +0000 (UTC) (envelope-from SRS0=uCFT=BJ=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 CCF0AD7899; Mon, 9 Mar 2026 17:27:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1773073661; bh=bshMnv0jQXVD/JBfdALIkLt85NF43cIdSjGkPiMsep0=; h=Date:Subject:To:References:Cc:From:In-Reply-To; b=l6CQGWqC6DiVnP4zJhghG9ogzagQbi/n4fxV3qUa8omiTrjbC+F4vGf7GXAzlx2bM Kzf9uLl5q8jIcx0UgAWlQ92m2MogweEn3Dd1tNP7RVoCByRSBkVlOknU5ypCMYnTla +avXgKrNRGcz+bvV/iQdgfW65XakktY40D8NEnPQ= Received: from [192.168.145.49] (ip-78-102-30-65.bb.vodafone.cz [78.102.30.65]) (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 CD24CD78CB; Mon, 9 Mar 2026 17:27:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1773073660; bh=bshMnv0jQXVD/JBfdALIkLt85NF43cIdSjGkPiMsep0=; h=Date:Subject:To:References:Cc:From:In-Reply-To; b=JsNmFWkXpCfKMK5w0Z53VJYJ411m1bV2gsEoF2yfyJzCi9pJNHShLmNJkgk2J2k+H fIaoyxzLLiUa3rmcr9Q51hczelNKmN6grbwFzDgzur4bv4xntwOw+Hxrqo4sfuzPoj hhD489jK/aS+jFAyVXq1Bqz2CiUk6pXAg3SBAXhQ= Message-ID: <432107ce-6ded-4509-a1f7-8ebe1bfebc06@quip.cz> Date: Mon, 9 Mar 2026 17:27:39 +0100 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Blacklisted ports on the compilation farm? To: FreeBSD References: Content-Language: en-US Cc: Thierry Thomas From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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] X-Rspamd-Queue-Id: 4fV2VZ1YBgz3HQV X-Spamd-Bar: ---- On 09/03/2026 16:37, Thierry Thomas wrote: > Hello, > > Looking for the poudriere logs at pkg-status, I see that some ports are > ignored, with the reason "Blacklisted". > > E.g. check for iridium-browser-2026.03.145.2 at > https://pkg-status.freebsd.org/beefy23/build.html?mastername=150amd64-default&build=2ebfebeeabf7 > > This is particularly regrettable because packages are especially useful > in these cases of heavy ports. > > Do you know how to remove this restriction? AFAIK ports like Iridium are blacklisted just because the build is taking "too much" time. It seems to me that the decision about which package to build and which to blacklist is more of a personal choice than a matter of exact rules. I really would like to see Iridium packages too. Instead of keeping users with browsing privacy in mind to build it locally. Kind regards Miroslav Lachman