From nobody Fri Jan 5 17:20:07 2024 X-Original-To: dev-commits-ports-all@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 4T69Fc4bttz55N08; Fri, 5 Jan 2024 17:20:20 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4T69Fb1b3Zz53wM; Fri, 5 Jan 2024 17:20:18 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=dhmjt09j; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1704475211; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qDPuzThdT5QKj1rqQT+x3IWHiFDD53hnohdJyggELXI=; b=dhmjt09jvnEJQahQ/cP9MkbSJGKSMIciGE76J9I4g8CHlpDJzdorJL3f8aejUgkWapTl7I Q8gnsqVTEuteLEF5sWECcSyOxaKo+wpXND3r7XF+hyzioqdl9Vnt5U0e0TwEsOM4D6H1OH /IiUPeY5cFwYv6xMoETma6GHnkOUFF4= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id d1f9bf0b (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 5 Jan 2024 17:20:11 +0000 (UTC) Date: Fri, 5 Jan 2024 18:20:07 +0100 From: Emmanuel Vadot To: Luca Pizzamiglio Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 47564762a319 - main - component: add SUBPACKAGES Message-Id: <20240105182007.90348ad5d58d64c300e1877e@bidouilliste.com> In-Reply-To: <202401012159.401LxI6I014243@gitrepo.freebsd.org> References: <202401012159.401LxI6I014243@gitrepo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.40 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; MV_CASE(0.50)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; R_SPF_ALLOW(-0.20)[+ip4:212.83.155.74/32]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; FREEFALL_USER(0.00)[manu]; RCVD_TLS_ALL(0.00)[]; MIME_TRACE(0.00)[0:+]; TO_DN_SOME(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-ports-main@FreeBSD.org,dev-commits-ports-all@FreeBSD.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[bidouilliste.com:+] X-Rspamd-Queue-Id: 4T69Fb1b3Zz53wM Hi Luca, On Mon, 1 Jan 2024 21:59:18 GMT Luca Pizzamiglio wrote: > The branch main has been updated by pizzamig: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=47564762a319a037686c921accbb831db779715c > > commit 47564762a319a037686c921accbb831db779715c > Author: Luca Pizzamiglio > AuthorDate: 2024-01-01 21:53:32 +0000 > Commit: Luca Pizzamiglio > CommitDate: 2024-01-01 21:58:53 +0000 > > component: add SUBPACKAGES > > This commit add SUBPACKAGES support to the framework. > > Fix users of _LICENSE_DIR > Fix multi/dual license > Add annotation to packages about being a subpkg > Make do-depends aware of the subpackages > Add PKGBASE.subpkg variable > Fix actual-package-depends target > Fix dependencies in sub-packages > Implement LICENSE support > Fix PLIST_FILES.subpkg > Make DESCR.subpkg warning message shorter > Add SUBPACKES to the list of OPTIONS_HELPERS > Fix _strip_perms > Simplify METADIR as in the original patch > Fix _PLIST > Fix the case when there are no subpackages > Fix typo > Fix _PKGDIR initialization > Fix PLIST > Fix typo in RE > Fix METADIR > Fix type in PKGFILE > Fix [build|run]-depends-list targets > Initial import of the subpackage framework > This import is based on https://reviews.freebsd.org/D16457 > > PR: 275735 > Differential Revision: https://reviews.freebsd.org/D40549 I haven't bisected or anything but since "recently" it seems that make package additionally put a .pkg in the ports directory (the one in work/pkg/ is still there), and since this commit is the last big change in the port framework I guess it's a good candidate for this problem :) Can you have a look ? Cheers, P.S.: And thanks for finally landing this, this is awesome. -- Emmanuel Vadot