Re: x11/nvidia-driver issues compiling on 9.X

2016-01-10 Thread Jan Beich
Ultima writes: > nvidia-modeset-freebsd.c:563:29: error: sys/caprights.h: No such file or > directory Drop the line. is implicitly included on 10+ systems. > nvidia-modeset-freebsd.c:593: warning: implicit declaration of function > 'cap_rights_init' See how nv-freebsd.h and nvidia_linux.c fix

Application Authentication

2016-01-10 Thread Toli via freebsd-ports
Hello.I was in the BSD website reading info, because I  have an application that when I launch it it brings me back an error 5.5.1 that requires authentication. Now that has nothing to do with my email service, cause I  have no issues whatsoever with it,I tried all kinds of settings within my ro

FreeBSD ports you maintain which are out of date

2016-01-10 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

x11/nvidia-driver issues compiling on 9.X

2016-01-10 Thread Ultima
Working on updating nvidia-driver to the newest version (361.16) and stuck with an issue building on 9.X. there is a new kernel module that calls a function cap_rights_init, which does not exist on 9.X. It looks like it was new code added in 10.X. The patch builds perfectly in 10.X and head. If so

Re: ports, dependencies and conflicts with other ports' options ?

2016-01-10 Thread Thierry Thomas
Le dim 10 jan 16 à 21:51:23 +0100, Kurt Jaeger écrivait : > Hi! Hello, > There's a PR for a new port, see > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202754 > > which has the problem that if some other port has some option > set, this will cause this new port fail on build. > > So

ports, dependencies and conflicts with other ports' options ?

2016-01-10 Thread Kurt Jaeger
Hi! There's a PR for a new port, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202754 which has the problem that if some other port has some option set, this will cause this new port fail on build. So the question is: Is there any idea on how one might document / encode this kind of CON