summaryrefslogtreecommitdiff
path: root/x11/xfstt/patches
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14Convert varargs-macros to old-style macros, to make the packagekristerw15-0/+2016
compile when using gcc 2.95.
2004-01-25Convert to look in the TTF subdir for its fonts (instead of thewiz3-11/+11
TrueType subdir), since that's where all ttf fonts in pkgsrc are installed into. PKGREVISION=1.
2004-01-02Oops. Forgot in previous commit.salo1-15/+0
2004-01-01Update to version 1.6.salo3-32/+36
- 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
2003-02-22Updated to version 1.4.salo5-49/+68
Changes: - added MESSAGE file with post-install instructions - minor cleanups 1.4: ==== - Auto* tools - Initial i18n support (not used yet) - Fixed slow down with some programs using FS_ListFontsWithXInfo - Fixed childs unlinking unix socket when father uid == childs uid - Added an option to specify pidfile location - Added endpwent() to prevent leaking one fd - Changed usage output 1.3.1: ====== - Added --cache description to man page
2002-09-27Make this work with xpkgwedge by using PREFIX instead of X11BASE.grant4-14/+22
Bump PKGREVISION. Fixes pkg/18197 from Urban Boquist <urban@boquist.net>.
2002-08-22Update to xfstt-1.3.grant3-142/+23
Significant changes since 1.2: * Fixed unix socket and its dir permissions * Added full path to unix socket address and use sockaddr_un instead * Added support for --notcp * Removed hard coded limits on path length (needed by the Hurd) Significant changes since 1.1: * Fixes bug that broke xfstt when using unix * domain sockets under linux 2.4 * Fixed bug in realloc() use. * Added Patch for Boxdrawing glyphs * New Encodings: iso8859_11 (latin/Thai) and koi8_u * Now compiles properly under newer versions of gcc
2002-07-18use @X11BASE@ in xfstt.1 instead of '/usr/X11R6' - yuck!grant1-2/+2
2001-02-28We want RCS Ids in the patches.wiz1-0/+1
This is one of the things pkglint checks, so _please_ use it.
2001-02-18 * Add --notcp option, to only listen on unix domain socket, not TCP socket.hubertf2-4/+90
* Add rc.d startup script * Update pkg name to xfstt-1.1nb1 Code based on FreeBSD port, submitted by Martti Kuparinen <martti.kuparinen@iki.fi> in PR 12201
2000-09-04TrueType font server for X11kim4-0/+102