Subject: Re: CVS commit: pkgsrc/x11/xvattr
To: Joerg Sonnenberger <joerg@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 12/04/2005 02:23:53
On Sun, Dec 04, 2005 at 12:58:22AM +0000, Joerg Sonnenberger wrote:
>
> Module Name: pkgsrc
> Committed By: joerg
> Date: Sun Dec 4 00:58:22 UTC 2005
>
> Modified Files:
> pkgsrc/x11/xvattr: Makefile
>
> Log Message:
> Just expect X11 libraries to provide Xv, since XFree86 and Xorg
> have provided Xv for ages. Also add build dependency on pod2man.
revision 1.2
date: 2002/08/14 02:14:16; author: dmcmahill; state: Exp; lines: +6 -1
make sure that ${X11BASE}/include/X11/extensions/Xvlib.h before trying
to build this. If not, bail out with a NOT_FOR_PLATFORM since Xv didn't
appear until XF4.
Right now we are supporting XFree 3.x for 1.6 so this breaks it.
Bernd