.if foo || bar
BAZ= no
.else
BAZ= yes
.endif
different from
.if foo
BAZ= no
.elif bar
BAZ= no
.else
BAZ= yes
.endif
in some situations exposed in this builtin.mk. Workaround this for now.
For example, configure plays dirty with that.
Fix a type in the MTSAFE_PWAPI section and the configure test for
NETDBAPI (from David Sainty).
Assume that readdir_r follows POSIX semantics if configure detected it
and we have no reason to believe so otherwise. Most importantly, use it
when _POSIX_REENTRANT_FUNCTIONS is not defined.
Bump revision.
- add _X_LIKELY and _X_UNLIKELY (branch prediction)
- define _X_INLINE for older compilers
Add patches to handle reentrancy in X11/Xos_r.h better
by detecting via autoconf whether the interfaces are
actually present.
As this change is needed on various change for xproto to work
correctly, bump BUILDLINK_API_DEPENDS.
Take maintainership.
Due to builtin.mk this is not used by default on most pkgsrc systems
that have good enough headers (or use Xorg).
Changes include:
XF86keysym: add keyboard/monitor brightness controls (Bug #8120)
Add XF86{Kbd,Mon}Brightness{Up,Down}, and XF86KbdLightOnOff.
Xfuncproto: add _X_INLINE
Bug #7458: AIX changes to Xmd.h
Bugzilla Bug #7458 <https://bugs.freedesktop.org/show_bug.cgi?id=7458>
Patch #6179 <https://bugs.freedesktop.org/attachment.cgi?id=6179>
Add ISO_Level5_{Shift,Latch,Lock}.
Bug #6887: Add dead_stroke, bump to 7.0.7. (Troy Korjuslommi)
Bug #6296: Add support for Braille. (Samuel Thibault)
Fix more comment typos.
On Solaris, #include <sys/isa_defs.h> to be sure _LP64 is defined in 64-bit
builds.
Fix some comment typos.
when X11_TYPE=xorg. Let them include x11.buildlink3.mk directly.
Remove the manual USE_BUILTIN declarations from xorg-libs/b3.mk.
This fixes a symmetry in the dependency list depending on whether
xorg-libs is installed already or not.
Discussed with jlam@
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto