[Bug 254173] pkgbase: installing FreeBSD-clang clang and FreeBSD-lld doesn't pull all dependencies necessary to actually compile and link programs

2023-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254173 --- Comment #8 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e968616046a32e4ac7b98b2aa7935c3a64f66ada commit e968616046a32e4ac7b98b2aa7935c3a64f66ada Author:

Re: pkgsave cleanup

2023-11-12 Thread Matthew Seaman
On 11/11/2023 19:00, Roger Marquis wrote: For those who are concerned about backup files being left in non-backup directories this small script will cleanup .pkgsave files:   DBPATH=/var/db/pkgsave/`date +%G%m%d%H%M`   if [ ! -d $DBPATH ]; then   mkdir -p $DBPATH   fi   for f in `find