From owner-freebsd-ports@freebsd.org Fri Oct 25 09:54:52 2019 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 61A3B16C354 for ; Fri, 25 Oct 2019 09:54:52 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46zzx70200z4JXg for ; Fri, 25 Oct 2019 09:54:50 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id x9P9sbZX058421 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 25 Oct 2019 11:54:39 +0200 (CEST) (envelope-from ml@netfence.it) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netfence.it; s=201911; t=1571997279; bh=Rn1id7R2gHL7+So8SSWT7t+dOHyYZkdeIkmoSZVOnTk=; h=Subject:To:References:From:Date:In-Reply-To; b=YJRqGr/DoFnej1ykADYcySCLTQSofkh3tZnYK6qd9WOH3eYRt9FU9GwX4w/Y4nDaA IgXNWjsYBzWx61v8/bKKI+QmuJYxsu4QhhMjze27QHEwmsDibjLzaGM5+MBkFomc+Z qiiuEdxZPiokHVmDIlIvhpBVMfS0GRZQyEIClCG0= X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: poudriere and ports overlay support To: freebsd-ports@freebsd.org References: From: Andrea Venturoli Message-ID: Date: Fri, 25 Oct 2019 11:54:37 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 46zzx70200z4JXg X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=netfence.it header.s=201911 header.b=YJRqGr/D; dmarc=none; spf=pass (mx1.freebsd.org: domain of ml@netfence.it designates 2.44.121.52 as permitted sender) smtp.mailfrom=ml@netfence.it X-Spamd-Result: default: False [-4.46 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[netfence.it:s=201911]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:2.44.121.52]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[netfence.it:+]; DMARC_NA(0.00)[netfence.it]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-1.96)[ip: (-6.36), ipnet: 2.44.0.0/16(-3.18), asn: 30722(-0.27), country: IT(0.03)]; ASN(0.00)[asn:30722, ipnet:2.44.0.0/16, country:IT]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2019 09:54:52 -0000 On 2019-10-25 11:35, Miroslav Lachman wrote: > I would like to try Overlay support in ports tree (announced few weeks > ago in 2019Q4 branch). > The question is will it work with Poudriere or not? We are building all > our packages with poudriere. > > I tried adding OVERLAYS= /vol0/poudriere/ports/myports in to > myports-make.conf but "poudriere options -z myports -p default -f > /usr/local/etc/poudriere.d/pkglists/myports" failed when it reaches the > / existing only in myports and not in default ports > tree. > > Am I doing something wrong or Poudriere does not support Overlays? Sorry, I might have missed the original announcement. What is this Overlay support? I obviosly tried searching, but came up empty. Is that something which should achieve what ports-mgmt/portshaker (which I'm using) does? bye & Thanks av.