diff options
author | salo <salo@pkgsrc.org> | 2003-02-22 13:33:31 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-22 13:33:31 +0000 |
commit | 72d0786818b8879632ddbcc3b364018ab1d2c4d0 (patch) | |
tree | 02d1f82f613887f5e32e83d0a4a41de59209a984 /x11/xfstt/patches/patch-ad | |
parent | 8aa38df3ed4e6ca0fff8a4649c0f4a48d8bbfa0f (diff) | |
download | pkgsrc-72d0786818b8879632ddbcc3b364018ab1d2c4d0.tar.gz |
Updated to version 1.4.
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
Diffstat (limited to 'x11/xfstt/patches/patch-ad')
-rw-r--r-- | x11/xfstt/patches/patch-ad | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11/xfstt/patches/patch-ad b/x11/xfstt/patches/patch-ad index 53c154bd2fc..db22e8b150c 100644 --- a/x11/xfstt/patches/patch-ad +++ b/x11/xfstt/patches/patch-ad @@ -1,15 +1,15 @@ -$NetBSD: patch-ad,v 1.4 2002/09/27 17:03:21 grant Exp $ +$NetBSD: patch-ad,v 1.5 2003/02/22 13:33:32 salo Exp $ ---- xfstt.cpp.orig Wed Jul 31 08:18:20 2002 -+++ xfstt.cpp -@@ -12,8 +12,8 @@ +--- src/xfstt.cc.orig 2002-11-14 13:08:08.000000000 +0100 ++++ src/xfstt.cc 2003-02-22 10:41:41.000000000 +0100 +@@ -31,8 +31,8 @@ #define UNSTRAPLIMIT 10500U // Change these if you don't like being FHS complient -#define TTFONTDIR "/usr/share/fonts/truetype" --#define TTCACHEDIR "/var/cache/xfstt" +-#define TTCACHEDIR "/var/cache/xfstt" +#define TTFONTDIR "@PREFIX@/lib/X11/fonts/TrueType" -+#define TTCACHEDIR "@PREFIX@/lib/X11/fonts/TrueType" ++#define TTCACHEDIR "@PREFIX@/lib/X11/fonts/TrueType" - #define TTINFO_LEAF "ttinfo.dir" - #define TTNAME_LEAF "ttname.dir" + #define TTINFO_LEAF "ttinfo.dir" + #define TTNAME_LEAF "ttname.dir" |