From owner-freebsd-ports@FreeBSD.ORG Sat Apr 10 15:34:45 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 0FB331065673; Sat, 10 Apr 2010 15:34:45 +0000 (UTC) Date: Sat, 10 Apr 2010 15:34:45 +0000 From: Alexey Dokuchaev To: ports@FreeBSD.org Message-ID: <20100410153444.GA19097@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: x11/nvidia-driver: VDPAU headers in /usr/local/include/vdpau now X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2010 15:34:45 -0000 Hello there, Over the last several months, I've had received several questions on maybe we could move VDPAU headers to /usr/local/include/vdpau (nVidia reference driver and our port normally installed them under ${DOCSDIR}). After short discussion with nVidia folks and maintainers that are particularly interested in better location of VDPAU headers, it was decided that they indeed be better placed under /usr/local/include/vdpau. The latest update of the port now provides two symlinks for that matter, which should obsolete other ports' hacks like copying them manually to local build tree. Even more, those hacks could easily break with next update of nVidia driver port, as it was decided to move them from docs completely onto new location. Hence this email. :-) Thanks. ./danfe