Thu Apr 23 11:25:25 2015 UTC ()
Update web2c to TexLive 2014 version.


(markd)
diff -r1.42 -r1.43 pkgsrc/print/web2c/Makefile
diff -r1.10 -r1.11 pkgsrc/print/web2c/PLIST
diff -r1.16 -r1.17 pkgsrc/print/web2c/distinfo

cvs diff -r1.42 -r1.43 pkgsrc/print/web2c/Makefile (expand / switch to unified diff)

--- pkgsrc/print/web2c/Makefile 2015/03/09 09:02:21 1.42
+++ pkgsrc/print/web2c/Makefile 2015/04/23 11:25:25 1.43
@@ -1,46 +1,46 @@ @@ -1,46 +1,46 @@
1# $NetBSD: Makefile,v 1.42 2015/03/09 09:02:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.43 2015/04/23 11:25:25 markd Exp $
2 2
3DISTNAME= texlive-20130530-source 3DISTNAME= texlive-20140525-source
4PKGNAME= web2c-2013 4PKGNAME= web2c-2014
5PKGREVISION= 6 
6CATEGORIES= print 5CATEGORIES= print
7MASTER_SITES= ftp://tug.org/historic/systems/texlive/2013/ 6MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= minskim@NetBSD.org 9MAINTAINER= minskim@NetBSD.org
11HOMEPAGE= http://www.tug.org/web2c/ 10HOMEPAGE= http://www.tug.org/web2c/
12COMMENT= TeX implementation translating WEB to C 11COMMENT= TeX implementation translating WEB to C
13 12
14CONFLICTS+= ja-ptex-bin-[0-9]* 13CONFLICTS+= ja-ptex-bin-[0-9]*
15CONFLICTS+= teTeX-bin<=3.0nb28 14CONFLICTS+= teTeX-bin<=3.0nb28
16CONFLICTS+= texlive-tetex<2010 15CONFLICTS+= texlive-tetex<2010
17DEPENDS+= kpathsea>=6.1.1:../../print/kpathsea 16DEPENDS+= kpathsea>=6.1.1:../../print/kpathsea
18DEPENDS+= ptexenc>=1.3.1:../../print/ptexenc 17DEPENDS+= ptexenc>=1.3.1:../../print/ptexenc
19 18
20EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ 19EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
21 ${DISTNAME}/texk/web2c 20 ${DISTNAME}/texk/web2c
22 21
23GNU_CONFIGURE= yes 22GNU_CONFIGURE= yes
24INFO_FILES= yes 23INFO_FILES= yes
25USE_LANGUAGES= c c++ 24USE_LANGUAGES= c c++
26USE_LIBTOOL= yes 25USE_LIBTOOL= yes
27USE_TOOLS+= gmake lex yacc pkg-config 26USE_TOOLS+= gmake lex yacc pkg-config
28WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c 27WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c
29 28
30CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess 29CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
31CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub 30CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
32 31
33CONFIGURE_ARGS+= --disable-luatex 32CONFIGURE_ARGS+= --disable-luatex
 33CONFIGURE_ARGS+= --disable-luajittex
34CONFIGURE_ARGS+= --disable-xetex 34CONFIGURE_ARGS+= --disable-xetex
35CONFIGURE_ARGS+= --with-x=no 35CONFIGURE_ARGS+= --with-x=no
36CONFIGURE_ARGS+= --without-mf-x-toolkit 36CONFIGURE_ARGS+= --without-mf-x-toolkit
37CONFIGURE_ARGS+= --with-system-kpathsea \ 37CONFIGURE_ARGS+= --with-system-kpathsea \
38 --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \ 38 --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \
39 --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib 39 --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib
40CONFIGURE_ARGS+= --with-system-libpng 40CONFIGURE_ARGS+= --with-system-libpng
41CONFIGURE_ARGS+= --with-system-cairo 41CONFIGURE_ARGS+= --with-system-cairo
42CONFIGURE_ARGS+= --with-system-pixman 42CONFIGURE_ARGS+= --with-system-pixman
43CONFIGURE_ARGS+= --with-system-poppler 43CONFIGURE_ARGS+= --with-system-poppler
44CONFIGURE_ARGS+= --with-system-ptexenc \ 44CONFIGURE_ARGS+= --with-system-ptexenc \
45 --with-ptexenc-includes=${BUILDLINK_PREFIX.ptexenc}/include \ 45 --with-ptexenc-includes=${BUILDLINK_PREFIX.ptexenc}/include \
46 --with-ptexenc-libdir=${BUILDLINK_PREFIX.ptexenc}/lib 46 --with-ptexenc-libdir=${BUILDLINK_PREFIX.ptexenc}/lib

