So I like having packages. But far too often I end up in situations like this:
	
	
	
		
Fine, I'll just upgrade OpenSCAD then
	
	
	
		
Except that it suddenly (for no good reason, seen from a pkg user's perspective) isn't in the package repository anymore. So I  can't. And I'm going to use OpenSCAD now. So do you think that I'm going to spend time trying to install openscad from ports? Hell no, this machine doesn't even have a ports tree. But I have a laptop running Debian in the other room; it has OpenSCAD installed, so I'll go and use that until the package repository gets fixed.
I repeat: FreeBSD's pkg repositories needs to grow up.
Details:
	
	
	
		
				
			
		Code:
	
	tingo@kg-core2$ openscad
Cannot mix incompatible Qt library (5.14.2) with this library (5.15.0)
Abort trap (core dumped)
		Code:
	
	tingo@kg-core2$ sudo pkg update -f
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100%    163 B   0.2kB/s    00:01 
Fetching packagesite.txz: 100%    6 MiB   6.3MB/s    00:01 
Processing entries: 100%
FreeBSD repository update completed. 30777 packages processed.
All repositories are up to date.
tingo@kg-core2$ sudo pkg search openscadI repeat: FreeBSD's pkg repositories needs to grow up.
Details:
		Code:
	
	tingo@kg-core2$ uname -a
FreeBSD kg-core2.kg4.no 11.3-RELEASE-p10 FreeBSD 11.3-RELEASE-p10 #0: Tue Jun  9 08:49:05 UTC 2020     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
tingo@kg-core2$ pkg -vv| grep url
    url             : "pkg+http://pkg.FreeBSD.org/FreeBSD:11:amd64/latest", 
			     
 
		 
 
		