Next | Query returned 64 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2011-12-03 09:44:21 by Steven Drake | Files touched by this commit (2)
Log message:
Add builtin.mk files for databases/gdbm and databases/gdbm_compat
   2011-10-17 10:40:16 by OBATA Akio | Files touched by this commit (2)
Log message:
split up Makefile.
   2011-10-17 10:10:53 by OBATA Akio | Files touched by this commit (1)
Log message:
gdbm-1.9 is GPLv3.
   2011-08-23 15:06:54 by OBATA Akio | Files touched by this commit (81)
Log message:
Recursive bump from gdbm shlib bump.
   2011-08-17 09:17:15 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 1.9.1:
* Bugfix: Improperly used preprocessor directive caused compilation failure
  when using gcc 4.4.4 or newer.

Changes 1.9:
* Use of mmap
* Changes in compatibility mode
* Locking is disabled.
* Do not link pag to dir.
* gdbm_setopt
* The testgdbm program is installed
* A testsuite is provided.
* Improved documentation.
   2010-01-24 18:11:19 by Klaus Heinz | Files touched by this commit (20)
Log message:
Added LICENSE information.
   2009-09-02 17:27:48 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Always use --mode for libtool.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2007-08-26 17:59:24 by Klaus Heinz | Files touched by this commit (1)
Log message:
The package supports installation to DESTDIR (although it uses the
variable INSTALL_ROOT).
   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 64 messages, browsing 31 to 40 | Previous