git: ab81c763c8 - main - [phb][Uses]: Add missing Uses=kodi
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Feb 2025 16:46:29 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=ab81c763c8cb2180045128a10231e329c86ad8f3 commit ab81c763c8cb2180045128a10231e329c86ad8f3 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2025-02-17 17:46:32 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2025-02-27 16:46:03 +0000 [phb][Uses]: Add missing Uses=kodi Differential Revision: https://reviews.freebsd.org/D49032 --- documentation/content/en/books/porters-handbook/uses/_index.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 34135511b8..cd459e4885 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1419,6 +1419,15 @@ Fills in the boilerplate for kernel module ports, currently: * Handle cross-referencing kernel modules upon installation and deinstallation, using crossref:plist[plist-keywords-kld,`@kld`]. * If the `debug` argument is given, the port can install a debug version of the module into [.filename]#KERN_DEBUGDIR#/[.filename]#KMODDIR#. By default, `KERN_DEBUGDIR` is copied from `DEBUGDIR` and set to [.filename]#/usr/lib/debug#. The framework will take care of creating and removing any required directories. +[[uses-kodi]] +== `kodi` + +Possible arguments: (none), `noautoplist` + +Provide support for package:multimedia/kodi[] add-ons. +If the `noautoplist` argument is provided it does not generate the `plist` +automatically. + [[uses-ldap]] == `ldap`