pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/advi (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70bb5b1e7f86
branches:  trunk
changeset: 645143:70bb5b1e7f86
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jan 24 03:55:34 2015 +0000

description:
(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

diffstat:

 print/advi/Makefile                      |   5 ++---
 print/advi/PLIST                         |   3 ++-
 print/advi/distinfo                      |  12 ++++++------
 print/advi/patches/patch-Makefile.in     |   8 +++++++-
 print/advi/patches/patch-src_Makefile.in |   4 +++-
 5 files changed, 20 insertions(+), 12 deletions(-)

diffs (74 lines):

diff -r 9f4f12a58a41 -r 70bb5b1e7f86 print/advi/Makefile
--- a/print/advi/Makefile       Sat Jan 24 01:10:51 2015 +0000
+++ b/print/advi/Makefile       Sat Jan 24 03:55:34 2015 +0000
@@ -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 -r 9f4f12a58a41 -r 70bb5b1e7f86 print/advi/PLIST
--- a/print/advi/PLIST  Sat Jan 24 01:10:51 2015 +0000
+++ b/print/advi/PLIST  Sat Jan 24 03:55:34 2015 +0000
@@ -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/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 -r 9f4f12a58a41 -r 70bb5b1e7f86 print/advi/distinfo
--- a/print/advi/distinfo       Sat Jan 24 01:10:51 2015 +0000
+++ b/print/advi/distinfo       Sat Jan 24 03:55:34 2015 +0000
@@ -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 -r 9f4f12a58a41 -r 70bb5b1e7f86 print/advi/patches/patch-Makefile.in
--- a/print/advi/patches/patch-Makefile.in      Sat Jan 24 01:10:51 2015 +0000
+++ b/print/advi/patches/patch-Makefile.in      Sat Jan 24 03:55:34 2015 +0000
@@ -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 -r 9f4f12a58a41 -r 70bb5b1e7f86 print/advi/patches/patch-src_Makefile.in
--- a/print/advi/patches/patch-src_Makefile.in  Sat Jan 24 01:10:51 2015 +0000
+++ b/print/advi/patches/patch-src_Makefile.in  Sat Jan 24 03:55:34 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index