18037972 Update libXfont to version 1.4.7 s12_40
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 07 Jan 2014 16:53:32 -0800
changeset 1430 b84317384b6b
parent 1429 78381bca7f32
child 1431 e7b88aadb910
18037972 Update libXfont to version 1.4.7 18011149 problem in X11/XORG-SERVER
open-src/lib/libXfont/Makefile
open-src/lib/libXfont/ps-fonts.patch
--- a/open-src/lib/libXfont/Makefile	Thu Jan 02 11:34:53 2014 -0800
+++ b/open-src/lib/libXfont/Makefile	Tue Jan 07 16:53:32 2014 -0800
@@ -2,7 +2,7 @@
 #
 # Xfont Makefile
 #
-# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -29,15 +29,15 @@
 MODULE_NAME=libXfont
 
 # Version number (used in path names)
-MODULE_VERSION=1.4.6
+MODULE_VERSION=1.4.7
 
 # Checksums for upstream tarball
-TARBALL_MD5   = 351a9b7348d165029bda52c9fdcb5c7a
-TARBALL_SHA1  = 356512420fa8573a541450b957526dfd151b4870
-TARBALL_SHA256= d0cbfe4554dc17ceea413cdad5601d35ed8d05d5b880e60931a8775fd1157e9f
+TARBALL_MD5   = b21ee5739d5d2e5028b302fbf9fe630b
+TARBALL_SHA1  = 77f60d0a2190cb36c07c2217693f46d5e8942ca2
+TARBALL_SHA256= d16ea3541835d296b19cfb05d7e64fc62173d8e7eb93284402ec761b951d1543
 
 # Patches to apply to source after unpacking, in order
-SOURCE_PATCHES=	ps-fonts.patch
+SOURCE_PATCHES=	ps-fonts.patch,-p1
 
 # Library name
 LIBNAME=Xfont
--- a/open-src/lib/libXfont/ps-fonts.patch	Thu Jan 02 11:34:53 2014 -0800
+++ b/open-src/lib/libXfont/ps-fonts.patch	Tue Jan 07 16:53:32 2014 -0800
@@ -24,10 +24,11 @@
 the usual *.pfa or *.pfb - we need to accept those as valid font names for
 mkfontdir/installalias to work properly.
 
-diff -urp -x '*~' -x '*.orig' src/FreeType/ftfuncs.c src/FreeType/ftfuncs.c
---- src/FreeType/ftfuncs.c	2010-10-06 21:12:21.000000000 -0700
-+++ src/FreeType/ftfuncs.c	2011-02-11 16:51:56.393628727 -0800
-@@ -3897,6 +3897,8 @@ static FontRendererRec renderers[] = {
+diff --git a/src/FreeType/ftfuncs.c b/src/FreeType/ftfuncs.c
+index 44e5e02..9be01b0 100644
+--- a/src/FreeType/ftfuncs.c
++++ b/src/FreeType/ftfuncs.c
+@@ -3898,6 +3898,8 @@ static FontRendererRec renderers[] = {
       FreeTypeGetInfoScalable, 0, CAPABILITIES},
      {".pfb", 4, 0, FreeTypeOpenScalable, 0,
       FreeTypeGetInfoScalable, 0, CAPABILITIES},