diff options
author | salo <salo@pkgsrc.org> | 2004-01-01 20:06:11 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-01-01 20:06:11 +0000 |
commit | 4838594602472e2878b4afc0574180c0efc7cb70 (patch) | |
tree | 65ae287ea1ba01d1cfd910531c09e2613fad2c43 /x11/xfstt/patches/patch-ab | |
parent | 1cf20920d896b26e67c454e840c2e731c260aa34 (diff) | |
download | pkgsrc-4838594602472e2878b4afc0574180c0efc7cb70.tar.gz |
Update to version 1.6.
- correct usage of PREFIX in MESSAGE
- sort PLIST
Changes:
1.6:
====
- Fixed ttSyncAll only looking at fontdir subdirectories
- Added more robust checking for cachedir
- Removed a constant path size limitation (for the Hurd)
- Fixed a typo in "syncing"
- Minor indentation fixes
- Started the transition to using C++ strings
- Changed the libfstt API:
Fixed multiple memory leakages
The member getString doesn't need the conversion buffer anymore
- Fixed the output format of --gslist
1.5.1:
======
- Fixed a possible security problem by checking the byteorder magic in
the connection handshake:
bugtraq id 8255
1.5:
====
- Fixed multiple buffer overflows in the network packet handling code:
CAN-2003-0581
- New encoding: iso8859-14
- Moved hardcoded dir locations to configure space
- Mkdir the fontdir and cachedir in the make install target
- Improve error messages when cachedir does not exist
- Remove --gslist dependency on order of arguments
- Replaced dprintfN with a debug function
- Cleaned the debugging output
- Indentation and minor source cosmetic changes
- Updated to gettext 0.12.1, version 0.11.5 was buggy
- Added a System V init file example
- Cleaned the examples in doc/examples: font.properties, test.sh
- Updated the documentation: doc/FAQ, INSTALL, THANKS, TODO, xfstt.1x
Diffstat (limited to 'x11/xfstt/patches/patch-ab')
-rw-r--r-- | x11/xfstt/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xfstt/patches/patch-ab b/x11/xfstt/patches/patch-ab index 5a6fb5a0377..0c8d2ff2c14 100644 --- a/x11/xfstt/patches/patch-ab +++ b/x11/xfstt/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.3 2003/02/22 13:33:32 salo Exp $ +$NetBSD: patch-ab,v 1.4 2004/01/01 20:06:11 salo Exp $ ---- doc/examples/font.properties.orig 2002-11-14 13:08:07.000000000 +0100 -+++ doc/examples/font.properties 2003-02-22 12:35:41.000000000 +0100 +--- doc/examples/font.properties.orig 2003-04-07 05:59:16.000000000 +0200 ++++ doc/examples/font.properties 2004-01-01 20:46:52.000000000 +0100 @@ -1,5 +1,4 @@ # awt font properties for X11 with xfstt --# copy to /usr/local/java/lib/font.properties +-# copy to $(JAVA_HOME)/lib/font.properties dialog.plain.0 = -*-arial-medium-r-normal--*-%d-*-*-p-*-iso8859-1 dialog.italic.0 = -*-arial-medium-i-normal--*-%d-*-*-p-*-iso8859-1 |