pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/advi Depend on Vera to prevent montage from barf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2141b031d2f5
branches:  trunk
changeset: 356260:2141b031d2f5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Dec 24 10:17:50 2016 +0000

description:
Depend on Vera to prevent montage from barfing.

diffstat:

 print/advi/Makefile                           |   3 ++-
 print/advi/distinfo                           |   3 ++-
 print/advi/patches/patch-doc_pngs_Makefile.in |  16 ++++++++++++++++
 3 files changed, 20 insertions(+), 2 deletions(-)

diffs (50 lines):

diff -r 1281b60175de -r 2141b031d2f5 print/advi/Makefile
--- a/print/advi/Makefile       Sat Dec 24 10:16:50 2016 +0000
+++ b/print/advi/Makefile       Sat Dec 24 10:17:50 2016 +0000
@@ -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-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 -r 1281b60175de -r 2141b031d2f5 print/advi/distinfo
--- a/print/advi/distinfo       Sat Dec 24 10:16:50 2016 +0000
+++ b/print/advi/distinfo       Sat Dec 24 10:17:50 2016 +0000
@@ -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 -r 1281b60175de -r 2141b031d2f5 print/advi/patches/patch-doc_pngs_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/advi/patches/patch-doc_pngs_Makefile.in     Sat Dec 24 10:17:50 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index