Hello everyone,
In our current release model the binary packages are built on the lowest
supported version of a given branch. Which means when 14.2, the packages it is
using are built on 14.1 until 14.1's EOL which is march 31st.
This works greate for everything but kernel modules, beside develop
On Fri 13 Dec 13:35, Graham Perrin wrote:
> On 13/12/2024 08:09, Baptiste Daroussin wrote:
> > …
> >
> > > https://people.freebsd.org/~bapt/kmods-quarterly.conf.txt
> > Best regards,
> > Bapt
>
>
> Thank you!
>
>
> An early test result:
>
> root@fourteen-pkgbase:~ # ee /usr/local/etc/pkg/repo
On 13/12/2024 08:09, Baptiste Daroussin wrote:
…
https://people.freebsd.org/~bapt/kmods-quarterly.conf.txt
Best regards,
Bapt
Thank you!
An early test result:
root@fourteen-pkgbase:~ # ee /usr/local/etc/pkg/repos/FreeBSD-kmods.conf
root@fourteen-pkgbase:~ # pkg -vv | grep -B 1 -e url -e
Baptiste Daroussin wrote on
Date: Fri, 13 Dec 2024 08:09:22 UTC:
. . .
> To be able to use those new repositories:
>
> this is the repository configuration for packages built our of the main branch
>
> > https://people.freebsd.org/~bapt/kmods-latest.conf.txt
that file has ${VERSION_VERSION} in
Success! With drm-61-kmod-6.1.92.1402000_3 I can kldload 915kms on
FreeBSD 14.2. Before switching to this repo, kldload would hang.
Also, in addition to kmods, there are a few other ports that must be
rebuilt for every minor version. devel/py-libzfs is one. Could that
be added to the new reposi
On 13/12/2024 13:39, Baptiste Daroussin wrote:
…
replace VERSION_VERSION with VERSION_MINOR
Best regards,
Bapt
Thank you.
Now: whilst the repository does update, successfully, a package
(drm-61-kmod) does not upgrade unless the one repository is specified
for the upgrade.
Should I experi
On Fri 13 Dec 07:24, Alan Somers wrote:
> Success! With drm-61-kmod-6.1.92.1402000_3 I can kldload 915kms on
> FreeBSD 14.2. Before switching to this repo, kldload would hang.
>
> Also, in addition to kmods, there are a few other ports that must be
> rebuilt for every minor version. devel/py-lib
On Fri, Dec 13, 2024 at 6:28 AM Baptiste Daroussin wrote:
> On Fri 13 Dec 07:24, Alan Somers wrote:
> > Success! With drm-61-kmod-6.1.92.1402000_3 I can kldload 915kms on
> > FreeBSD 14.2. Before switching to this repo, kldload would hang.
> >
> > Also, in addition to kmods, there are a few oth