On 2016-02-11 01:55, [ftp83plus] wrote: > should I type > sudo port -v uninstall cctools +llvm34 > sudo port -v uninstall ld64-136 +llvm34 > > then do > sudo port -v uninstall llvm-3.4 clang-3.4 > ? > > The guide is not too clear on the exact syntax.
Specify the version and variants as listed in the output. You can also look this up with 'port installed'. For example: $ port installed cctools The following ports are currently installed: cctools @877.5_2+llvm34 (active) ... $ sudo port uninstall cctools @877.5_2+llvm34 HTH, Rainer _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
