pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/x11/sessreg



Hello,

I replaced x11/xproto/builtin.mk with this.

------------------------------------------------------------------------------
# $NetBSD$

BUILTIN_PKG:=   xproto
PKGCONFIG_FILE.xproto=  ${X11BASE}/lib/pkgconfig/xproto.pc
PKGCONFIG_FILE.xproto+= ${X11BASE}/lib${LIBABISUFFIX}/pkgconfig/xproto.pc

.include "../../mk/buildlink3/pkgconfig-builtin.mk"
.include "../../mk/x11.builtin.mk"
------------------------------------------------------------------------------

After that, I tried to build x11/sessreg on NetBSD 6 both
X11_TYPE=native and X11_TYPE=modular setting, and no problem.

I made sure x11/proto not installed before built x11/sessreg,
and confirmed that x11/xproto was also built as a dependency.

Can I commit it?

On Sun, 10 May 2015 07:15:08 +0900,
Thomas Klausner <wiz%netbsd.org@localhost> wrote:
> 
> 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?

Kind regards,
HIRAMATSU, Yoshifumi



Home | Main Index | Thread Index | Old Index