cvs diff -r1.10 -r1.11 pkgsrc/print/web2c/PLIST (expand / switch to unified diff)

--- pkgsrc/print/web2c/PLIST 2012/07/10 22:34:38 1.10
+++ pkgsrc/print/web2c/PLIST 2015/04/23 11:25:25 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2012/07/10 22:34:38 minskim Exp $ 1@comment $NetBSD: PLIST,v 1.11 2015/04/23 11:25:25 markd Exp $
2bin/aleph 2bin/aleph
3bin/bibtex 3bin/bibtex
4bin/ctangle 4bin/ctangle
5bin/ctie 5bin/ctie
6bin/cweave 6bin/cweave
7bin/dvicopy 7bin/dvicopy
8bin/dvitomp 8bin/dvitomp
9bin/dvitype 9bin/dvitype
10bin/eptex 10bin/eptex
11bin/euptex 11bin/euptex
12bin/gftodvi 12bin/gftodvi
13bin/gftopk 13bin/gftopk
14bin/gftype 14bin/gftype
@@ -47,27 +47,30 @@ bin/synctex @@ -47,27 +47,30 @@ bin/synctex
47bin/tangle 47bin/tangle
48bin/tex 48bin/tex
49bin/tftopl 49bin/tftopl
50bin/tie 50bin/tie
51bin/ttf2afm 51bin/ttf2afm
52bin/upbibtex 52bin/upbibtex
53bin/updvitype 53bin/updvitype
54bin/uppltotf 54bin/uppltotf
55bin/uptex 55bin/uptex
56bin/uptftopl 56bin/uptftopl
57bin/vftovp 57bin/vftovp
58bin/vptovf 58bin/vptovf
59bin/weave 59bin/weave
 60bin/wofm2opl
 61bin/wopl2ofm
60bin/wovp2ovf 62bin/wovp2ovf
 63bin/wovf2ovp
61info/web2c.info 64info/web2c.info
62man/man1/aleph.1 65man/man1/aleph.1
63man/man1/bibtex.1 66man/man1/bibtex.1
64man/man1/ctangle.1 67man/man1/ctangle.1
65man/man1/ctie.1 68man/man1/ctie.1
66man/man1/cweave.1 69man/man1/cweave.1
67man/man1/cweb.1 70man/man1/cweb.1
68man/man1/dvicopy.1 71man/man1/dvicopy.1
69man/man1/dvitomp.1 72man/man1/dvitomp.1
70man/man1/dvitype.1 73man/man1/dvitype.1
71man/man1/gftodvi.1 74man/man1/gftodvi.1
72man/man1/gftopk.1 75man/man1/gftopk.1
73man/man1/gftype.1 76man/man1/gftype.1

cvs diff -r1.16 -r1.17 pkgsrc/print/web2c/distinfo (expand / switch to unified diff)

--- pkgsrc/print/web2c/distinfo 2013/11/17 16:49:24 1.16
+++ pkgsrc/print/web2c/distinfo 2015/04/23 11:25:25 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2013/11/17 16:49:24 minskim Exp $ 1$NetBSD: distinfo,v 1.17 2015/04/23 11:25:25 markd Exp $
2 2
3SHA1 (texlive-20130530-source.tar.xz) = 42f0a6fa3f49435991182f14e01276b2ee3fce61 3SHA1 (texlive-20140525-source.tar.xz) = 8cb283ad26b1fe18e1089820cf64ecc63d8224e8
4RMD160 (texlive-20130530-source.tar.xz) = 2d779ae5de979be86a9258b224dfc15cbcd76b18 4RMD160 (texlive-20140525-source.tar.xz) = c9fb954e63e700d06aa0cf40c37cdb40eaac84a2
5Size (texlive-20130530-source.tar.xz) = 179963948 bytes 5Size (texlive-20140525-source.tar.xz) = 41657688 bytes
6SHA1 (patch-am) = 989d2f74fc4de89ff22fca80689809b0d60a6d77 6SHA1 (patch-am) = 989d2f74fc4de89ff22fca80689809b0d60a6d77