diff options
author | joerg <joerg> | 2016-12-24 10:17:50 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-12-24 10:17:50 +0000 |
commit | 9ff45933dea002170491fac22afd6bb7e33238b0 (patch) | |
tree | 3c8ea01656d33b5a1293e5b7b492c6a974e670f7 /print | |
parent | 52a1407b3d6713b494a71b318199a6c0b34148bc (diff) | |
download | pkgsrc-9ff45933dea002170491fac22afd6bb7e33238b0.tar.gz |
Depend on Vera to prevent montage from barfing.
Diffstat (limited to 'print')
-rw-r--r-- | print/advi/Makefile | 3 | ||||
-rw-r--r-- | print/advi/distinfo | 3 | ||||
-rw-r--r-- | print/advi/patches/patch-doc_pngs_Makefile.in | 16 |
3 files changed, 20 insertions, 2 deletions
diff --git a/print/advi/Makefile b/print/advi/Makefile index 93d58fe9466..7884591c8a0 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2016/12/04 05:17:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.96 2016/12/24 10:17:50 joerg Exp $ DISTNAME= advi-1.10.2 PKGREVISION= 12 @@ -22,6 +22,7 @@ DEPENDS+= tex-fontinst>=1.933:../../fonts/tex-fontinst DEPENDS+= tex-pstools>=1.68:../../graphics/tex-pstools DEPENDS+= tex-cyrillic-bin>=2013:../../print/tex-cyrillic-bin DEPENDS+= hevea-[0-9]*:../../textproc/hevea +BUILD_DEPENDS+= vera-ttf-[0-9]*:../../fonts/vera-ttf USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/print/advi/distinfo b/print/advi/distinfo index 12075e698e3..babb11c4dcd 100644 --- a/print/advi/distinfo +++ b/print/advi/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.10 2015/11/04 01:01:31 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/12/24 10:17:50 joerg Exp $ SHA1 (advi-1.10.2.tar.gz) = b9a239ccdfccb3a8f726d140e703aa33c9afd350 RMD160 (advi-1.10.2.tar.gz) = 7609b68e1a05b1057bb8f5c9e5c413c5d8111263 SHA512 (advi-1.10.2.tar.gz) = 93479e22261019b571bc331604a659e4e58200284bcdd63929b2c7ab07f8e9fabbd120f8876081a36e7e09e08286eeba9a45f3b077b545a9e404060622ec45c8 Size (advi-1.10.2.tar.gz) = 9772060 bytes +SHA1 (patch-doc_pngs_Makefile.in) = 3141938a6433d4dab8d7247ae89ad3381d902372 SHA1 (patch-src_Makefile.in) = 3f9be7ac0c4a98b3e36c383ed2489b0d71e73f8a diff --git a/print/advi/patches/patch-doc_pngs_Makefile.in b/print/advi/patches/patch-doc_pngs_Makefile.in new file mode 100644 index 00000000000..d604d359953 --- /dev/null +++ b/print/advi/patches/patch-doc_pngs_Makefile.in @@ -0,0 +1,16 @@ +$NetBSD: patch-doc_pngs_Makefile.in,v 1.1 2016/12/24 10:17:50 joerg Exp $ + +montage errors out without some font, even if it doesn't actually end up +using it. + +--- doc/pngs/Makefile.in.orig 2016-12-24 09:37:47.381222017 +0000 ++++ doc/pngs/Makefile.in +@@ -489,7 +489,7 @@ f.png: bigf.png + @HAVE_CONVERT_FALSE@ @exit 1 + + bigf.png: $(STATICIMAGES:.png=.tiny.png) +- $(MONTAGE) -tile x3 \ ++ $(MONTAGE) -tile x3 -font ${PREFIX}/share/fonts/X11/TTF/Vera.ttf \ + -mode Concatenate -background white -adjoin \ + `find . -regex '.*/.*\.tiny\.png'` \ + bigf.png |