building linux ports with x11/nvidia-driver-340 instead of x11/nvidia-driver
RW
rwmaillists at googlemail.com
Thu Apr 7 18:21:37 UTC 2016
On Thu, 7 Apr 2016 19:30:35 +0200
maxnix wrote:
> Il giorno Thu, 7 Apr 2016 16:04:43 +0200
> Vikash Badal <vikashb at where-ever.za.net> ha scritto:
>
> > Greetings
> >
> > can anyone assist ?
> > 340
> > I am trying to build the following ports using x11/nvidia-driver-340
> > instead of x11-nvidia-driver :
> > emulators/linux-c6
> > x11-toolkits/linux-c6-qt47-x11
> > graphics/linux-c6-glx-utils
> > net-im/skype4
> Look at the Freshports page for net-im/linux-c6:
> https://www.freshports.org/emulators/linux-c6/
> In the "Configuration Options" section there is
> NVIDIA_GL=off: libGL support via nvidia-driver
> that is the default. Set this to
> NVIDIA_GL=on
> to add support with the nvidia driver.
This makes it depend on x11/nvidia-driver, when the question as about
making it depend on the x11/nvidia-driver-340 legacy driver port.
As far as the port dependency installation is concerned it shouldn't
make any difference
NVIDIA_GL_RUN_DEPENDS=${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver
so if x11/nvidia-driver-340 has already installed libGL.so.1 then it
wont try to install x11/nvidia-driver to satisfy the dependency.
This used to work with pkg-tools, I'm not sure what happens with
pkg. It'll probably complain, but it's worth a try.
More information about the freebsd-questions
mailing list