How long does it take for a port to become a pkg?
Matthew Seaman
matthew at FreeBSD.org
Tue Mar 14 12:52:53 UTC 2017
On 2017/03/14 12:33, Christian Baer wrote:
> Is this a thing with the mirror that the pkg tool is choosing or are
> the packages actually not updated that often? I actually thought this
> was an automated process that ran every night - or at least on a
> regular basis with shorter intervals than 6 weeks.
By default you will be using the quarterly package set. By design, that
doesn't receive updates unless they are fixes for security problems, or
fixes to make the package build correctly.
You won't see lumina-1.2.x in that package set until the end of this
quarter -- which is only about two weeks away now, but still a long time
to wait.
You will need to switch to the 'latest' package set if you must have
lumina-1.2 straight away. You can do that by creating a file:
/usr/local/etc/pkg/repos/FreeBSD.conf
with this contents:
FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest" }
Then type 'pkg -vvv' to make the new location has been registered.
It takes about 1--2 days for changes to the ports to make it into the
latest package set, and there will be many more of them than in the
quarterly branches. You will also get an update to pkg(8) itself which
means reverting to the quarterly packages won't be possible[*] until the
end of this quarter.
Cheers,
Matthew
[*] Well, it is /technically/ possible, but it isn't easy and involves
some 'reinstall all the packages' type operations.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 972 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20170314/2ead1511/attachment.sig>
More information about the freebsd-questions
mailing list