CVS Update: xc (branch: trunk)

Alan Coopersmith xorg-commit at cvs.freedesktop.org
Thu Jun 30 00:51:13 EEST 2005


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	alanc at gabe.freedesktop.org	05/06/29 14:51:13

Log message:
  2005-06-29  Alan Coopersmith  <alan.coopersmith at sun.com>
  
  	* config/cf/Imake.tmpl:
  	Add HasGetopt (default: YES on everything but Win32 & OS/2) and
  	HasGetoptLong (default: NO) flags for use in fc-list & fc-cache
  	Imakefiles.
  
  	* config/cf/sun.cf:
         	Set HasGetoptLong to YES on Solaris 10 and later.
  
  	* programs/fc-cache/Imakefile:
  	* programs/fc-list/Imakefile:
  	Add -DHAVE_GETOPT & -DHAVE_GETOPT_LONG flags based on settings
  	of HasGetopt & HasGetoptLong from Imake config files to simulate
  	autoconf tests.
  
  	* lib/fontconfig/Imakefile:
  	Add FREETYPE_DEFINES to set flags to match what autoconf would set
  	for Freetype 2.1.8.   Add defines for HAVE_LINK, HAVE_GETUID, and
  	HAVE_GETEUID for everything but OS/2 & Win32 to match autoconf tests.
  	Remove fcfreetype.c from the list of files linked to extras directory.
  
  	* lib/fontconfig/fcfreetype.c:
  	Use customized version of fcfreetype.c to make these needed changes:
  	- Remove // comment prohibited by gcc -ansi -pedantic default flags
  	- Change include path for "../fc-glyphname/fcglyphname.h" to work in
  	   monolithic tree layout

Modified files:
      ./:
        ChangeLog 
      xc/config/cf/:
        Imake.tmpl sun.cf 
      xc/programs/fc-cache/:
        Imakefile 
      xc/programs/fc-list/:
        Imakefile 
      xc/lib/fontconfig/:
        Imakefile 
Added files:
      xc/lib/fontconfig/:
        fcfreetype.c 
  
  Revision      Changes    Path
  1.1050        +29 -0     xc/ChangeLog
  1.12          +10 -0     xc/config/cf/Imake.tmpl
  1.22          +1 -0      xc/config/cf/sun.cf
  1.4           +8 -0      xc/programs/fc-cache/Imakefile
  1.4           +8 -0      xc/programs/fc-list/Imakefile
  1.4           +12 -2     xc/lib/fontconfig/Imakefile




More information about the xorg-commit mailing list