Re: git: ade14c9a20f1 - main - graphics/nvidia-drm-515-kmod: Chase drm-kmod 5.15.118 update.
- Reply: Emmanuel Vadot : "Re: git: ade14c9a20f1 - main - graphics/nvidia-drm-515-kmod: Chase drm-kmod 5.15.118 update."
- In reply to: Sergey A. Osokin: "Re: git: ade14c9a20f1 - main - graphics/nvidia-drm-515-kmod: Chase drm-kmod 5.15.118 update."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Oct 2023 13:49:00 UTC
No worries, and yes a makesum is all that's required. It has to happen in whatever nvidia-drm-51*-kmod ports correspond to the drm-kmod update. If something goes wrong and fails to build feel free to email or CC me on any bugs and I'll take a look. Thanks, Austin On 10/18/23 09:24, Sergey A. Osokin wrote: > On Wed, Oct 18, 2023 at 07:49:55AM +0200, Emmanuel Vadot wrote: >> On Tue, 17 Oct 2023 19:23:18 +0000 >> "Sergey A. Osokin" <osa@freebsd.org> wrote: >> >>> On Tue, Oct 17, 2023 at 05:49:31PM +0000, Gleb Popov wrote: >>> >>> [...] >>> >>>> diff --git a/graphics/nvidia-drm-515-kmod/distinfo b/graphics/nvidia-drm-515-kmod/distinfo >>>> index 8d32877b4880..aebb73768a87 100644 >>>> --- a/graphics/nvidia-drm-515-kmod/distinfo >>>> +++ b/graphics/nvidia-drm-515-kmod/distinfo >>>> @@ -1,5 +1,5 @@ >>>> -TIMESTAMP = 1693165353 >>>> +TIMESTAMP = 1697556443 >>>> SHA256 (amshafer-nvidia-driver-535.104.05-nvidia-drm-515-kmod-535.104.05_GH0.tar.gz) = 37d43cf4c1cb26d2850a998c04cc3e7504f1f816e3d1b22d32c808abe39c061a >>>> SIZE (amshafer-nvidia-driver-535.104.05-nvidia-drm-515-kmod-535.104.05_GH0.tar.gz) = 185527912 >>>> -SHA256 (freebsd-drm-kmod-drm_v5.15.25_5_GH0.tar.gz) = bd5eb5a39cd46f532d0310958bfc2870da1c1a003e92874f18f7f88c8baac6a5 >>>> -SIZE (freebsd-drm-kmod-drm_v5.15.25_5_GH0.tar.gz) = 26084713 >>>> +SHA256 (freebsd-drm-kmod-drm_v5.15.118_1_GH0.tar.gz) = 40b0fc61b9e8d303d4e78a54fba94c25938aedb7e2f2c57748a18bbb96a8590f >>>> +SIZE (freebsd-drm-kmod-drm_v5.15.118_1_GH0.tar.gz) = 26092494 >>> >>> It seem to me this change requires an additional change in >>> graphics/drm-515-kmod/Makefile.version as well, i.e. (not tested): >>> >>> # drm-kmod common version definition >>> # >>> # This will be included from consumers such as nvidia-drm >>> -DRM_KMOD_DISTVERSION= 5.15.25 >>> -DRM_KMOD_GH_TAGNAME= drm_v5.15.25_5 >>> +DRM_KMOD_DISTVERSION= 5.15.118 >>> +DRM_KMOD_GH_TAGNAME= drm_v5.15.118_1 >>> >>> Thank you. >> >> https://cgit.freebsd.org/ports/tree/graphics/drm-515-kmod/Makefile.version >> >> This is already done. > > Yep, got it. Still curious, why that hasn't been updated all > together at the same time. > >> Austin, how do you want to coordinate for next updates ? I admit that >> I didn't knew that this port should be updated too. Is make makesum >> enough in all cases ? > > Thanks. > > -- > Sergey A. Osokin