after 10.0 -> 10.1 rebuild: how to force pkg reinstall ?

2014-11-16 Thread Kurt Jaeger
Hi! Now that 10.1 is released, I re-built all the ports relevant to me via poudriere bulk -f ~/pkg/all -j 10x and then had a nice new repo to pkg update. But: If I upgrade a 10.0 box to 10.1 and then ask them to use the new repo, how can I enforce a complete reinstall of all packages built on 1

Re: after 10.0 -> 10.1 rebuild: how to force pkg reinstall ?

2014-11-16 Thread Matthew Seaman
On 16/11/2014 08:25, Kurt Jaeger wrote: > Now that 10.1 is released, I re-built all the ports relevant to me via > > poudriere bulk -f ~/pkg/all -j 10x > > and then had a nice new repo to pkg update. > > But: If I upgrade a 10.0 box to 10.1 and then ask them to use the > new repo, how can I enfo

Re: after 10.0 -> 10.1 rebuild: how to force pkg reinstall ?

2014-11-16 Thread Guido Falsi
On 11/16/14 09:25, Kurt Jaeger wrote: > Hi! > > Now that 10.1 is released, I re-built all the ports relevant to me via > > poudriere bulk -f ~/pkg/all -j 10x > > and then had a nice new repo to pkg update. > > But: If I upgrade a 10.0 box to 10.1 and then ask them to use the > new repo, how can

Re: after 10.0 -> 10.1 rebuild: how to force pkg reinstall ?

2014-11-16 Thread Kurt Jaeger
Hi! > "pkg upgrade -f" worked fine for me. Thanks, works! -- p...@opsec.eu+49 171 3101372 6 years to go ! ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubsc

Re: after 10.0 -> 10.1 rebuild: how to force pkg reinstall ?

2014-11-16 Thread Mathieu Arnold
+--On 16 novembre 2014 10:50:48 +0100 Kurt Jaeger wrote: | Hi! | |> "pkg upgrade -f" worked fine for me. | | Thanks, works! Note, for the record, that you're reinstalling the *exact* same packages. -- Mathieu Arnold ___ freebsd-ports@freebsd.org mai

Re: after 10.0 -> 10.1 rebuild: how to force pkg reinstall ?

2014-11-16 Thread Guido Falsi
On 11/16/14 12:25, Mathieu Arnold wrote: > +--On 16 novembre 2014 10:50:48 +0100 Kurt Jaeger wrote: > | Hi! > | > |> "pkg upgrade -f" worked fine for me. > | > | Thanks, works! > > Note, for the record, that you're reinstalling the *exact* same packages. > For me, that's exactly what I wanted

Re: after 10.0 -> 10.1 rebuild: how to force pkg reinstall ?

2014-11-16 Thread Kurt Jaeger
Hi! > |> "pkg upgrade -f" worked fine for me. > | Thanks, works! > Note, for the record, that you're reinstalling the *exact* same packages. Thanks for the hint. I'll compare them at the next opportunity. -- p...@opsec.eu+49 171 3101372 6 years to go !

Re: after 10.0 -> 10.1 rebuild: how to force pkg reinstall ?

2014-11-16 Thread Mathieu Arnold
+--On 16 novembre 2014 14:36:56 +0100 Kurt Jaeger wrote: | Hi! | |> |> "pkg upgrade -f" worked fine for me. | |> | Thanks, works! | |> Note, for the record, that you're reinstalling the *exact* same packages. | | Thanks for the hint. I'll compare them at the next opportunity. Well, you don'

Re: after 10.0 -> 10.1 rebuild: how to force pkg reinstall ?

2014-11-16 Thread Kurt Jaeger
Hi! > | Thanks for the hint. I'll compare them at the next opportunity. > Well, you don't need to compare them, we build packages for branches on the > oldest supported release, so 8.4 built on 8.4, the packages for 9.1, 9.2 > and 9.3 built on 9.1, and the packages for 10.0 and 10.1 built on 10.0

Deleting ports distfiles

2014-11-16 Thread Dr. Peter Voigt
I have just seen that /usr/ports/distfiles has grown up to 12 GiB. My hopefully not too stupid question is: Can I safely delete all files under /usr/ports/distfiles, e.g. # rm -rf /usr/ports/distfiles/* I strongly suppose so but I am not sure. Thanks for any feedback. Regards, Peter

Re: Deleting ports distfiles

2014-11-16 Thread andrew clarke
On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt (pvo...@uos.de) wrote: > I have just seen that /usr/ports/distfiles has grown up to 12 GiB. My > hopefully not too stupid question is: Can I safely delete all files > under /usr/ports/distfiles, e.g. > > # rm -rf /usr/ports/distfiles/* > > I s

Re: Deleting ports distfiles

2014-11-16 Thread Royce Williams
On Sun, Nov 16, 2014 at 1:55 PM, andrew clarke wrote: > On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt (pvo...@uos.de) wrote: > >> I have just seen that /usr/ports/distfiles has grown up to 12 GiB. My >> hopefully not too stupid question is: Can I safely delete all files >> under /usr/ports/

Re: Deleting ports distfiles

2014-11-16 Thread Adam Vande More
On Sun, Nov 16, 2014 at 4:29 PM, Dr. Peter Voigt wrote: > I have just seen that /usr/ports/distfiles has grown up to 12 GiB. My > hopefully not too stupid question is: Can I safely delete all files > under /usr/ports/distfiles, e.g. > > # rm -rf /usr/ports/distfiles/* > > I strongly suppose so bu

Re: Deleting ports distfiles

2014-11-16 Thread Ivan Klymenko
В Sun, 16 Nov 2014 23:29:37 +0100 "Dr. Peter Voigt" пишет: > I have just seen that /usr/ports/distfiles has grown up to 12 GiB. My > hopefully not too stupid question is: Can I safely delete all files > under /usr/ports/distfiles, e.g. > > # rm -rf /usr/ports/distfiles/* > > I strongly suppose

Re: Deleting ports distfiles

2014-11-16 Thread Dr. Peter Voigt
On Sun, 16 Nov 2014 14:10:00 -0900 Royce Williams wrote: > On Sun, Nov 16, 2014 at 1:55 PM, andrew clarke > wrote: > > On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt > > (pvo...@uos.de) wrote: > > > >> I have just seen that /usr/ports/distfiles has grown up to 12 GiB. > >> My hopefully not

Re: Deleting ports distfiles

2014-11-16 Thread Dr. Peter Voigt
On Mon, 17 Nov 2014 09:55:01 +1100 andrew clarke wrote: > On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt (pvo...@uos.de) > wrote: > > > I have just seen that /usr/ports/distfiles has grown up to 12 GiB. > > My hopefully not too stupid question is: Can I safely delete all > > files under /u