Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Sep 2014 20:38:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193451] Error when port has OPTIONS_SINGLE and ports-mgmt/dialog4ports is not installed
Message-ID:  <bug-193451-13-VVehLUdtDx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193451-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193451-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193451

--- Comment #7 from Mathieu Arnold <mat@FreeBSD.org> ---
(In reply to dmitry2004 from comment #6)
> (In reply to Mathieu Arnold from comment #5)
> > Because when you use OPTIONS_SINGLE, you must put one of the values of each
> > of the single groups to OPTIONS_DEFAULT, otherwise it's not valid.
> > 
> > The ports you're talking about have bugs in the way their options are
> > implemented.
> 
> But this should not affect on install ports-mgmt/dialog4ports for 'make
> config'

>From the examples you gave, you have NO_DIALOG defined, so dialog4ports is
*NOT* installed, because you asked for it.  It is not installed, and then,
nginx or postgresql94-server break because their options are invalid.

unset NO_DIALOG, then dialog4ports will install itself, and you will be able to
set the options with it.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193451-13-VVehLUdtDx>