Subject: Re: pkg/35929: Xfixes wants gnome-libs for gnome-config
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 03/07/2007 14:10:07
The following reply was made to PR pkg/35929; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/35929: Xfixes wants gnome-libs for gnome-config
Date: Wed, 7 Mar 2007 15:05:17 +0100
On Tue, Mar 06, 2007 at 02:15:10AM +0000, Jeremy C. Reed wrote:
> Last April, I made it so the fixesproto builtin.mk: Add buildlink
> target so old pkg-config name fixesext.pc will be available.
>
> But now I think it is not used as the buildlink3.mk has:
>
> .if ${X11_TYPE} == "xorg"
> .include "../../mk/x11.buildlink3.mk"
> .else
Xorg already has a newer version of Xfixes and should be considered
native for that case. The problem is during bulk builds the xorg-libs
package is not present when dependencies are added, so that it wants to
add x11/Xfixes as dependency, which is wrong. This should not affect
X11_TYPE=native though.
Joerg