git: b2222ccc44 - main - [phb][uses]: Add inotify
Fernando Apesteguía <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=b2222ccc44397790530fd445f79b602f0695e566 commit b2222ccc44397790530fd445f79b602f0695e566 Author: Fernando Apesteguía <[email protected]> AuthorDate: 2026-04-05 16:54:31 +0000 Commit: Fernando Apesteguía <[email protected]> CommitDate: 2026-04-16 15:18:25 +0000 [phb][uses]: Add inotify --- documentation/content/en/books/porters-handbook/uses/_index.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index a127199100..47b2b4a6b0 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1310,6 +1310,13 @@ If the `env` argument is given, the `configure` target is not set. If the `-a` flag is a problem for the port, add the `notall` argument. If `xmkmf` does not generate a `install.man` target, add the `noman` argument. +[[uses-inotify]] +== `inotify` + +Possible arguments: (none) + +Add `inotify` support for ports. + [[uses-java]] == `java`