Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2017 14:45:06 +0200
From:      Kurt Jaeger <lists@opsec.eu>
To:        Grzegorz Junka <list1@gjunka.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Firefox/GTK3 issue and reinstalling dependent ports
Message-ID:  <20170716124506.GA39925@home.opsec.eu>
In-Reply-To: <a5c089fc-7de4-e095-5602-f7201e833342@gjunka.com>
References:  <a5c089fc-7de4-e095-5602-f7201e833342@gjunka.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> This is a re-post from FreeBSD forum
> 
> Firefox on my computer expresses a weird UI issue where many controls 
> are rendered without their borders. For example, radios or checkboxes 
> can be selected but are invisible, since they have no border.

I've seen the behaviour -- thanks for explaining what happens!

> I am using poudriere and wanted to track down which repository/option is 
> responsible for this issue. I created a new repository where I compiled 
> Firefox with all its dependencies with default options. But I don't know 
> how to reinstall Firefox with all its dependencies?
> 
> I tried:
> 
> pkg install -r firefox-test -R -f www/firefox
> pkg upgrade -r firefox-test -f www/firefox
> 
> Both of them reinstall only the Firefox package. There is 241 
> dependencies when building Firefox with default options so it's kind of 
> difficult to reinstall all of them manually. How do I force to also 
> reinstall dependencies?

I know no way to do this which is not 'radical':

pkg clean -a

removes the cache. Then remove all packages (pkg delete -a) and
re-install firefox with

pkg install firefox

-- 
pi@opsec.eu            +49 171 3101372                         3 years to go !



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170716124506.GA39925>