pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/x11/sessreg



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?

On Sat, 02 May 2015 19:27:31 +0900,
"Thomas Klausner" <wiz%netbsd.org@localhost> wrote:
> 
> Module Name:  pkgsrc
> Committed By: wiz
> Date:         Sat May  2 10:27:31 UTC 2015
> 
> Modified Files:
>       pkgsrc/x11/sessreg: Makefile
> 
> Log Message:
> Needs xproto-7.0.25 (found in 6.0 bulk build)
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/sessreg/Makefile
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 
Kind regards,
HIRAMATSU, Yoshifumi



Home | Main Index | Thread Index | Old Index