git: 64b49b2138 - main - [phb][Uses]: Add missing Uses=fpc
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=64b49b21383b8c868f004b2c9a84f75a7603a6b4 commit 64b49b21383b8c868f004b2c9a84f75a7603a6b4 Author: Fernando Apesteguía <[email protected]> AuthorDate: 2025-02-14 08:46:54 +0000 Commit: Fernando Apesteguía <[email protected]> CommitDate: 2025-02-21 16:58:28 +0000 [phb][Uses]: Add missing Uses=fpc --- .../content/en/books/porters-handbook/uses/_index.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 76101b110f..a58e234023 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -661,6 +661,18 @@ Possible arguments: `gcc` (default) Uses the GNU Fortran compiler. +[[uses-fpc]] +== `fpc` + +Possible arguments: (none), `run` + +Provide support for Free Pascal based ports. It will install Free Pascal +compiler and units. + +Adds a build dependency on package:lang/fpc[]. + +If the `run` argument is given a run dependency is also added. + [[uses-fuse]] == `fuse`