Add a bigfix to the OPTIONS item.
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Reviewed by: simon
This commit is contained in:
parent
ca8f314a6d
commit
9e1caaacc5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28111
1 changed files with 10 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.55 2006/06/16 16:06:06 joel Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.56 2006/06/16 19:17:45 joel Exp $">
|
||||
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
|
@ -1148,6 +1148,15 @@
|
|||
<li>Other types of OPTIONS controls - A text box in particular would be
|
||||
useful for entering variables that need real values.</li>
|
||||
<li>The possibility for mutually exclusive OPTIONS.</li>
|
||||
<li>Bugfixes:
|
||||
<ul>
|
||||
<li>If you attempt to run make config for a port with
|
||||
${PKGNAMEPREFIX} defined, the make config process will error out
|
||||
with:<br>
|
||||
===> Using wrong configuration file /path/options/file<br>
|
||||
The solution is to define LATEST_LINK to be prefix-${PORTNAME},
|
||||
but this should be done internally.</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue