pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/x11/sessreg



On Sat, May 09, 2015 at 08:11:02AM +0900, HIRAMATSU Yoshifumi wrote:
> Hello,
> 
> This fixes build on NetBSD 6.1.5 when X11_TYPE is set to "modular" .
> 
> However, it still fails when X11_TYPE is set to "native".
> 
> This failure is caused by these elements.
> 
>  1. NetBSD 6.1.5 ships with xproto 7.0.22
>  2. x11/xproto/builtin.mk determines to use native xproto
>     if /usr/X11R7/include/X11/Xfuncproto.h exists.
>  3. sessreg's configure exits abnormally when it does't detect xproto >= 7.0.25
> 
> Do we need more clever builtin.mk? Or simply declare PKG_FAIL_REASON when
> X11_TYPE is native?

The builtin.mk needs to be more clever. Perhaps we can replace it with
one like fontsproto has (using the pkgconfig file, but I don't know in
which xproto version that was introduced; the one in pkgsrc is there
since 2006, so that should be long enough).

Can you make one like fontsproto/builtin.mk and test if it improves
the situation, please?
 Thomas



Home | Main Index | Thread Index | Old Index