Date: Fri, 18 Apr 2008 22:56:07 +0100 From: Chris Whitehouse <cwhiteh@onetel.com> To: Mel <fbsd.questions@rachie.is-a-geek.net> Cc: freebsd-questions@freebsd.org Subject: Re: overnight upgrade interrupted by questions Message-ID: <480918F7.70500@onetel.com> In-Reply-To: <200804152303.30054.fbsd.questions@rachie.is-a-geek.net> References: <200804151245.03033.lists-fbsd@shadypond.com> <200804152002.20097.fbsd.questions@rachie.is-a-geek.net> <48050BC1.1050305@onetel.com> <200804152303.30054.fbsd.questions@rachie.is-a-geek.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Mel wrote:
> On Tuesday 15 April 2008 22:10:41 Chris Whitehouse wrote:
>
>> Do something like [sorry not exact syntax as I don't have access to a
>> freebsd machine]:
>> foreach i (`cat portlist`)
>> foreach? cd /usr/ports/$i && make config
>
> You should 'make config-conditional' to save yourself some work. make config
> always shows you the dialogue, while config-conditional checks to see if the
> variablenames have changed and if not, just moves on using what you already
> have in /var/db/ports.
That's very useful thank you
Chris
>
> These are the ports that will bite you:
> # find /usr/ports -name 'configure' -path '*/scripts/*' \
> -exec grep -l '/usr/bin/dialog' {} +
> /usr/ports/emulators/vmware3/scripts/configure
> /usr/ports/japanese/typist/scripts/configure
> /usr/ports/misc/sonytv/scripts/configure
> /usr/ports/print/apsfilter/scripts/configure
> /usr/ports/print/ghostscript-gnu/scripts/configure
> /usr/ports/print/ghostscript-gpl/scripts/configure
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?480918F7.70500>
