From nobody Fri Jan 26 17:59:13 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 4TM57N4kQrz58YqY for ; Fri, 26 Jan 2024 17:59:44 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-vk1-f175.google.com (mail-vk1-f175.google.com [209.85.221.175]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TM57N1swPz3ypJ; Fri, 26 Jan 2024 17:59:44 +0000 (UTC) (envelope-from 6yearold@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-vk1-f175.google.com with SMTP id 71dfb90a1353d-4bd84b96feeso182917e0c.1; Fri, 26 Jan 2024 09:59:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706291983; x=1706896783; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=vjtsXGrL5cKCrsGi6NOUXIbMiNPlWI4O46vY506vzAs=; b=JMUUWRt5Y4krURXUHfXMuKkbMwbVuv05Kqbcjk+Bl+jsA+swYNDr35SYrcgJzcQ3FW oyprn+6Ezf5H0TaL2WAmMcxlbU8Q10PB1qMZKvmn4a5mJOw3R2N8DUuECIn/NArGz8TF P43o666wgYk1iS8JymfBcy0bepEwC5qj+Ief8RQ4aseqFup+pNMpu4vtA+9aEEuVgNO/ xd4rK0+9MxNChmIMRRIS18qBmFsYJcGnKm7jEuJ9G0fNhSvX1JrNXwqh0BIG0I6Rn6SZ K+BmTJLsD4qSlc6wxesKnfQHWuwopyEEOhr/7zWGnWikPLN/2RMwf0jK8GDPRVN4vaJx Gs7g== X-Gm-Message-State: AOJu0YwT6lsM7qr6J8takPjWGeo6HVuxsT5Z17HvZH5M0US2VI4BzUzN 1lkivMHCxMtCSEKmjRq9BSSjyKH2eKn/O9UZf9Kp3K+RwSITY0pARhmgsKvZAVA= X-Google-Smtp-Source: AGHT+IHWu6O6vGcCpOjFkqBc0LYcqTQhwZp7UJz1bxj3lT4bjeFG00dV0FVpJEBwHf/OgBMGewX5NA== X-Received: by 2002:a05:6122:2782:b0:4b6:d6f4:ceb6 with SMTP id el2-20020a056122278200b004b6d6f4ceb6mr110967vkb.32.1706291982683; Fri, 26 Jan 2024 09:59:42 -0800 (PST) Received: from mail-ua1-f52.google.com (mail-ua1-f52.google.com. [209.85.222.52]) by smtp.gmail.com with ESMTPSA id em4-20020a056122380400b004b728337e61sm207179vkb.1.2024.01.26.09.59.42 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 26 Jan 2024 09:59:42 -0800 (PST) Received: by mail-ua1-f52.google.com with SMTP id a1e0cc1a2514c-7d2dfa3bc64so87888241.2; Fri, 26 Jan 2024 09:59:42 -0800 (PST) X-Received: by 2002:a05:6122:3903:b0:4b7:2940:8fa2 with SMTP id ep3-20020a056122390300b004b729408fa2mr169514vkb.12.1706291982247; Fri, 26 Jan 2024 09:59:42 -0800 (PST) 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 References: <068d39a84e9702c0fd9a036e13d21464@bsdforge.com> In-Reply-To: From: Gleb Popov Date: Fri, 26 Jan 2024 20:59:13 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: This is going to break port building without poudriere! To: Stefan Esser Cc: FreeBSD ports Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4TM57N1swPz3ypJ 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:15169, ipnet:209.85.128.0/17, country:US] On Fri, Jan 26, 2024 at 7:25=E2=80=AFPM Stefan Esser wrote= : > > And thus we add even more complexity to the port system ... > > For ports that e.g. depend on a particular interpreter version > (Python, Perl, LUA, ...) or database, we currently have 4 ways > to select the correct dependencies etc.: > > - pathname (e.g. databases/mysql81-server) > - DEFAULT_VERSIONS environment variable (DEFAULT_VERSIONS=3D"perl5=3D5.38= ") > - port OPTION > - FLAVOR Yes, there are always many ways to solve a high-level task with low-level tools. But the canonical solution is usually only one. In your example it is DEFAULT_VERSIONS.