Date: Mon, 01 Jan 2024 21:59:33 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 275735] Introduce SUBPACKAGE support in the framework Message-ID: <bug-275735-7788-NjYvnwZzjr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275735-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-275735-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275735 --- Comment #9 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D47564762a319a037686c921accbb831= db779715c commit 47564762a319a037686c921accbb831db779715c Author: Luca Pizzamiglio <pizzamig@FreeBSD.org> AuthorDate: 2024-01-01 21:53:32 +0000 Commit: Luca Pizzamiglio <pizzamig@FreeBSD.org> 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 Mk/Scripts/depends-list.sh | 6 + Mk/Scripts/do-depends.sh | 23 +++- Mk/Scripts/functions.sh | 3 +- Mk/bsd.licenses.mk | 68 ++++++---- Mk/bsd.options.mk | 27 +++- Mk/bsd.port.mk | 310 +++++++++++++++++++++++++++++++----------= ---- 6 files changed, 313 insertions(+), 124 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275735-7788-NjYvnwZzjr>