On Sat, Sep 23, 2017 at 12:58 PM, Michael Butler <i...@protected-networks.net> wrote: > On 09/23/17 15:46, Kurt Buff wrote: >> >> All, >> >> Upgraded from 10.3 to 11.0-RELEASE-p12 >> >> Deleted all installed ports, and am trying to reinstall them with >> portmaster, building from source, with the following command line: >> portmaster -d --no-confirm --no-term-title --delete-packages `cat >> /root/ports.txt` >> >> ports.txt has the following in it: >> multimedia/vlc-qt4 >> net/wireshark >> security/sudo >> ports-mgmt/bsdadminscripts2 >> sysutils/coreutils >> www/firefox >> www/lynx >> www/opera >> x11-wm/xfce4 >> x11/xorg >> >> >> VLC is failing to build, with the following error: >> ===>>> The dependency for devel/cmake >> seems to be handled by cmake-modules-3.8.2 >> >> ===>>> The devel/cmake-modules port has been deleted: Deleted, >> merged into devel/cmake >> ===>>> Aborting update > > > [ .. ] > >> How do I fix this? > > > As the error message suggests, cmake-modules no longer exists. > > Use "pkg delete -f cmake-modules" and retry, > > imb
Well, that's unexpected. I did a 'pkg delete -a' before the upgrade, and checked to make sure all of them were indeed gone with 'pkg info'. Don't know how cmake-modules snuck in... Thanks, Kurt _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"