summaryrefslogtreecommitdiff
path: root/x11/xfstt/patches
diff options
context:
space:
mode:
authorwiz <wiz>2004-01-25 20:46:19 +0000
committerwiz <wiz>2004-01-25 20:46:19 +0000
commit360fc36889f0c8abef76ffd27dc8bc994c509368 (patch)
tree6b5755d5055908d546dfe829d1a70edbd88bf872 /x11/xfstt/patches
parent46a39539546f9f093efd84c3eefcb2f77fa25598 (diff)
downloadpkgsrc-360fc36889f0c8abef76ffd27dc8bc994c509368.tar.gz
Convert to look in the TTF subdir for its fonts (instead of the
TrueType subdir), since that's where all ttf fonts in pkgsrc are installed into. PKGREVISION=1.
Diffstat (limited to 'x11/xfstt/patches')
-rw-r--r--x11/xfstt/patches/patch-aa10
-rw-r--r--x11/xfstt/patches/patch-ac6
-rw-r--r--x11/xfstt/patches/patch-ae6
3 files changed, 11 insertions, 11 deletions
diff --git a/x11/xfstt/patches/patch-aa b/x11/xfstt/patches/patch-aa
index 7f00e9dce47..655c7235a53 100644
--- a/x11/xfstt/patches/patch-aa
+++ b/x11/xfstt/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2004/01/01 20:06:11 salo Exp $
+$NetBSD: patch-aa,v 1.5 2004/01/25 20:46:19 wiz Exp $
--- doc/FAQ.orig 2003-08-07 08:59:03.000000000 +0200
+++ doc/FAQ 2004-01-01 20:44:46.000000000 +0100
@@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.4 2004/01/01 20:06:11 salo Exp $
- mkdir /usr/share/fonts/truetype and put some *ttf fonts there, now
- run:
-+ mkdir @PREFIX@/lib/X11/fonts/TrueType and put some *ttf fonts
++ mkdir @PREFIX@/lib/X11/fonts/TTF and put some *ttf fonts
+ there, now run:
make xfstt && make install
@@ -20,12 +20,12 @@ $NetBSD: patch-aa,v 1.4 2004/01/01 20:06:11 salo Exp $
- Copy *.ttf fonts into the /usr/share/fonts/truetype/ directory or
- put some softlinks to font directories in there. A typical example
- is:
-+ Copy *.ttf fonts into the @PREFIX@/lib/X11/fonts/TrueType/
++ Copy *.ttf fonts into the @PREFIX@/lib/X11/fonts/TTF/
+ directory or put some softlinks to font directories in there.
+ A typical example is:
- ln -s /DOS/windows/fonts /usr/share/fonts/truetype/winfonts
-+ ln -s /DOS/windows/fonts @PREFIX@/lib/X11/fonts/TrueType/winfonts
++ ln -s /DOS/windows/fonts @PREFIX@/lib/X11/fonts/TTF/winfonts
Now run "xfstt --sync" in order to have the new fonts recognized.
Adding fonts while xfstt is running doesn't work yet.
@@ -35,7 +35,7 @@ $NetBSD: patch-aa,v 1.4 2004/01/01 20:06:11 salo Exp $
- Create some subdirectories in /usr/share/fonts/truetype, e.g.
- modern, script, brush, old, symbol, ...
-+ Create some subdirectories in @PREFIX@/lib/X11/fonts/TrueType,
++ Create some subdirectories in @PREFIX@/lib/X11/fonts/TTF,
+ e.g. modern, script, brush, old, symbol, ...
and put the appropriate fonts in there. The corresponding font
names will be -modern-*, -script-*, -brush-* and so on.
diff --git a/x11/xfstt/patches/patch-ac b/x11/xfstt/patches/patch-ac
index b694828804e..d2f876e1b8a 100644
--- a/x11/xfstt/patches/patch-ac
+++ b/x11/xfstt/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.4 2004/01/01 20:06:11 salo Exp $
+$NetBSD: patch-ac,v 1.5 2004/01/25 20:46:20 wiz Exp $
--- src/Makefile.in.orig 2003-08-07 08:58:28.000000000 +0200
+++ src/Makefile.in 2004-01-01 20:51:39.000000000 +0100
@@ -8,8 +8,8 @@ $NetBSD: patch-ac,v 1.4 2004/01/01 20:06:11 salo Exp $
localedir = $(datadir)/locale
-fontdir = $(datadir)/fonts/truetype
-cachedir = $(localstatedir)/cache/xfstt
-+fontdir = $(prefix)/lib/X11/fonts/TrueType
-+cachedir = $(prefix)/lib/X11/fonts/TrueType
++fontdir = $(prefix)/lib/X11/fonts/TTF
++cachedir = $(prefix)/lib/X11/fonts/TTF
pidfile = $(localstatedir)/run/xfstt.pid
LDADD = @LIBINTL@ -L$(top_srcdir)/libfstt -lfstt
diff --git a/x11/xfstt/patches/patch-ae b/x11/xfstt/patches/patch-ae
index d095dae78b6..501394772c1 100644
--- a/x11/xfstt/patches/patch-ae
+++ b/x11/xfstt/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.6 2003/02/22 13:33:32 salo Exp $
+$NetBSD: patch-ae,v 1.7 2004/01/25 20:46:20 wiz Exp $
--- doc/xfstt.1x.orig 2002-11-14 13:08:07.000000000 +0100
+++ doc/xfstt.1x 2003-02-22 10:43:49.000000000 +0100
@@ -7,13 +7,13 @@ $NetBSD: patch-ae,v 1.6 2003/02/22 13:33:32 salo Exp $
Change xfstt's font directory.
The default directory is
-.IR /usr/share/fonts/truetype .
-+.IR @PREFIX@/lib/X11/fonts/TrueType .
++.IR @PREFIX@/lib/X11/fonts/TTF .
.TP
.I "\-\-cache name"
Change xfstt's font cache directory.
The default directory is
-.IR /var/cache/xfstt .
-+.IR @PREFIX@/lib/X11/fonts/TrueType .
++.IR @PREFIX@/lib/X11/fonts/TTF .
.TP
.I "\-\-pidfile name"
Change xfstt's pidfile location.