diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-19 11:06:15 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-19 11:06:15 +0000 |
commit | 6e89799a34eaa84ad6d510ec9cd0f1bbffedf340 (patch) | |
tree | 8f830fe3e014902bea1299e4dead3c942e00113c /x11-fonts/ttmkfdir/files/patch-builtin.cpp | |
parent | - Update to 1.0.17 (diff) |
- Update to 3.0.9
- Pass maintainership to submitter
Added file(s):
- files/patch-builtin.cpp
- files/patch-directory.cpp
- files/patch-encoding.l
- files/patch-ttf.cpp
- files/patch-util.h
This release contains additional patches and impovements from Redhat and net:
- Compressed fonts support via Zlib
- Improve performance when checking if a font has a mapping present
- Base font file selection on the magic at the start of the file
- iso8859-13 support
- Default read system encodings.dir instead of the one in current directory
- A lot of bugfixes
PR: ports/100520
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Diffstat (limited to 'x11-fonts/ttmkfdir/files/patch-builtin.cpp')
-rw-r--r-- | x11-fonts/ttmkfdir/files/patch-builtin.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fonts/ttmkfdir/files/patch-builtin.cpp b/x11-fonts/ttmkfdir/files/patch-builtin.cpp new file mode 100644 index 000000000000..15092fe683ff --- /dev/null +++ b/x11-fonts/ttmkfdir/files/patch-builtin.cpp @@ -0,0 +1,11 @@ +--- builtin.cpp.orig Mon Jan 13 04:11:10 2003 ++++ builtin.cpp Wed Jul 19 11:27:41 2006 +@@ -600,7 +600,7 @@ + 0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff + }; + +-}; ++} + + Encoding::BuiltinEncoding_t Encoding::builtin_encodings[] = { + {256,191,32,{TT_PLATFORM_MICROSOFT,TT_MS_ID_UNICODE_CS,iso8859_1},{"iso8859-1",}}, |