From nobody Mon Sep 25 17:50:38 2023 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 4RvVlr2CJRz4trC2 for ; Mon, 25 Sep 2023 17:50:48 +0000 (UTC) (envelope-from ports@lordcow.org) Received: from mail.lordcow.org (lordcow.org [IPv6:2c0f:fb18:402:5::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (P-256) client-digest SHA256) (Client CN "devaux.za.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RvVlq69B0z3CWH; Mon, 25 Sep 2023 17:50:47 +0000 (UTC) (envelope-from ports@lordcow.org) Authentication-Results: mx1.freebsd.org; none Received: from lordcow.org (localhost [127.0.0.1]) by mail.lordcow.org (8.17.2/8.17.2) with ESMTPS id 38PHohVd030180 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Mon, 25 Sep 2023 19:50:43 +0200 (SAST) (envelope-from lordcow@lordcow.org) X-Authentication-Warning: lordcow.org: Host localhost [127.0.0.1] claimed to be lordcow.org Received: (from lordcow@localhost) by lordcow.org (8.17.2/8.17.2/Submit) id 38PHoc6q030054; Mon, 25 Sep 2023 19:50:38 +0200 (SAST) (envelope-from lordcow) Date: Mon, 25 Sep 2023 19:50:38 +0200 From: Gareth de Vaux To: Guido Falsi Cc: freebsd-ports@freebsd.org Subject: Re: dns/bind916 builds rust unexpectedly Message-ID: References: <1e05be67-cb15-964e-c78b-e74e714257a9@FreeBSD.org> 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1e05be67-cb15-964e-c78b-e74e714257a9@FreeBSD.org> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham autolearn_force=no version=4.0.0 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on lordcow.org X-Spamd-Bar: ---- 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:37199, ipnet:2c0f:fb18::/32, country:ZA] X-Rspamd-Queue-Id: 4RvVlq69B0z3CWH On Mon 2023-09-25 (17:38), Guido Falsi wrote: > This one, which calls in py-cryptography which requires rust. Thanks > There is a more general aspect to this. In the rest of the unix world > software is now almost universally build using CI systems and buildboxes, > people use binary packages almost all the time in linux. Developers don't > care to keep low overhead in their builds and with dependency. The ports > tree cannot mitigate this external pressure. Understood. Though the situation you point out has been around for decades and this is the first time I've encountered such a chaotic result.