Fonts location should be in /usr/local, not in /usr/X11R6.

OK'd by maintainer <jasoni@>
This commit is contained in:
kevlo 2001-01-19 03:42:57 +00:00
parent f53cb1fe6e
commit bd70c48813
3 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
--- perftest.cpp.orig Mon Jan 24 23:37:20 2000
+++ perftest.cpp Mon Jan 24 23:37:40 2000
--- perftest.cpp.orig Sat Jan 9 02:11:04 1999
+++ perftest.cpp Thu Jan 18 15:33:46 2001
@@ -1,7 +1,7 @@
// test ttf engine performance
// (C) Copyright 1997-1998 Herbert Duerr
-#define TTFONTDIR "/usr/share/fonts/truetype"
+#define TTFONTDIR "/usr/X11R6/lib/X11/fonts/TrueType"
+#define TTFONTDIR "/usr/local/lib/X11/fonts/TrueType"
#define MAXFONTBUFSIZE (2048*2048)
#include "ttf.h"

View File

@ -1,13 +1,13 @@
--- xfstt.cpp.orig Sat Dec 11 12:23:45 1999
+++ xfstt.cpp Mon Sep 18 09:25:40 2000
--- xfstt.cpp.orig Sat Dec 11 18:23:45 1999
+++ xfstt.cpp Thu Jan 18 15:34:06 2001
@@ -11,8 +11,8 @@
#define UNSTRAPLIMIT 10500U
// Change these if you don't lie being FHS complient
-#define TTFONTDIR "/usr/share/fonts/truetype"
-#define TTCACHEDIR "/var/cache/xfstt"
+#define TTFONTDIR "/usr/X11R6/lib/X11/fonts/TrueType"
+#define TTCACHEDIR "/usr/X11R6/lib/X11/fonts/TrueType"
+#define TTFONTDIR "/usr/local/lib/X11/fonts/TrueType"
+#define TTCACHEDIR "/usr/local/lib/X11/fonts/TrueType"
#define TTINFO_LEAF "ttinfo.dir"
#define TTNAME_LEAF "ttname.dir"

View File

@ -1,5 +1,5 @@
#! /bin/sh
# $OpenBSD: INSTALL,v 1.4 2000/03/13 08:42:53 jasoni Exp $
# $OpenBSD: INSTALL,v 1.5 2001/01/19 03:43:02 kevlo Exp $
#
# Pre/port-installation setup of xfstt
@ -28,7 +28,7 @@ You should also add the following to your FontPath in /etc/XF86Config:
Note that previous versions used unix/:7100.
TrueType fonts should be placed in /usr/X11R6/lib/X11/fonts/TrueType.
TrueType fonts should be placed in /usr/local/lib/X11/fonts/TrueType.
Additional documentation can be found in /usr/local/share/doc/xfstt.
***