svn commit: r520219 - in head/Mk: . Uses

Piotr Kubaj pkubaj at anongoth.pl
Wed Dec 18 15:33:27 UTC 2019


I usually just run pkg check -d and rebuild everything that it prints as missing some packages or libraries. Maybe there's some option for pkg to print those without trying to install from the repo?

On 19-12-18 16:29:29, Alexander Leidinger wrote:
> Hi,
> 
> This is not enough, this does not take care about rebuilding of ports which 
> depend upon py36-xxx but don't have py36 in their own name.
> 
> After updating ports with py36 as prefix, some more need to be rebuild:
> portmaster $(pkg query -g "%n:%dn" '*' |grep py3|grep -v py37 |cut -d : -f 
> 1 | sort -u)
> 
> This is still not enough, gdk-pixbuf2 fails to build, somehow it still 
> wants to use the not existing anymore python36 on the system where I 
> encounter the issue.
> 
> Bye,
> Alexander.
> 
> --
> Send from a mobile device, please forgive brevity and misspellings.
> 
> Am 17. Dezember 2019 3:06:05 nachm. schrieb Thierry Thomas 
> <thierry at freebsd.org>:
> 
> > Le mar. 17 déc. 19 à 10:00:46 +0100, Mathieu Arnold <mat at FreeBSD.org>
> > écrivait :
> >
> >> > In two weeks plus build time this will hit quarterly and with that
> >> > many more users who are "just using packages" - I'd imagine there
> >> > would be even more surprised (not in a good way) people.
> >>
> >> I ran this to prevent sillynesses:
> >>
> >> for i in $(pkg query -g %n 'py36*'); do pkg set -yn $i:${i/36/37}; done
> >
> > What about an entry in UPDATING with this trick?
> > --
> > Th. Thomas.
> 
> 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20191218/7600587e/attachment.sig>


More information about the svn-ports-all mailing list