From owner-freebsd-ports@freebsd.org Fri Dec 4 06:15:00 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C4EA2474A62 for ; Fri, 4 Dec 2020 06:15:00 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CnMr453ZWz3phx; Fri, 4 Dec 2020 06:15:00 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1607062500; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=XrAqcAILKY1w6vQDZQnoQEgEKFVIBby8uv8gijd8Zc4=; b=oNrWbl//UhNvAMRdsK+Pfu6wihebkobAGcXzSFj+yXqIuD1JCHi2/nKD5zdfRoWq35e53f ZsRIOZ58M7qaowSgGxZALovheUFjuQyHz1k3FFzQ7yVRg47EXQZyFON/hTgs0SYZaUpjRU oosNh/3itFiIgtJk6X/M69rh0cRWFiV1F/1MpnUEkxYfhZQf3bAiQLb/WI08tf3s2YVaM9 TZ9dUpkg6TfCErwRCOwdZ41CXgnrEbVTDFX0kKp/SMDJCH+8Sud57Y2QJjHxCl1aHWmiby C3Bt1s1l/bInJtikoHKH1PbvZGt0o0FxElH+6ru3nzdEuqZavOvXXevzTL1cZg== Received: by freefall.freebsd.org (Postfix, from userid 1354) id A4E642F3; Fri, 4 Dec 2020 06:15:00 +0000 (UTC) From: Jan Beich To: Yasuhiro KIMURA Cc: freebsd-ports@freebsd.org Subject: Re: What does "build-as-user" of package build means? References: <20201204.104304.2269797142450075883.yasu@utahime.org> Date: Fri, 04 Dec 2020 07:14:58 +0100 In-Reply-To: <20201204.104304.2269797142450075883.yasu@utahime.org> (Yasuhiro KIMURA's message of "Fri, 04 Dec 2020 10:43:04 +0900 (JST)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1607062500; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=XrAqcAILKY1w6vQDZQnoQEgEKFVIBby8uv8gijd8Zc4=; b=gsnVqzJFuzOJZe2kG3ua3gi0I/RB5uvHocy9VV5zBWqx5YpCi1A2Dn5RSVvdUP9kkwl3x8 8nhKBvj7P95WLVyE0gh0Cc/zhfdMwZBcAHZ2OtHwDRtdxek18jQeJt3NKNBCpxzKNlVV7l qhFZRB3PUaqXP+YCgf1TL2Zp5R6wnLPzI3EF9IaMAwv3bT2QO76bNIwN5OXtISo9lJtq4e igxigHe9SCRsutUd6XllXtCZ0gdT1sXY2K9ltCSKz0ji+Skosu0ePcTZ1QJfc2WXCFGlkW dw6llPgD1sYy4jVfbTdwR6CQOM2z2dw59wDlaAqbaaYHaCSiI8jjjzObK7gfww== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1607062500; a=rsa-sha256; cv=none; b=ML5iXF+nxZ7VB04QbYoqcU67MgRf/dYLwZjuWKUHJ1TCQRm3F2Gi72byRHXlnOtHOj5LbH uR+d2PUVmLuwQbkURjS5HhCHTpmzRBlf4VYGRykQc8WA2x8FFRkd21irqwNsiG/isxh5ds w2lVITnGiCYdeTQJuEmAkHA/UmcFf4ZbfRJnIemMb9p1DRQuV4p/rheY+Pie2PtNDAWhWj CRsl7n986Kyjr0E0kXA1fKKwt24H1m8VgDumLde0gkcVGuFXswo/aZgiaKmvHUzhTVtO4f 5eaSLWn6sPSrWbJL5T7XzswgT4Hd4Xmi4RG6yyM92CkJg2ZeLlHOMIAABOF4mg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2020 06:15:00 -0000 Yasuhiro KIMURA writes: > So I have the question as is written in subject. Would someone please > let me know what is different from "121amd64-default" build? build-as-user used to mean BUILD_AS_NON_ROOT=yes in poudriere.conf but the default changed in http://github.com/freebsd/poudriere/commit/e64d1c931624