summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-11-12 15:33:11 +0000
committerwiz <wiz@pkgsrc.org>2014-11-12 15:33:11 +0000
commit3bdfdb8470325149f200da47041bde8246f807f5 (patch)
tree6d8909fdeb7f4e11a5f05fed915d3bbf4a32335c /x11
parentfac9f4c1b1a5d3422768285e85bd88cd051cd225 (diff)
downloadpkgsrc-3bdfdb8470325149f200da47041bde8246f807f5.tar.gz
remove now unneeded patch.
Diffstat (limited to 'x11')
-rw-r--r--x11/xfstt/patches/patch-aa44
1 files changed, 0 insertions, 44 deletions
diff --git a/x11/xfstt/patches/patch-aa b/x11/xfstt/patches/patch-aa
deleted file mode 100644
index 0bfa5c68a58..00000000000
--- a/x11/xfstt/patches/patch-aa
+++ /dev/null
@@ -1,44 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2014/06/01 18:49:41 wiz Exp $
-
-Convert hardcoded PATH to @PREFIX@
-
---- doc/FAQ.orig 2003-08-07 08:59:03.000000000 +0200
-+++ doc/FAQ 2004-01-01 20:44:46.000000000 +0100
-@@ -68,8 +68,8 @@
-
- 1.1 How do I test it?
-
-- mkdir /usr/share/fonts/truetype and put some *ttf fonts there, now
-- run:
-+ mkdir @PREFIX@/share/fonts/X11/TTF and put some *ttf fonts
-+ there, now run:
-
- make xfstt && make install
- xfstt --sync
-@@ -175,11 +175,11 @@
-
- 2.4 How does one add fonts?
-
-- 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@/share/fonts/X11/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@/share/fonts/X11/TTF/winfonts
-
- Now run "xfstt --sync" in order to have the new fonts recognized.
- Adding fonts while xfstt is running doesn't work yet.
-@@ -358,8 +358,8 @@
-
- 3.0 How do I put fonts in categories?
-
-- Create some subdirectories in /usr/share/fonts/truetype, e.g.
-- modern, script, brush, old, symbol, ...
-+ Create some subdirectories in @PREFIX@/share/fonts/X11/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.
-