02-27-2021, 08:51 AM
(This post was last modified: 02-27-2021, 08:59 AM by ashleymills.)
ok cool, good to know pkg is now working
That compilation is insane, it's now building llvm10 by the looks of it. You could just cancel it now and install the samba package, but I suppose it's funny to see it complete now.
BTW, say you chose some custom compilation options for samba and you didn't want pkg to update it (and override it with the package built with default options). In that case you can do
and then pkg upgrade won't touch that package. To upgrade you'd have to run portmaster again
That compilation is insane, it's now building llvm10 by the looks of it. You could just cancel it now and install the samba package, but I suppose it's funny to see it complete now.
BTW, say you chose some custom compilation options for samba and you didn't want pkg to update it (and override it with the package built with default options). In that case you can do
Code:
# pkg lock PKGNAME
and then pkg upgrade won't touch that package. To upgrade you'd have to run portmaster again