pkgsrc/x11/xfstt/MESSAGE
mef 3820ac2d1d (1) Bump version x11/xfstt 1.6 to 1.9 based on PR pkg/45478
(2) Some pkglint flags cleared, (comment on patches, INSTALATION_DIRS)
(3) (No change) Consider dropping to support gcc-2.95 (huge patches).

1.9 (2012-05-02)
        Fix file descriptor leaks.
        Fix directory resource leaks and segfaults on opening errors.
        Reset the umask before creating the temporary directory.
        Rewrite showttf to use XCB instead of X11.

1.8 (2010-11-09)
	Remove the obsolete `--multi' option.
	Bump gettext dependency to 0.18.
	 -- Use --previous in msgmerge to help translators.
	Blank unused fields of the fsError struct when sending an error.
	Fix segfaults on font open errors (thanks to Edward Welbourne).
	Handle mmap failures which might end up as segfaults otherwise.
	Fix crashes with fortify support when:
	 -- Listing fonts (thanks to Erik Devriendt).
	 -- Setting info file magic and type fields (thanks to Niall Creech).
	Fix segfault on fonts with unknown cmap format.
	Add SIGHUP handler to re-sync fonts cache.
	Do not hardcode any path component in the man page.
	Code cleanup:
	 -- Fixed several compiler warnings.
	 -- Constify types.
	 -- Refactor client state into a new struct.
	 -- Refactor font protocol error reply handling.
	 -- Remove unused or duped includes.
	 -- Switch more C `char *' strings to C++ strings.
	 -- Use C++ algorithm instead of custom code.
	 -- Always include "config.h" first.
	 -- Use <stdint.h> instead of our own types.
	Build system cleanup:
	 -- Detect system endianness at build time.
	 -- Enable silent rules by default if support is available.
	 -- Do not use AM_MAINTAINER_MODE.
	 -- Make X11 usage selectable at configure time (new `--with-x11').
	 -- Always build (but not install) extra tools.
	 -- Use pkg-config to get fontsproto and x11 module flags.
	 -- Fix `make distcheck'.

1.7 (2005-11-30)
	Made gettext external.
	Use autoreconf instead of `autogen.sh'.
	Changed mail address.
	Generate the manpage at build time, to use variable paths and version.
	Remove win32 obsolete code.
	Use new error, warning and info functions.
	Changed some data types names.
	Fix hyphen used as minus sign in manpage.
	Fix build failure on Irix with gcc 3.2 (thanks to Dirk Tilger).
	Add IPv6 support.
	Update FSF's address.
2012-06-13 08:15:13 +00:00

30 lines
938 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.8 2012/06/13 08:15:13 mef Exp $
To use xfstt, you will need to perform the following steps:
1. Install TrueType fonts (e.g. fonts/ms-ttf, or other packages providing
TrueType fonts from the fonts category), or copy your other TrueType
fonts into
${PREFIX}/lib/X11/fonts/TTF/
2. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/xfstt to /etc/rc.d/xfstt and add the
following line into your /etc/rc.conf
xfstt=YES
3. Start xfstt by issuing the command
/etc/rc.d/xfstt start
4. Tell your X11 server about the new font service
xset fp+ unix/:7101
or add the new fontpath directly to the X11 config file, e.g. Section
"Files", in XFree86 configuration file
FontPath "unix/:7101"
===========================================================================