[stsf-commit] stsf ChangeLog, 1.23, 1.24 configure, 1.12, 1.13 configure.ac, 1.12, 1.13

Alan Coopersmith stsf-commit at pdx.freedesktop.org
Mon Feb 28 19:15:07 PST 2005


Committed by: alanc


Index: ChangeLog
===================================================================
RCS file: /cvs/stsf/stsf/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ChangeLog	2 Jul 2004 05:00:10 -0000	1.23
+++ ChangeLog	1 Mar 2005 03:15:05 -0000	1.24
@@ -1,3 +1,52 @@
+2005-02-28	Alan Coopersmith	<alan.coopersmith at sun.com>
+	Synchronize open source tree with code used in Solaris 10 release,
+	including these fixes/changes (written by Alex Gelfenbain, Jay Hobson,
+	and Alan Coopersmith, all of Sun Microsystems):
+
+	* configure.ac, configure:
+	Sun bug 5106264: STSF should not be built with VIS instructions
+
+	* configure.ac:
+	Fix include path for pkg.m4 to work on Solaris - may need 
+	-I <path to pkg.m4> when running autoconf if not in default path, 
+	for example:
+	 autoconf -I/usr/share/aclocal
+	or	
+	 autoconf -I/usr/local/share/aclocal
+
+	* STClientLibrary/src/STGlyphVector.c:
+	* STClientLibrary/src/STLine.c:
+	* STClientLibrary/src/STSysCtl.c:
+	* STClientLibrary/src/sysctlvars.h:
+	* STFontServer/dropins/freetype2/ft2_glue.c:
+	* STFontServer/dropins/freetype2/ftrenderglyph.inc:
+	* interface/stprivate.h:
+	Add support for emboldening bitmaps
+
+	* STFontServer/dropins/freetype2/ftrenderglyph.inc:
+	* STFontServer/dropins/freetype2/ft2_glue.c:
+	Add support for algorithmic obliquing
+
+	* STFontServer/dropins/freetype2/ft2_glue.c:
+	Sun bug 5070941: Japanese strings are ugly in many cases
+	
+	* STClientLibrary/src/STGlyphVector.c:
+	Sun bug 5100693: Crash in gnome-calculator
+
+	* STFontServer/loader/makefile:
+	* STFontServer/loader/stfsloader.xml:
+	Add SMF manifest for stfloader for Solaris 10
+
+	* STFontServer/src/fontserver.c:
+	* STFontServer/src/saverestore.c:
+	* STFontServer/src/stfs-door.c:
+	* stsflib/path.c:
+	* stsflib/stsfutil.c:
+	Sun bug 5104693: security issue in stfontserverd
+
+	* stsflib/sft.h:
+	Sun bug 5097105: sft.h won't compile on Solaris for AMD64
+
 2004-06-30	Alexander Gelfenbain	<adg at sun.com>
 	STSF Version 0.11.2 - background font rescan and many fixes
     Version was bumped up from 0.8 to 0.11 since there were two incompatible

Index: configure
===================================================================
RCS file: /cvs/stsf/stsf/configure,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- configure	2 Jul 2004 05:00:10 -0000	1.12
+++ configure	1 Mar 2005 03:15:05 -0000	1.13
@@ -3595,7 +3595,7 @@
 	case "$target" in
 	  sparc-*-solaris2*)
 	      if test "${OS_MINOR}" -gt 9 ; then
-		ARCH_CFLAGS="-xarch=v8plusa -xprefetch=yes"
+		ARCH_CFLAGS="-xarch=v8plus -xprefetch=yes"
 	      else
 		ARCH_CFLAGS="-xarch=v8"
 	      fi

Index: configure.ac
===================================================================
RCS file: /cvs/stsf/stsf/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- configure.ac	2 Jul 2004 05:00:10 -0000	1.12
+++ configure.ac	1 Mar 2005 03:15:05 -0000	1.13
@@ -147,7 +147,7 @@
 	case "$target" in
 	  sparc-*-solaris2*)
 	      if test "${OS_MINOR}" -gt 9 ; then
-		ARCH_CFLAGS="-xarch=v8plusa -xprefetch=yes"
+		ARCH_CFLAGS="-xarch=v8plus -xprefetch=yes"
 	      else
 		ARCH_CFLAGS="-xarch=v8"
 	      fi
@@ -413,7 +413,7 @@
 	USE_FONTCONFIG="${enableval}",USE_FONTCONFIG="unset")
 
 dnl m4_include(/usr/share/aclocal/pkg.m4)
-m4_include(/usr/local/share/aclocal/pkg.m4)
+m4_include(pkg.m4)
 
 if test "${USE_FONTCONFIG-unset}" != "no" ; then
     PKG_CHECK_MODULES(FONTCONFIG, fontconfig, 



More information about the stsf-commit mailing list