summaryrefslogtreecommitdiff
path: root/print/advi/patches/patch-ah
diff options
context:
space:
mode:
authorwiz <wiz>2011-08-07 20:40:58 +0000
committerwiz <wiz>2011-08-07 20:40:58 +0000
commitf26e1728a1811b6a8a987f4ec7b0722bc7453871 (patch)
tree155718fa94402c48a8b8bc983c96eedca94916f7 /print/advi/patches/patch-ah
parentf4af1612b07d77b447303b0937040f6d677bc0bd (diff)
downloadpkgsrc-f26e1728a1811b6a8a987f4ec7b0722bc7453871.tar.gz
Update to 1.10.1, adding destdir support and switching to texlive,
from Nicolas Thauvin. Version 1.10.1 - Prefetching fonts to group calls to kpsewhich (starts faster) - Made scroll buttons preemptive (stop displaying) - Fix install path of dlladvi - Fix compatibility of event loop with new version of graphics Version 1.10 - Updated the doc - Bytecode version uses a library dlladvi.so - Changed configuration to use 4.0 of camlimages - Dynamics libraries loaded last (provided by Stefan Potyra) Version 1.9 - EPS files are read by advi and sent to gs - splash.dvi is now distributed and correctly installed - examples are distributed but not compiled by default - added conf/jpfonts.conf in the disbribution - gs path is now set by configure - Added support for gzip and bzip2 compressed files. - Fixed advi.man (provided mostly by Debian managers). - Included security patches (provided by Debian managers). Version 1.8 Rendering EPS files with gs by default. PGF patches for pstrick support of PDF macros in advi.sty Bug fixes. Version 1.7 2005/09/02 Having Active-DVI compatible with the new Graphics library. 2004/12/07 Getting rid of the new warnings of the Caml compiler.
Diffstat (limited to 'print/advi/patches/patch-ah')
-rw-r--r--print/advi/patches/patch-ah22
1 files changed, 0 insertions, 22 deletions
diff --git a/print/advi/patches/patch-ah b/print/advi/patches/patch-ah
deleted file mode 100644
index 737c5144280..00000000000
--- a/print/advi/patches/patch-ah
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2006/04/19 13:13:05 tonio Exp $
-
---- addons.ml.orig 2003-10-10 14:45:27.000000000 +0200
-+++ addons.ml
-@@ -86,7 +86,7 @@ let dgradient = d1gradient;;
-
- let cgradient {
- argcolor = c0; argcolorstart = c1; argcolorstop = c2;
-- argfunviewport = {vx = x; vy = y; vw = w; vh = h} as viewport;
-+ argfunviewport = {vx = x; vy = y; vw = w; vh = h} as _viewport;
- argxcenter = xc; argycenter = yc;
- argviewport = _;
- } =
-@@ -96,7 +96,7 @@ let cgradient {
-
- let circgradient {
- argcolor = c0; argcolorstart = c1; argcolorstop = c2;
-- argfunviewport = {vx = x; vy = y; vw = w; vh = h} as viewport;
-+ argfunviewport = {vx = x; vy = y; vw = w; vh = h} as _viewport;
- argxcenter = xc; argycenter = yc;
- argviewport = _;
- } =