pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/28510 (X apps cannot find app-defaults due to xpkgwedge)
The following reply was made to PR pkg/28510; it has been noted by GNATS.
From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/28510 (X apps cannot find app-defaults due to xpkgwedge)
Date: Fri, 22 Dec 2006 20:43:32 -0600 (CST)
On Fri, 22 Dec 2006, joerg%netbsd.org@localhost wrote:
> jlam@ asked a question. I don't think this issue will ever be resolved
> nor I do believe that it is such a big problem given the available
> workarounds. It will go away for modular Xorg users and it might be
> generally a good idea to use it, once it is done. So do we want to keep
> this PR open?
Maybe for NetBSD and using defaults just make sure that
src/x11/lib/Xt/Makefile has default /usr/pkg/lib/X11/app-defaults/ and
maybe older /usr/pkg/xorg/lib/X11/app-defaults/ added to the
XFILESEARCHPATHDEFAULT defined there.
Add something like:
CPPFLAGS.Intrinsic.c=
-DXFILESEARCHPATHDEFAULT=\"${X11LIBDIR}/%L/%T/%N%C%S:${X11LIBDIR}/%l/%T/%N%C%S:${X11LIBDIR}/%T/%N%C%S:${X11LIBDIR}/%L/%T/%N%S:${X11LIBDIR}/%l/%T/%N%S:${X11LIBDIR}/%T/%N%S:/usr/pkg/lib/X11/%L/%T/%N%C%S:/usr/pkg/lib/X11/%l/%T/%N%C%S:/usr/pkg/lib/X11/%T/%N%C%S:/usr/pkg/lib/X11/%L/%T/%N%S:/usr/pkg/lib/X11/%l/%T/%N%S:/usr/pkg/lib/X11/%T/%N%S\"
I don't know all these substitutions, but now see they are defined in
XtResolvePathname man page. (I took above from same man page.)
And then close the PR.
Home |
Main Index |
Thread Index |
Old Index