diff options
author | mef <mef> | 2015-01-24 03:55:34 +0000 |
---|---|---|
committer | mef <mef> | 2015-01-24 03:55:34 +0000 |
commit | 012a9bd266b44d35440c3599d917c3096c31629d (patch) | |
tree | ff906fbe04aeb3443550837190efd81756ce5816 | |
parent | d5142c356ce29253a6fc801f139bf24038e7acc7 (diff) | |
download | pkgsrc-012a9bd266b44d35440c3599d917c3096c31629d.tar.gz |
(pkgsrc)
- Add comment on patches
- upstream claims problem fixed, but prerequisite
is missing on pkgsrc yet, so still doc is disabled now
(upstream)
- Update to 1.10.2
Version 1.10.2
- Fixed packaging of documentation
-rw-r--r-- | print/advi/Makefile | 5 | ||||
-rw-r--r-- | print/advi/PLIST | 3 | ||||
-rw-r--r-- | print/advi/distinfo | 12 | ||||
-rw-r--r-- | print/advi/patches/patch-Makefile.in | 8 | ||||
-rw-r--r-- | print/advi/patches/patch-src_Makefile.in | 4 |
5 files changed, 20 insertions, 12 deletions
diff --git a/print/advi/Makefile b/print/advi/Makefile index 4cebef4c998..ac955f15890 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2015/01/20 14:24:36 jaapb Exp $ +# $NetBSD: Makefile,v 1.82 2015/01/24 03:55:34 mef Exp $ -DISTNAME= advi-1.10.1 -PKGREVISION= 40 +DISTNAME= advi-1.10.2 CATEGORIES= print MASTER_SITES= http://gallium.inria.fr/advi/ diff --git a/print/advi/PLIST b/print/advi/PLIST index 2a54f0703a2..a63b8cb28cd 100644 --- a/print/advi/PLIST +++ b/print/advi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2011/08/07 20:40:58 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2015/01/24 03:55:34 mef Exp $ bin/advi bin/advi.byt lib/ocaml/stublibs/dlladvi.so @@ -23,6 +23,7 @@ share/doc/html/advi/screen-shots.html share/texmf-dist/tex/latex/advi/advi-annot.sty share/texmf-dist/tex/latex/advi/advi-graphicx.sty share/texmf-dist/tex/latex/advi/advi-slides.sty +share/texmf-dist/tex/latex/advi/advi.hva share/texmf-dist/tex/latex/advi/advi.sty share/texmf-dist/tex/latex/advi/advilogo.eps share/texmf-dist/tex/latex/advi/argv.sty diff --git a/print/advi/distinfo b/print/advi/distinfo index 408c879d9ee..ac3da984ec2 100644 --- a/print/advi/distinfo +++ b/print/advi/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2012/10/04 21:58:58 joerg Exp $ +$NetBSD: distinfo,v 1.8 2015/01/24 03:55:34 mef Exp $ -SHA1 (advi-1.10.1.tar.gz) = eedadf8d461b233eb352ba90fd312c094e643344 -RMD160 (advi-1.10.1.tar.gz) = 9962992f6512d185ead94d2a44ef11e454b80563 -Size (advi-1.10.1.tar.gz) = 9769604 bytes -SHA1 (patch-Makefile.in) = 81947381ac464c8aa1de84d337ef82bfbf9caf54 +SHA1 (advi-1.10.2.tar.gz) = b9a239ccdfccb3a8f726d140e703aa33c9afd350 +RMD160 (advi-1.10.2.tar.gz) = 7609b68e1a05b1057bb8f5c9e5c413c5d8111263 +Size (advi-1.10.2.tar.gz) = 9772060 bytes +SHA1 (patch-Makefile.in) = 2d0714c4b411cf1248c74ac4f18e141c8b3572f6 SHA1 (patch-configure) = cd53f7190a217beddff8e9988c489a4280e8d007 -SHA1 (patch-src_Makefile.in) = f30cab6c5c594d74ef5a112a8e054d1d706f37b7 +SHA1 (patch-src_Makefile.in) = 3f9be7ac0c4a98b3e36c383ed2489b0d71e73f8a diff --git a/print/advi/patches/patch-Makefile.in b/print/advi/patches/patch-Makefile.in index e9b35d21b95..b65bddf90d5 100644 --- a/print/advi/patches/patch-Makefile.in +++ b/print/advi/patches/patch-Makefile.in @@ -1,4 +1,10 @@ -$NetBSD: patch-Makefile.in,v 1.1 2011/08/07 20:40:58 wiz Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2015/01/24 03:55:34 mef Exp $ + +Not to build doc +1.10.2 claims doc problems fixed. But now getting +! LaTeX Error: File `hevea.sty' not found. +pkgsrc does not have following packge (yet). + http://hevea.inria.fr/ --- Makefile.in.orig 2011-08-07 14:15:44.000000000 +0000 +++ Makefile.in 2011-08-07 14:16:03.000000000 +0000 diff --git a/print/advi/patches/patch-src_Makefile.in b/print/advi/patches/patch-src_Makefile.in index c23d905b75e..c0f76073ae2 100644 --- a/print/advi/patches/patch-src_Makefile.in +++ b/print/advi/patches/patch-src_Makefile.in @@ -1,4 +1,6 @@ -$NetBSD: patch-src_Makefile.in,v 1.2 2012/10/04 21:58:59 joerg Exp $ +$NetBSD: patch-src_Makefile.in,v 1.3 2015/01/24 03:55:34 mef Exp $ + +Fix build with modular Xorg.1.2 --- src/Makefile.in.orig 2011-08-07 14:43:38.000000000 +0000 +++ src/Makefile.in 2011-08-07 14:44:05.000000000 +0000 |