From nobody Mon Aug 07 16:48:52 2023 X-Original-To: mono@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 4RKMj822Zrz4TsLm for ; Mon, 7 Aug 2023 16:49:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RKMj811Q3z3Bsg for ; Mon, 7 Aug 2023 16:49:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1691426940; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5fROk4yH/ARcy6YH5PagmD4WDingzxIL2Oq2bUaIbXg=; b=kNZ1h3E0jvp/W2hKPr10enKhD1vXMfSzM5Sxp4SOeTJjYuwqVA8KlOa+siKrMedcK4j1Hy 9Qhbv+zAGBogBmRXwTC2EDAdlAjwcGYwkp2yNBn/UMGyFHpODmfT0nu+lneFH7LLBI4JHc HTPFN9nlphpzGUUv2ci6JvtcSJKWnAxkq5W7D9j6VkiV3e2X4bJGRYnK4I3YmQWN41LA7s FYvPfzItH/oalAiCThlbkCjX+D4nrxySK8zrkL7vQiP0ZsPWGV/RXErVp24CYyWohc9SyD r1vTlRmQXDR4LGRv2zCMmHatiyFUiGZiNA9Xz1rpBUZIQQC+cZUBJmMgTOX8wQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1691426940; a=rsa-sha256; cv=none; b=A9gNJAuVdj0Zyhi/J4aRMM1g8wsXA0PzcKybujM/t8LoEGmTnJrpA/4C6EWjBDJammnIdH f44BnWbswnf5LcxqsDFQ6XNqWT4PCGoUv6oDHZTnhHzm8f0n1TCMo/iDrhBVP1Lfj1ZvGE IIUVv9gkI0Uc+k9umf3RWtvxraXNY+4Jl7eC64lnR6HF+629dME5axSdDiDMLnHeoiGFso JXX7duCUTv1Ia8FObuWBf1k/IGDXK9u8ugvPNlSCu161vPvVMKNSxS5ntQFW/Cn2c4GwI2 eGGj6bGxLbVOUlf1rqWNzP8HYeJIx8M5p9HRBByH1v5+WGN8tta32VEJNabX6Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RKMj805p0z10bn for ; Mon, 7 Aug 2023 16:49:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 377GmxX5052423 for ; Mon, 7 Aug 2023 16:48:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 377Gmxef052422 for mono@FreeBSD.org; Mon, 7 Aug 2023 16:48:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 256342] devel/msbuild: default targets are unusable with lang/mono5.20 and lang/mono6.8 Date: Mon, 07 Aug 2023 16:48:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Mono and C# applications on FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-mono List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-mono@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256342 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |273001 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273001 [Bug 273001] games/openra: update to 20210321 --=20 You are receiving this mail because: You are the assignee for the bug.=