Mon Dec 9 05:22:09 2013 UTC ()
Replace DEPENDS on texlive-tetex, which has been removed, with DEPENDS
on the packages the texlive-tetex removal commit cited as replacements.
They probably aren't all needed, but at the moment my concern is to
make pbulk scan work again.


(dholland)
diff -r1.69 -r1.70 pkgsrc/print/advi/Makefile

cvs diff -r1.69 -r1.70 pkgsrc/print/advi/Makefile (expand / switch to unified diff)

--- pkgsrc/print/advi/Makefile 2013/10/19 09:07:11 1.69
+++ pkgsrc/print/advi/Makefile 2013/12/09 05:22:09 1.70
@@ -1,29 +1,35 @@ @@ -1,29 +1,35 @@
1# $NetBSD: Makefile,v 1.69 2013/10/19 09:07:11 adam Exp $ 1# $NetBSD: Makefile,v 1.70 2013/12/09 05:22:09 dholland Exp $
2 2
3DISTNAME= advi-1.10.1 3DISTNAME= advi-1.10.1
4PKGREVISION= 29 4PKGREVISION= 30
5CATEGORIES= print 5CATEGORIES= print
6MASTER_SITES= http://gallium.inria.fr/advi/ 6MASTER_SITES= http://gallium.inria.fr/advi/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://gallium.inria.fr/advi/ 9HOMEPAGE= http://gallium.inria.fr/advi/
10COMMENT= Active-DVI Presenter 10COMMENT= Active-DVI Presenter
11LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
12 12
13BUILD_DEPENDS+= ocaml>=3.04:../../lang/ocaml 13BUILD_DEPENDS+= ocaml>=3.04:../../lang/ocaml
14BUILD_DEPENDS+= ocaml-findlib>=1.2.6:../../devel/ocaml-findlib 14BUILD_DEPENDS+= ocaml-findlib>=1.2.6:../../devel/ocaml-findlib
15DEPENDS+= camlimages>=4.0.0:../../graphics/camlimages 15DEPENDS+= camlimages>=4.0.0:../../graphics/camlimages
16DEPENDS+= texlive-tetex>=2010:../../print/texlive-tetex 16
 17# "Scripts installed by texlive-tetex have been moved to tex-fontinst,
 18# tex-pstools, and tex-cyrillic-bin in TeX Live 2013."
 19#DEPENDS+= texlive-tetex>=2010:../../print/texlive-tetex
 20DEPENDS+= tex-fontinst>=1.933:../../fonts/tex-fontinst
 21DEPENDS+= tex-pstools>=1.68:../../graphics/tex-pstools
 22DEPENDS+= tex-cyrillic-bin>=2013:../../print/tex-cyrillic-bin
17 23
18USE_PKGLOCALEDIR= yes 24USE_PKGLOCALEDIR= yes
19GNU_CONFIGURE= yes 25GNU_CONFIGURE= yes
20USE_TOOLS+= gmake gs:run 26USE_TOOLS+= gmake gs:run
21CONFIGURE_ARGS+= --libdir=${PREFIX}/share/texmf-dist 27CONFIGURE_ARGS+= --libdir=${PREFIX}/share/texmf-dist
22CONFIGURE_ARGS+= --with-gs=${PREFIX}/bin/gs 28CONFIGURE_ARGS+= --with-gs=${PREFIX}/bin/gs
23 29
24INSTALL_UNSTRIPPED= yes 30INSTALL_UNSTRIPPED= yes
25 31
26SUBST_CLASSES+= gs 32SUBST_CLASSES+= gs
27SUBST_STAGE.gs= post-configure 33SUBST_STAGE.gs= post-configure
28SUBST_FILES.gs= src/config.ml.in 34SUBST_FILES.gs= src/config.ml.in
29SUBST_SED.gs= -e 's,@GS@,gs,' 35SUBST_SED.gs= -e 's,@GS@,gs,'