Next | Query returned 52 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2006-12-15 20:11:48 by Joerg Sonnenberger | Files touched by this commit (5)
Log message:
Just include limits.h in Xos_r.h, don't play with _POSIX_SOURCE.
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.
   2006-12-12 22:52:38 by Joerg Sonnenberger | Files touched by this commit (63)
Log message:
Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
   2006-11-03 18:04:38 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Really bump API depends for Xos_r.h changes.
   2006-11-03 18:03:04 by Joerg Sonnenberger | Files touched by this commit (5)
Log message:
Update to xproto-7.0.9:
- 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.
   2006-10-13 15:45:24 by Jeremy C. Reed | Files touched by this commit (2)
Log message:
Update to 7.0.8.
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.
   2006-07-21 06:56:38 by Roland Illig | Files touched by this commit (1)
Log message:
Needs a C compiler.
   2006-07-11 16:42:04 by Joerg Sonnenberger | Files touched by this commit (12)
Log message:
Don't use the builtin framework for the various Xorg components
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@
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
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
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-04-19 14:19:47 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Add builtin.mk. It is needed by x11-links. Also this works
so native XFree86 and Xorg and packaged xorg-libs will be used instead.

Next | Query returned 52 messages, browsing 41 to 50 | Previous