Date: Fri, 27 Jan 2017 11:00:11 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Jan Beich <jbeich@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r432548 - head/x11/nvidia-driver Message-ID: <20170127110011.GA46283@FreeBSD.org> In-Reply-To: <20170127105017.1C9FB33DC@freefall.freebsd.org> References: <201701271010.v0RAAsDd025157@repo.freebsd.org> <20170127105017.1C9FB33DC@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 27, 2017 at 10:50:17AM +0000, Jan Beich wrote: > Alexey Dokuchaev <danfe@FreeBSD.org> writes: > > ... > > @@ -127,6 +127,15 @@ post-patch: .SILENT > > ${REINPLACE_CMD} -e '/kmem_/s/kernel_map/kernel_arena/' \ > > ${WRKSRC}/src/${NVSRC}/nvidia_subr.c > > .endif > > +# Chase `sys/capability.h' rename to `sys/capsicum.h' in FreeBSD src r263232 > > +.if ${OSVERSION} > 1100013 || ${OSVERSION} > 1001510 && ${OSVERSION} < 1100000 > > Are you trying to support FreeBSD versions past EOL? Well, since you asked, yes, I do. Longer answer is that this check does not cost too much, gives the upstream correct idea and pointers where to look if they (hopefully) want to merge the patch, and thus will probably go away naturally when the time comes. I really don't like FreeBSD turning into Windows in a sense how pushy we've recently started to act towards our users on forcing them to upgrade their perfectly fine FreeBSD installations. :-( ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170127110011.GA46283>