NVIDIA-FreeBSD-x86_64-290.10 FreeBSD 9.0

You could try modifying the nvidia-driver port makefile to pull the version you want. You'd also do a makechecksum or build with NO_CHECKSUM=yes
 
Yep, that's what I did. Just change this line in the Makefile:
Code:
DISTVERSION?=   285.05.09

to:
Code:
DISTVERSION?=   290.10

And run # make makesum The port should build fine after that.
 
Thanks for help, I succesfully solved modifiyng Makefile to download new driver version 290.10 following SirDice's instruction and installed misc/compat8x and everything worked fine.;

Ciao
Roberto
 
Back
Top