summaryrefslogtreecommitdiff
path: root/print/teTeX1-bin/patches/patch-ah
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-24 12:57:29 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-24 12:57:29 +0000
commit239873daa1450b70decb3e4ff24768d15974030f (patch)
tree1ad4343fae0f7ab26089c8acee2c101427dccc27 /print/teTeX1-bin/patches/patch-ah
parent34ebce8453bf93f593cf95f7404861d505efafd4 (diff)
downloadpkgsrc-239873daa1450b70decb3e4ff24768d15974030f.tar.gz
Reimport of teTeX-bin version 1.0.7nb3 as teTeX1-bin:
This package contains the executables for the teTeX installation as well as other files that were created when generating the binaries: info files, format files and manual pages.
Diffstat (limited to 'print/teTeX1-bin/patches/patch-ah')
-rw-r--r--print/teTeX1-bin/patches/patch-ah98
1 files changed, 98 insertions, 0 deletions
diff --git a/print/teTeX1-bin/patches/patch-ah b/print/teTeX1-bin/patches/patch-ah
new file mode 100644
index 00000000000..24272408540
--- /dev/null
+++ b/print/teTeX1-bin/patches/patch-ah
@@ -0,0 +1,98 @@
+$NetBSD: patch-ah,v 1.1.1.1 2003/12/24 12:57:30 jmmv Exp $
+
+--- texk/ps2pkm/hints.c.orig Sat Jan 24 23:11:28 1998
++++ texk/ps2pkm/hints.c Thu Sep 30 13:34:00 1999
+@@ -167,7 +167,7 @@
+ }
+ else /* error */
+ {
+- abort("ComputeHint: invalid orientation");
++ t1_abort("ComputeHint: invalid orientation");
+ }
+
+ IfTrace4((HintDebug > 1),
+@@ -201,7 +201,7 @@
+ }
+ else /* error */
+ {
+- abort("ComputeHint: invalid hinttype");
++ t1_abort("ComputeHint: invalid hinttype");
+ }
+
+ IfTrace1((HintDebug > 1)," hintValue=%p", hintValue);
+@@ -218,7 +218,7 @@
+ }
+ else /* error */
+ {
+- abort("ComputeHint: invalid orientation");
++ t1_abort("ComputeHint: invalid orientation");
+ }
+ }
+
+@@ -267,7 +267,7 @@
+ }
+ else /* error */
+ {
+- abort("ProcessHint: invalid label");
++ t1_abort("ProcessHint: invalid label");
+ }
+ }
+ else if (hP->adjusttype == 'r') /* Reverse */
+@@ -283,18 +283,18 @@
+ }
+ else /* error */
+ {
+- abort("ProcessHint: label is not in use");
++ t1_abort("ProcessHint: label is not in use");
+ }
+ }
+ else /* error */
+ {
+- abort("ProcessHint: invalid label");
++ t1_abort("ProcessHint: invalid label");
+ }
+
+ }
+ else /* error */
+ {
+- abort("ProcessHint: invalid adjusttype");
++ t1_abort("ProcessHint: invalid adjusttype");
+ }
+ IfTrace3((HintDebug > 1)," label=%d, thisHint=(%p,%p)\n",
+ hP->label, thisHint.x, thisHint.y);
+@@ -386,7 +386,7 @@
+ else
+ return(XofY(edge, y));
+
+- abort("bad subpath chain");
++ t1_abort("bad subpath chain");
+ /*NOTREACHED*/
+ }
+ /*
+@@ -467,7 +467,7 @@
+ else if (ISBOTTOM(e1->flag) && y == e1->ymax)
+ return(!ISDOWN(e2->flag));
+ else
+- abort("ImpliedHorizontalLine: why ask?");
++ t1_abort("ImpliedHorizontalLine: why ask?");
+ /*NOTREACHED*/
+ }
+
+@@ -506,7 +506,7 @@
+ if (!ISBREAK(edge, next))
+ continue;
+ if (edge->ymax < next->ymin)
+- abort("disjoint subpath?");
++ t1_abort("disjoint subpath?");
+ /*
+ 'edge' now contains an edgelist at the bottom of an edge, and 'next'
+ contains the next subsequent edgelist in the subpath, which must be at
+@@ -567,7 +567,7 @@
+
+ break1->subpath = break2->subpath;
+ if (ISBREAK(break1, break1->subpath))
+- abort("unable to fix subpath break?");
++ t1_abort("unable to fix subpath break?");
+
+ break2->subpath = next;
+