Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2016 14:41:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210310] [PATCH] Fix some sanity checks so they honor CLEAN_FETCH_ENV
Message-ID:  <bug-210310-13-fysadvpwIl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210310-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210310-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=3D210310

--- Comment #4 from Alan Somers <asomers@FreeBSD.org> ---
Make fetch-recursive is supposed to do that, but it fails if the port can't=
 be
built.  That's what my patch fixes.  To demonstrate:

1) cd editors/vim
2) make config
3) Deselect every option, including all User Interface options
4) It will tell you "Config is invalid. Re-edit? [Y/n]".  Select n
5) make fetch-recursive

The last step will fail with the error 'You must select one and only one op=
tion
from the UI single'

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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