pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/35929: Xfixes wants gnome-libs for gnome-config
The following reply was made to PR pkg/35929; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
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
Home |
Main Index |
Thread Index |
Old Index