summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-01-02 14:23:40 +0000
committerrillig <rillig@pkgsrc.org>2008-01-02 14:23:40 +0000
commit477440414f84395cf75f65e7a7a7b59ebde4ec70 (patch)
tree7b390b7e4c5c9fc39045b880655e48d11c01a4a3 /doc/pkgsrc.txt
parent5a9248851dc5be044de95bb740c18737b753ee13 (diff)
downloadpkgsrc-477440414f84395cf75f65e7a7a7b59ebde4ec70.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 759003c9874..b61a0c71af6 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -2048,6 +2048,11 @@ PKG_DEFAULT_OPTIONS= -arts -dvdread -esound
PKG_OPTIONS.kdebase= debug -sasl
PKG_OPTIONS.apache= suexec
+It is important to note that options that were specifically suggested by the
+package maintainer must be explicitely removed if you do not wish to include
+the option. If you are unsure you can view the current state with make
+show-options.
+
The following settings are consulted in the order given, and the last setting
that selects or disables an option is used:
@@ -3791,7 +3796,7 @@ After that, there should be a comment for each change that the patch does.
There are a number of standard cases:
* Patches that replace the == operator for test(1) with = in shell scripts
- should contain a reference to , to avoid redundant explanations.
+ are so common that they don't need a comment at all.
* Patches for commonly known vulnerabilities should mention the vulnerability
ID (CAN, CVE).
@@ -5791,6 +5796,13 @@ installed in ${X11PREFIX} but xmkmf not being run, set USE_X11BASE instead.)
You can add variables to xmkmf's environment by adding them to the SCRIPTS_ENV
variable.
+If the program uses cmake for configuration, the appropriate steps can be
+invoked by setting USE_CMAKE to "yes". You can add variables to cmake's
+environment by adding them to the CONFIGURE_ENV variable and arguments to cmake
+by adding them to the CMAKE_ARGS variable. The top directory argument is given
+by the CMAKE_ARG_PATH variable, that defaults to "." (relative to
+CONFIGURE_DIRS)
+
If there is no configure step at all, set NO_CONFIGURE to "yes".
17.12. The build phase