Age | Commit message (Collapse) | Author | Files | Lines |
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
This should now work w/ or w/o xpkgwedge installed.
Closes PR 14102.
|
|
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
|
|
off. Add a resource file to document how it can be enabled. Add a message
to point at the resource file.
Unfortunately the same method does not work for greek keyboard support,
as the resource handling for this is documented but not implemented in
this rxvt version.
Fixes PR pkg/13273, as good as we can for this rxvt version.
|
|
|
|
${BUILDLINK_DIR} to the configure process to ensure that the header search
path is ordered correctly.
|
|
|
|
implementation is broken, it breaks the program for users with
non-multi-char-glyph and non english ("C") locales.
I will file a PR for the real problem.
|
|
It is broken and makes the program completely unuseable on german keyboards
(for example entering | switches into greek input mode).
I once tried to explain this to the maintainer, but it is not fixed in this
version.
|
|
|
|
pkg/10909.
|
|
|
|
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.
Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.
ALso simplify the logic to calculate the prefix as well.
|
|
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).
Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
|
|
a bit more user-friendly.
Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
|
|
preference to X11BASE, and by finding out where the xpm package is
installed by using pkg_info(1), not hardcoding a best guess.
|
|
I hoped that the transparent mode would work better, but it doesn't. :(
|
|
|
|
Submitted by Geoff Wing <gcw@rxvt.org> in private mail.
|
|
|
|
|
|
variable substituition of "MASTER_SITES" and "PATCH_SITES".
|
|
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
|
|
|
|
|
|
Remove redundant (and sometimes erroneous) comments.
|
|
|
|
|
|
system.
|