Re: How to update local pkgbase reository same as official one

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Thu, 30 Oct 2025 22:02:38 UTC
From: Lexi Winter <ivy@freebsd.org>
Subject: Re: How to update local pkgbase reository same as official one
Date: Thu, 30 Oct 2025 19:14:13 +0000

> if you find more packages are being updated than you expected, perhaps
> check to ensure you have WITH_REPRODUCIBLE_BUILD enabled; without this,
> a lot of things can change between builds that cause binary output to
> change even though the code hasn't changed.

I build local pkgbase repository on 16-CURRENT amd64 and there is only
setting of REPODIR in /etc/src.conf. So WITH_REPRODUCIBLE_BUILD is not
enabled. I'll try enabling it next time I update local pkgbase
repository.

---
Yasuhiro Kimura