summaryrefslogtreecommitdiff
path: root/print/dvipng/patches
diff options
context:
space:
mode:
authorwiz <wiz>2003-12-12 22:36:14 +0000
committerwiz <wiz>2003-12-12 22:36:14 +0000
commit42f226620ba83d73575dbfd847ca10773bee0bc3 (patch)
tree4a07889f2e2b571068f45b40ee1658e10fb5dc9b /print/dvipng/patches
parenta8d9486f0953f4050f89d09287789055c048f811 (diff)
downloadpkgsrc-42f226620ba83d73575dbfd847ca10773bee0bc3.tar.gz
Update to 0.8:
New in 0.8 This release adds --depth and --height options for vertical positioning on webpages and whatnot. It also fixes some bugs, in particular one that would hang dvipng in certain PostScript font installs. New in 0.7 This release focuses on PostScript and TrueType font support. If the FreeType font library is present, dvipng will be able to render fonts internally, rather than relying on gsftopk. This will reduce disk clutter, especially when rendering at unusual resolutions.
Diffstat (limited to 'print/dvipng/patches')
-rw-r--r--print/dvipng/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/dvipng/patches/patch-aa b/print/dvipng/patches/patch-aa
new file mode 100644
index 00000000000..a84c53b97ca
--- /dev/null
+++ b/print/dvipng/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2003/12/12 22:36:14 wiz Exp $
+
+--- configure.orig Tue Dec 9 22:42:51 2003
++++ configure
+@@ -6237,7 +6237,7 @@ echo "${ECHO_T}$TEXMF_CNF" >&6
+ echo $ECHO_N "checking for psfonts.map... $ECHO_C" >&6
+ cp `which kpsewhich` .
+ PSFONTS_MAP=`./kpsewhich psfonts.map`
+- rm ./kpsewhich
++ rm -f ./kpsewhich
+ if test -n "$PSFONTS_MAP"; then
+ echo "$as_me:$LINENO: result: $PSFONTS_MAP" >&5
+ echo "${ECHO_T}$PSFONTS_MAP" >&6