Date: Sat, 24 Feb 2024 02:47:37 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: =?UTF-8?B?W0J1ZyAyNzQ1MTldIHBhbmljIHdpdGggeDExL252aWRpYS1kcml2?= =?UTF-8?B?ZXItNDcwOiBzbGVlcHFfYWRkOiB0ZCDigKYgdG8gc2xlZXAgb24gd2NoYW4g?= =?UTF-8?B?4oCmIHdpdGggc2xlZXBpbmcgcHJvaGliaXRlZA==?= Message-ID: <bug-274519-227-IHcUyn5UwV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274519-227@https.bugs.freebsd.org/bugzilla/> References: <bug-274519-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274519 Tomoaki AOKI <junchoon@dec.sakura.ne.jp> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |junchoon@dec.sakura.ne.jp --- Comment #7 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- Just a FYI. I just found legacy driver 470.239.06 is released at Feb.22,2024 by nvidia. https://www.nvidia.com/Download/driverResults.aspx/218854/en-us/ You can try it by overriding DISTVERSION and PKGNAMESUFFIX with NO_CHECKSUM= =3DYES on x11/nvidia-driver just as x11/nvidia-driver-470 port does. As I'm not using -470 version of driver and x11/linux-nvidia-libs, I cannot assure if it builds/installs fine or not. BTW, I found DISTINFO_FILE?=3D ${MASTERDIR}/distinfo line in Mk/bsd.ports.mk. It seems that it allows conditional switching of distinfo. What do you think if introducing something like DISTINFO_FILE?=3D ${MASTERDIR}/distinfo${PKGNAMESUFFIX} in x11/nvidia-driver/Makefile and split distindo like below? distinfo for master port (PKGNAMESUFFIX is not set), distinfo-470 for *-470 ports (PKGNAMESUFFIX is set to -470 in slave port), ... Not yet even tried for now, so possibly doesn't work as intended, though. But if it works OK, I think it could make it easier when nvidia released updated legacy driver and only bump of DISTVERSION and distinfo is required, independently even if some works are ongoing on masterport like just now. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274519-227-IHcUyn5UwV>