git: 54217503da - main - [phb]: Document WANT_OPEN_MOTIF_DEVEL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Aug 2022 16:12:16 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=54217503da1877f0f3d89d6ca662ca022a89fc67 commit 54217503da1877f0f3d89d6ca662ca022a89fc67 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-08-16 05:36:32 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-08-16 16:09:07 +0000 [phb]: Document WANT_OPEN_MOTIF_DEVEL Introduced in https://cgit.FreeBSD.org/ports/commit/?id=0bebedf740d8c1536713214da0b035f8f2c0eac5 --- documentation/content/en/books/porters-handbook/special/_index.adoc | 1 + documentation/content/en/books/porters-handbook/uses/_index.adoc | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index 88a72595db..62d925b389 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -1475,6 +1475,7 @@ USE_XORG= x11 xpm If the port requires a Motif library, define `USES= motif` in the [.filename]#Makefile#. Default Motif implementation is package:x11-toolkits/open-motif[]. Users can choose package:x11-toolkits/lesstif[] instead by setting `WANT_LESSTIF` in their [.filename]#make.conf#. +Similarly package:x11-toolkits/open-motif-devel[] can be chosen by setting `WANT_OPEN_MOTIF_DEVEL` in [.filename]#make.conf#. `MOTIFLIB` will be set by [.filename]#motif.mk# to reference the appropriate Motif library. Please patch the source of the port to use `${MOTIFLIB}` wherever the Motif library is referenced in the original [.filename]#Makefile# or [.filename]#Imakefile#. diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 202df85c52..f0675734be 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1203,7 +1203,10 @@ The helper target, `buildnuget`, will output the content of the `NUGET_DEPENDS` Possible arguments: (none) Uses package:x11-toolkits/open-motif[] as a library dependency. -End users can set `WANT_LESSTIF` for the dependency to be on package:x11-toolkits/lesstif[] instead of package:x11-toolkits/open-motif[]. +End users can set `WANT_LESSTIF` in [.filename]#make.conf# to use +package:x11-toolkits/lesstif[] as dependency instead of package:x11-toolkits/open-motif[]. +Similarly setting `WANT_OPEN_MOTIF_DEVEL` in [.filename]#make.conf# will add a +dependency on package:x11-toolkits/open-motif-devel[] [[uses-ncurses]] == `ncurses`