From 9e1caaacc530d92858441b8191845152c2e2212e Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sat, 17 Jun 2006 14:49:26 +0000 Subject: [PATCH] Add a bigfix to the OPTIONS item. Submitted by: Alexander Botero-Lowry Reviewed by: simon --- en/projects/ideas/index.sgml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/en/projects/ideas/index.sgml b/en/projects/ideas/index.sgml index 459ce5adf4..e4130628f7 100644 --- a/en/projects/ideas/index.sgml +++ b/en/projects/ideas/index.sgml @@ -1,6 +1,6 @@ - + %navincludes; %includes; @@ -1148,6 +1148,15 @@
  • Other types of OPTIONS controls - A text box in particular would be useful for entering variables that need real values.
  • The possibility for mutually exclusive OPTIONS.
  • +
  • Bugfixes: +
      +
    • If you attempt to run make config for a port with + ${PKGNAMEPREFIX} defined, the make config process will error out + with:
      + ===> Using wrong configuration file /path/options/file
      + The solution is to define LATEST_LINK to be prefix-${PORTNAME}, + but this should be done internally.
    • +
  • Requirements: