mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
8d2283b766
- Embedded pjproject updated from 2.10 to 2.12 - Fix terminfo detection by adding the correct path to detection code [1] - Add note to pkg-descr to explain that the misc/terminfo-db port is required to get color in the console - Remove trailing whitespace Reported by: ogogon@ogogon.org (via email) [1]
43 lines
1.6 KiB
Plaintext
43 lines
1.6 KiB
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
This port supports custom Asterisk configurations using a *user-supplied*
|
|
menuselect.makeopt file.
|
|
|
|
This feature is of most value for users that want to disable or override
|
|
default functionality that they dont want or need, particular in space
|
|
and/or resource constrained, or embedded environments.
|
|
|
|
If a file named ".asterisk.makeopts" is found in the ports files/
|
|
directory, its contents will be used to configure Asterisk at the
|
|
post-configure stage.
|
|
|
|
If the file is *not* found, the port will default to a 'normal' Asterisk
|
|
menuselect configuration, and only execute menuselect commands according
|
|
to what port OPTIONS the user has selected.
|
|
|
|
The format of this file is the same as the output of a standard
|
|
`make menuselect` command, as per standard build instructions for
|
|
Asterisk.
|
|
|
|
NOTE: The contents of this file *MUST* be syntactically and semantically
|
|
valid, as the port does *NOT* perform validation of this file.
|
|
|
|
In particular, ensure that all Asterisk options have their
|
|
dependencies met, using the corresponding port OPTIONS dependencies.
|
|
|
|
The `menuselect --check-deps` command can be used to verify the
|
|
configuration
|
|
|
|
The following related documentation resources are also available:
|
|
|
|
* https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options
|
|
* http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_base_configuration.html#Installing_id293213
|
|
|
|
NOTE: To get color output in the asterisk console you need to install
|
|
the misc/terminfo-db port
|
|
|
|
EOM
|
|
}
|
|
]
|