Re: X11 libs linking

2017-03-06 Thread Cág
coypu wrote:

> Build with X11_TYPE=modular or get base Xorg to match
> your X11_TYPE=native (default value).

I forgot to add that I have modular X installed and running.

When adding something X11 library dependent pkgin
complains about missing libraries in /usr/X11R7/lib:

--
/usr/X11R7/lib/libX11.so.7, needed by ${programme}
is not present in this system.
--

modular-xorg libs are located in /usr/pkg/lib.
I wanted to avoid duplicates by using modular-xorg.

--
Cág


Re: X11 libs linking

2017-03-06 Thread coypu
Build with X11_TYPE=modular or get base Xorg to match your
X11_TYPE=native (default value).


X11 libs linking

2017-03-06 Thread Cág
Hi,

Reading this thread[0], I found out that X11-dependent binary
packages from pkgsrc always assume native X11. Looks like
it can be solved by linking. Is there a script or a package that
will link X libs in /usr/pkg to /usr/X11R7/lib so you can install
binaries from repositories? Is it a good idea at all?

Thanks

[0]: https://mail-index.netbsd.org/pkgsrc-users/2015/12/24/msg022760.html
--
Cág