From nobody Mon Nov 11 04:32:46 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 4XmxW041Tnz5clqp for ; Mon, 11 Nov 2024 04:33:16 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-vk1-f172.google.com (mail-vk1-f172.google.com [209.85.221.172]) (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 "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XmxW028qHz4HJ7 for ; Mon, 11 Nov 2024 04:33:16 +0000 (UTC) (envelope-from 6yearold@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-vk1-f172.google.com with SMTP id 71dfb90a1353d-50d34db4edeso3073663e0c.0 for ; Sun, 10 Nov 2024 20:33:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1731299595; x=1731904395; 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=oSrYV+3+oUEh1jGlzIndorrCYsIOx6TcZO1zLT+H0rI=; b=pjEwkfTKBZaTOXh5tARqhFhJqsn9zhOxY66wpD2FBjjbQbUBTTWLoP85tgORqgK/fR 40i6bnDf6UMtE3wdanGcYWk5luUdDNBGqCG+Q/uVEFPQaKfu+ltLeSiKKwVFQSsJMIuQ Nkv8StIxiwRNnTipTg4yvOmULLRiQJFziruea71rMKHJQx+veAgmhAdHvhmeVXve1c8i TO56MMPYV/RYhIsBq8V+HmXiQOh7p7g/uDTXIvLfcX4JKqIeI4DgQJJWkDhzJUOhOTYv TK7r+tGrpzF3UhT/6Q96WdreyxiBofaEvEixmSi1vTI+n/nMxF4asmf9yiwonKDS/xS6 gEPg== X-Gm-Message-State: AOJu0YwPnLhg/CrEhs5QM5SAUm8KViOFH1lYtRpWXO3RRbFU5CJzT+OX c8U5UeOwRv3yq7b+P064StDTRsSWaIE9gDwpChJHKmwt26Nb9wFR0fx+390h X-Google-Smtp-Source: AGHT+IHp//OrB3RKwsUm7cqFPSUfFsKW/yh71sg1B9daQQtRW/8ppgan01yCrgRnGkfwgA9XiWTo7Q== X-Received: by 2002:a05:6122:1d56:b0:50d:6cfc:ac4d with SMTP id 71dfb90a1353d-514026152dcmr8289620e0c.5.1731299595228; Sun, 10 Nov 2024 20:33:15 -0800 (PST) Received: from mail-ua1-f43.google.com (mail-ua1-f43.google.com. [209.85.222.43]) by smtp.gmail.com with ESMTPSA id 71dfb90a1353d-513f323bac6sm1700571e0c.50.2024.11.10.20.33.14 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 10 Nov 2024 20:33:14 -0800 (PST) Received: by mail-ua1-f43.google.com with SMTP id a1e0cc1a2514c-84fd764f6ddso3270476241.1 for ; Sun, 10 Nov 2024 20:33:14 -0800 (PST) X-Received: by 2002:a05:6102:c88:b0:4a4:9363:b832 with SMTP id ada2fe7eead31-4aae2155cfcmr7757759137.3.1731299594229; Sun, 10 Nov 2024 20:33:14 -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: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 References: In-Reply-To: From: Gleb Popov Date: Mon, 11 Nov 2024 07:32:46 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: sysutils/bsdisks: 0.36 requires full C++20 header To: Tatsuki Makino Cc: "freebsd-ports@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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] X-Rspamd-Queue-Id: 4XmxW028qHz4HJ7 X-Spamd-Bar: ---- On Mon, Nov 11, 2024 at 2:23=E2=80=AFAM Tatsuki Makino wrote: > > Hello. > > bsdisks-0.36 is now something that can't be built for people like me who = are still using environments with incomplete c20 headers. > If you want to force it to build, apply a patch like the one attached bel= ow and build it :) > > Regards. I'm surprised that someone is using a desktop-related package on such an old system. Why don't you upgrade?