Next | Query returned 210 messages, browsing 111 to 120 | Previous

History of commit frequency

CVS Commit History:


   2006-10-04 19:15:06 by Thomas Klausner | Files touched by this commit (2)
Log message:
regen patch-ad (for MacOS X).
   2006-10-03 20:16:13 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.4.1:

This fixes the build on a couple of systems (m68k and mipsel), and
re-implements a function that was broken by the cache file rework that
is needed for lilypond.
   2006-09-19 10:47:22 by John Nemeth | Files touched by this commit (2)
Log message:
add support for sparc64
approved for commit during freeze by wiz@
   2006-09-17 20:20:20 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Honour VARBASE for the fontconfig cache. Use INSTALL script to create it
if necessary and run fc-cache to set up the initial database.
Remove the cache at DEINSTALL time. Bump revision for this.
   2006-09-14 17:07:12 by Matthias Scheler | Files touched by this commit (1)
Log message:
Specify architecture with "--with-arch" under Mac OS X because the
auto detection is broken. Fix based on a suggestion by Mark E. Perkins.
This fixes PR pkg/34509.
   2006-09-12 16:52:17 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Create one directory at a time, Solaris install doesn't like multiple
arguments.
   2006-09-11 20:53:16 by Thomas Klausner | Files touched by this commit (5)
Log message:
Update to 2.4.0:

Fontconfig version 2.4 is API and ABI compatible with the 2.3
release, although some significant internal restructuring has
occurred.

Major changes from the 2.3 series:

* Shared mmap'ed cache files. All font cache files are mapped
  read-only and shared across multiple processes. Startup
  performance and memory footprint of the library have, as a
  result, been significantly improved.

* Configuration split into multiple files. While 2.3 provided
  the ability to incorporate additional configuration files from
  a directory, it didn't use them extensively. The new configuration
  structure places most of the configuration into separate files
  and provides conventions for naming them that are designed to
  permit user and distribution customization of the library
  without needing to edit the master config file.

* Eliminate internal symbols from shared library symbol table.
  The shared library now exports precisely the list of symbols
  present in the public header files. Use of private symbols,
  always unsupported, will now result in failure to link and run.

Thanks to all who have made this release possible, especially
Patrick Lam who built the shared cache file code and performed most
of the maintenance over the last year.

Keith Packard 2006-9-9
   2006-07-23 03:09:11 by Min Sik Kim | Files touched by this commit (1)
Log message:
Remove obsolete BUILDLINK_API_DEPENDS.
   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.

Next | Query returned 210 messages, browsing 111 to 120 | Previous