summaryrefslogtreecommitdiff
path: root/print/transfig
diff options
context:
space:
mode:
authoritohy <itohy>2000-07-03 23:58:05 +0000
committeritohy <itohy>2000-07-03 23:58:05 +0000
commit02fe6c8e9946b361f24499798f6fe0d1d2db1138 (patch)
tree7a4943ec6219bc1d95c2dfc1b02d2327b38d17a7 /print/transfig
parentfb97838d13d367c5246d56736f6d1ccb2e01fb7e (diff)
downloadpkgsrc-02fe6c8e9946b361f24499798f6fe0d1d2db1138.tar.gz
Fix problem where transfig places LaTeX text at incorrect positions
in PS/LaTeX output format. Reported by Jim Bernard in PR #10496.
Diffstat (limited to 'print/transfig')
-rw-r--r--print/transfig/files/patch-sum3
-rw-r--r--print/transfig/patches/patch-ac16
2 files changed, 18 insertions, 1 deletions
diff --git a/print/transfig/files/patch-sum b/print/transfig/files/patch-sum
index 37712d3785e..201b9c72c57 100644
--- a/print/transfig/files/patch-sum
+++ b/print/transfig/files/patch-sum
@@ -1,4 +1,5 @@
-$NetBSD: patch-sum,v 1.2 2000/06/22 08:11:35 itohy Exp $
+$NetBSD: patch-sum,v 1.3 2000/07/03 23:58:05 itohy Exp $
MD5 (patch-aa) = 00263aefedc078e908d68b14104d7839
MD5 (patch-ab) = ee4124beec5895a1954103cc45b68bd1
+MD5 (patch-ac) = ba4f70edc59f62af97afbdae1820bbb1
diff --git a/print/transfig/patches/patch-ac b/print/transfig/patches/patch-ac
new file mode 100644
index 00000000000..a33937697a4
--- /dev/null
+++ b/print/transfig/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2000/07/03 23:58:06 itohy Exp $
+
+PS/LaTeX fix from the author of transfig.
+This will be included in future releases.
+
+--- fig2dev/dev/genpstex.c.orig Wed Jan 12 10:15:26 2000
++++ fig2dev/dev/genpstex.c Mon Jun 12 12:30:21 2000
+@@ -136,7 +136,7 @@
+ gendev_null,
+ genpstex_t_text,
+ genlatex_end,
+- EXCLUDE_TEXT
++ INCLUDE_TEXT
+ };
+
+ struct driver dev_pstex = {