summaryrefslogtreecommitdiff
path: root/graphics/freetype2/patches/patch-ab
diff options
context:
space:
mode:
authoradam <adam>2003-12-18 11:28:42 +0000
committeradam <adam>2003-12-18 11:28:42 +0000
commit9991dbd124a783e9c5ed6c703624136248b2c274 (patch)
tree6e1007d343477b6f0240837081588710e2093718 /graphics/freetype2/patches/patch-ab
parent67847108438aa7785cd9fff13abf19056adfbb0a (diff)
downloadpkgsrc-9991dbd124a783e9c5ed6c703624136248b2c274.tar.gz
CHANGES BETWEEN 2.1.7 and 2.1.6:
- Updated to newest libtool version, fixing build problems on various platforms. - On Unix platforms, `make install' didn't copy the correct `ftconfig.h' file. CHANGES BETWEEN 2.1.6 and 2.1.5: - The PFR font driver didn't load kerning tables correctly, and the functions in FT_PFR_H didn't work at all. - Type 1 font files in binary format (PFB) with an end-of-file indicator weren't accepted by the FreeType engine. - Fonts which contain /PaintType and /StrokeWidth no longer cause a segfault. This bug has been introduced in version 2.1.5. - Fonts loaded with FT_LOAD_RENDER no longer cause strange results. This bug has been introduced in version 2.1.5. - Some Windows (bitmap) FNT/FON files couldn't be handled correctly. - The internal module API has been heavily changed in favor of massive simplifications within the font engine. - The PostScript parser has been enhanced to handle comments and strings correctly. Additionally, more syntax forms are recognized. - Added the optional unpatented hinting system for TrueType. - There is now a guard in the public header files to protect against inclusion of freetype.h from FreeType 1. - Direct inclusion of freetype.h and other public header files no longer works. You have to use the documented scheme #include <ft2build.h> #include FT_FREETYPE_H to load freetype.h with a symbolic name. This protects against renaming of public header files (which shouldn't happen but actually has, avoiding two public header files with the same name).
Diffstat (limited to 'graphics/freetype2/patches/patch-ab')
-rw-r--r--graphics/freetype2/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/freetype2/patches/patch-ab b/graphics/freetype2/patches/patch-ab
index 7e5432c68fd..01bc64eec6b 100644
--- a/graphics/freetype2/patches/patch-ab
+++ b/graphics/freetype2/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2003/09/13 08:32:20 adam Exp $
+$NetBSD: patch-ab,v 1.4 2003/12/18 11:28:42 adam Exp $
---- builds/unix/configure.orig 2003-07-26 08:08:14.000000000 +0200
+--- builds/unix/configure.orig 2003-11-09 08:37:12.000000000 +0000
+++ builds/unix/configure
-@@ -9388,6 +9388,7 @@ s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
+@@ -21036,6 +21036,7 @@ s,@ac_ct_F77@,$ac_ct_F77,;t t
s,@LIBTOOL@,$LIBTOOL,;t t
s,@LIBOBJS@,$LIBOBJS,;t t
s,@LTLIBOBJS@,$LTLIBOBJS,;t t