[Bug 275735] Introduce SUBPACKAGE support in the framework
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 275735] Introduce SUBPACKAGE support in the framework"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jan 2024 21:59:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275735 --- Comment #9 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=47564762a319a037686c921accbb831db779715c 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(-) -- You are receiving this mail because: You are on the CC list for the bug.