FreeBSD Bugzilla – Attachment 30057 Details for
Bug 50791
Update freetype to 2.1.4, fixing fc-cache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
freetype-2.1.4.diff
freetype-2.1.4.diff (text/plain), 2.28 KB, created by
Eric Anholt
on 2003-04-10 20:20:02 UTC
(
hide
)
Description:
freetype-2.1.4.diff
Filename:
MIME Type:
Creator:
Eric Anholt
Created:
2003-04-10 20:20:02 UTC
Size:
2.28 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/print/freetype2/Makefile,v >retrieving revision 1.44 >diff -u -r1.44 Makefile >--- Makefile 7 Mar 2003 06:09:03 -0000 1.44 >+++ Makefile 10 Apr 2003 18:57:44 -0000 >@@ -6,8 +6,7 @@ > # > > PORTNAME= freetype2 >-PORTVERSION= 2.1.3 >-PORTREVISION= 1 >+PORTVERSION= 2.1.4 > CATEGORIES= print > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \ > http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \ >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/print/freetype2/distinfo,v >retrieving revision 1.21 >diff -u -r1.21 distinfo >--- distinfo 17 Jan 2003 19:44:11 -0000 1.21 >+++ distinfo 10 Apr 2003 18:58:37 -0000 >@@ -1 +1 @@ >-MD5 (freetype-2.1.3.tar.bz2) = 09775a4111e066f782866d8a57d8481b >+MD5 (freetype-2.1.4.tar.bz2) = 1fc0b188f1fe1216776e5855d2da141f >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/print/freetype2/pkg-plist,v >retrieving revision 1.25 >diff -u -r1.25 pkg-plist >--- pkg-plist 17 Jan 2003 19:44:11 -0000 1.25 >+++ pkg-plist 10 Apr 2003 19:12:23 -0000 >@@ -39,6 +39,7 @@ > include/freetype2/freetype/ftsystem.h > include/freetype2/freetype/fttrigon.h > include/freetype2/freetype/fttypes.h >+include/freetype2/freetype/ftwinfnt.h > include/freetype2/freetype/ftxf86.h > include/freetype2/freetype/internal/autohint.h > include/freetype2/freetype/internal/bdftypes.h >Index: files/patch-src_gzip_ftgzip.c >=================================================================== >RCS file: files/patch-src_gzip_ftgzip.c >diff -N files/patch-src_gzip_ftgzip.c >--- files/patch-src_gzip_ftgzip.c 18 Jan 2003 22:27:21 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,20 +0,0 @@ >---- src/gzip/ftgzip.c.orig Sat Jan 18 13:04:29 2003 >-+++ src/gzip/ftgzip.c Sat Jan 18 13:04:40 2003 >-@@ -177,7 +177,7 @@ >- (void)FT_STREAM_SKIP( 6 ); >- >- /* skip the extra field */ >-- if ( head[3] && FT_GZIP_EXTRA_FIELD ) >-+ if ( head[3] & FT_GZIP_EXTRA_FIELD ) >- { >- FT_UInt len; >- >-@@ -187,7 +187,7 @@ >- } >- >- /* skip original file name */ >-- if ( head[3] && FT_GZIP_ORIG_NAME ) >-+ if ( head[3] & FT_GZIP_ORIG_NAME ) >- for (;;) >- { >- FT_UInt c;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50791
: 30057