git: 2d8291224c - main - Handbook - Ports: Add example port FLAVOR notation
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=2d8291224c4fe79182c92e3b6a7e3de91208c9b1 commit 2d8291224c4fe79182c92e3b6a7e3de91208c9b1 Author: Garrett Boone <[email protected]> AuthorDate: 2023-08-19 08:37:32 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2023-08-19 08:37:32 +0000 Handbook - Ports: Add example port FLAVOR notation Add example of port FLAVOR notation in poudriere port-list Reviewed by: fernape@ Pull Request: https://github.com/freebsd/freebsd-doc/pull/197 --- documentation/content/en/books/handbook/ports/_index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc index 02be6d1168..5acb2b06ba 100644 --- a/documentation/content/en/books/handbook/ports/_index.adoc +++ b/documentation/content/en/books/handbook/ports/_index.adoc @@ -1195,12 +1195,13 @@ The basic configuration shown here puts a single jail-, port-, and set-specific The filename in this example is created by combining the jail name, port name, and set name: `13amd64-local-workstation-make.conf`. The system `make.conf` and this new file are combined at build time to create the `make.conf` used by the build jail. -Packages to be built are entered in `13amd64-local-workstation-pkglist`: +Packages to be built are entered in `13amd64-local-workstation-pkglist` (ports with extref:{porters-handbook}flavors[FLAVORS] can be defined with @FLAVOR): [.programlisting] .... editors/emacs devel/git +devel/php-composer2@php82 ports-mgmt/pkg ... ....