This updates the nvidia-drm ports to contain the fix for
https://github.com/amshafer/nvidia-driver/issues/20
Also updates the port Makefiles to use CONFLICTS_INSTALL to resolve
PR 273261, and adds PORTREVISION to the github tag referenced.
Differential D41591
nvidia-drm-kmod: Update with fix for PRIME ashafer_badland.io on Aug 24 2023, 8:16 PM. Authored by Tags None Referenced Files
Details
This updates the nvidia-drm ports to contain the fix for Also updates the port Makefiles to use CONFLICTS_INSTALL to resolve
Diff Detail
Event Timeline
Comment Actions Using PKGNAME lets me include the PORTREVISION in addition to the previous fields. That way it will look for tags such as nvidia-drm-515-kmod-535.98_1 instead of nvidia-drm-515-kmod-535.98. This seemed like the easiest way to do this. Comment Actions Hmm, tags reflecting PORTREVISIONs is a rarity by itself, so I'm not sure what's best to do there. Don't you like explicit ${PORTNAME}-${PORTVERSION}${PORTREVISION:C/[1-9]/_&/1:C/0//} more? Comment Actions haha that certainly looks a bit more complicated :) Unless there's a good technical reason I think PKGNAME is easier for me in the future when I forget how this works and have to read it again. Comment Actions Afair PORTREVISION will be included in PKGNAME, and you likely do not want that :) -- to elaborate: someone else might bump PORTREVISION due to unrelated changes, and so it should not be part of anything "static". |