Next | Query returned 24 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2008-01-06 17:57:43 by Roland Illig | Files touched by this commit (7)
Log message:
Since X11_TYPE cannot be "xorg", there's no point in checking for that
condition. What was really meant is X11_TYPE != "modular".
   2007-07-25 17:53:11 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Update to compositeproto-0.4. Add CompositeNumberEvents and protocol
specification in English.
   2007-01-18 18:23:39 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Update compositeproto to 0.3.1:
  * compositeproto.h:
    Bug #1425: Fix the protocol definition on big-endian LP64. (René Rebe)

Bump API dpends.
   2006-12-16 02:04:43 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
For reasons beyond my compressions, (b)make handles

.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.
   2006-12-15 21:43:01 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Don't assume that we have a builtin version of the X11 proto packages,
if LOCALBASE and X11BASE are identical.
   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:09:27 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Support DESTDIR. Take maintainership.
   2006-07-22 06:46:20 by Roland Illig | Files touched by this commit (107)
Log message:
Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
   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

Next | Query returned 24 messages, browsing 11 to 20 | Previous