pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/x11/renderproto



On 18 December 2010 23:44, Thomas Klausner <wiz%netbsd.org@localhost> wrote:
> On Wed, Dec 15, 2010 at 09:33:13AM +0000, David Brownlee wrote:
>> Module Name: Âpkgsrc
>> Committed By: abs
>> Date: Â Â Â Â Wed Dec 15 09:33:13 UTC 2010
>>
>> Modified Files:
>> Â Â Â pkgsrc/x11/renderproto: buildlink3.mk
>>
>> Log Message:
>> Use renderproto9 for X11_TYPE native and! BUILTIN_X11_VERSION.xorg
>
> I'm not sure this particular commit is at fault, but I'm guessing one
> of your recent commits broke building cairo for me on
> NetBSD-5.99.41/amd64 with builtin xorg.
[...]
>
> Can you please fix it?

Apologies - have spend the last few days laid up with a fever and been
unable to deal with anything :)

Hmm, - on your native x11 system would you be willing to test adding
the following to renderprotos's buildlink3.mk
and test a 'make extract' in something like x11/xcursor?

T!=echo 'X11_TYPE == ${X11_TYPE}' >&2;echo t
T!=echo 'BUILTIN_X11_TYPE.native == ${BUILTIN_X11_TYPE.native}' >&2;echo t
.if ${X11_TYPE} == "native" && ${BUILTIN_X11_TYPE.native} == "xorg"
T!=echo 'xorg native' >&2;echo t
.endif

I don't have a native x11 NetBSD box - all are modular :(

thanks


Home | Main Index | Thread Index | Old Index