summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-01-24 19:37:42 +0000
committertv <tv@pkgsrc.org>2005-01-24 19:37:42 +0000
commit46767f816404ef69fb91278b3711439c7754f15c (patch)
tree47e4044cda9e4aa7bad9f4d478917db72ac73714
parent74f13b38060af45345dc100559fcd0502c2a0ad6 (diff)
downloadpkgsrc-46767f816404ef69fb91278b3711439c7754f15c.tar.gz
EVAL_PREFIX and PREPEND_PATH changes are now on HEAD
-rw-r--r--mk/CHANGES9
1 files changed, 0 insertions, 9 deletions
diff --git a/mk/CHANGES b/mk/CHANGES
index 202b0b65661..f480152b670 100644
--- a/mk/CHANGES
+++ b/mk/CHANGES
@@ -37,15 +37,6 @@ Notable changes:
the wrapper scripts in bsd.wrapper.mk. These values will not be seen by
non-wrappered programs anymore.
-* EVAL_PREFIX: In order to allow this to be set before the requested
- package is installed, this now creates variables that do not call pkg_info
- until the variable itself is evaluated. This means that such variables
- should not be used in := expressions or .if/.for arguments.
-
-* PATH/PREPEND_PATH: Similarly to EVAL_PREFIX, PREPEND_PATH takes effect
- when the variable PATH is actually expanded. So don't use := on PATH;
- only add to PREPEND_PATH.
-
* "depends": This is a new phase of the build which executes between
"checksum" and "extract". It factors out the dependency handling into its
own stage, to separate the logic and make it easier to follow in