Received: by mail.netbsd.org (Postfix, from userid 605) id 5CA9D84E78; Fri, 6 Dec 2019 19:04:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BCEAE84DCD for ; Fri, 6 Dec 2019 19:04:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 49Ngo6V2a1ez for ; Fri, 6 Dec 2019 19:04:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9F2EC84DAA for ; Fri, 6 Dec 2019 19:04:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98EA2FA97; Fri, 6 Dec 2019 19:04:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1575659054206760" MIME-Version: 1.0 Date: Fri, 6 Dec 2019 19:04:14 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20191206190414.98EA2FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1575659054206760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Fri Dec 6 19:04:14 UTC 2019 Modified Files: pkgsrc/textproc/tex-csvsimple: Makefile pkgsrc/textproc/tex-csvsimple-doc: Makefile pkgsrc/textproc/tex-latexdiff: Makefile pkgsrc/textproc/tex-latexdiff-doc: Makefile pkgsrc/textproc/tex-lwarp: Makefile pkgsrc/textproc/tex-lwarp-doc: Makefile pkgsrc/textproc/tex-makeindex: Makefile pkgsrc/textproc/tex-makeindex-doc: Makefile pkgsrc/textproc/tex-xindy: Makefile pkgsrc/textproc/tex-xindy-doc: Makefile pkgsrc/textproc/tex-xmltex: Makefile pkgsrc/textproc/tex-xmltex-doc: Makefile pkgsrc/textproc/tex-xmltexconfig: Makefile Log Message: tex-*: add TEXLIVE_UNVERSIONED=yes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/tex-csvsimple/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/tex-csvsimple-doc/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/tex-latexdiff/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/tex-latexdiff-doc/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/tex-lwarp/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/tex-lwarp-doc/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/tex-makeindex/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/tex-makeindex-doc/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/tex-xindy/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tex-xindy-doc/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/tex-xmltex/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/tex-xmltex-doc/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tex-xmltexconfig/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1575659054206760 Content-Disposition: inline Content-Length: 9447 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/tex-csvsimple/Makefile diff -u pkgsrc/textproc/tex-csvsimple/Makefile:1.2 pkgsrc/textproc/tex-csvsimple/Makefile:1.3 --- pkgsrc/textproc/tex-csvsimple/Makefile:1.2 Mon May 13 21:09:30 2019 +++ pkgsrc/textproc/tex-csvsimple/Makefile Fri Dec 6 19:04:12 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/05/13 21:09:30 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 19:04:12 markd Exp $ DISTNAME= csvsimple PKGNAME= tex-${DISTNAME}-1.21 @@ -14,5 +14,6 @@ DEPENDS+= tex-latex-[0-9]*:../../print/t DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tex-csvsimple-doc/Makefile diff -u pkgsrc/textproc/tex-csvsimple-doc/Makefile:1.2 pkgsrc/textproc/tex-csvsimple-doc/Makefile:1.3 --- pkgsrc/textproc/tex-csvsimple-doc/Makefile:1.2 Mon May 13 21:09:30 2019 +++ pkgsrc/textproc/tex-csvsimple-doc/Makefile Fri Dec 6 19:04:12 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/05/13 21:09:30 markd Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/06 19:04:12 markd Exp $ DISTNAME= csvsimple.doc PKGNAME= tex-${DISTNAME:S/./-/}-1.21 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/csvsimple COMMENT= Documentation for tex-csvsimple LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tex-latexdiff/Makefile diff -u pkgsrc/textproc/tex-latexdiff/Makefile:1.7 pkgsrc/textproc/tex-latexdiff/Makefile:1.8 --- pkgsrc/textproc/tex-latexdiff/Makefile:1.7 Sun Aug 11 13:24:01 2019 +++ pkgsrc/textproc/tex-latexdiff/Makefile Fri Dec 6 19:04:12 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/08/11 13:24:01 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2019/12/06 19:04:12 markd Exp $ DISTNAME= latexdiff PKGNAME= tex-${DISTNAME}-1.3.0 @@ -20,5 +20,6 @@ post-install: ${LN} ${DESTDIR}${PREFIX}/share/texmf-dist/scripts/latexdiff/latexdiff.pl ${DESTDIR}${PREFIX}/bin/latexdiff ${LN} ${DESTDIR}${PREFIX}/share/texmf-dist/scripts/latexdiff/latexrevise.pl ${DESTDIR}${PREFIX}/bin/latexrevise +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tex-latexdiff-doc/Makefile diff -u pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.7 pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.8 --- pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.7 Sun Aug 11 13:24:02 2019 +++ pkgsrc/textproc/tex-latexdiff-doc/Makefile Fri Dec 6 19:04:13 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/08/11 13:24:02 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2019/12/06 19:04:13 markd Exp $ DISTNAME= latexdiff.doc PKGNAME= tex-${DISTNAME:S/./-/}-1.3.0 @@ -15,5 +15,6 @@ REPLACE_PERL+= texmf-dist/doc/support/la REPLACE_PERL+= texmf-dist/doc/support/latexdiff/latexdiff-fast REPLACE_BASH+= texmf-dist/doc/support/latexdiff/contrib/latexdiff-wrap +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tex-lwarp/Makefile diff -u pkgsrc/textproc/tex-lwarp/Makefile:1.9 pkgsrc/textproc/tex-lwarp/Makefile:1.10 --- pkgsrc/textproc/tex-lwarp/Makefile:1.9 Sun Aug 11 10:16:12 2019 +++ pkgsrc/textproc/tex-lwarp/Makefile Fri Dec 6 19:04:13 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/08/11 10:16:12 markd Exp $ +# $NetBSD: Makefile,v 1.10 2019/12/06 19:04:13 markd Exp $ DISTNAME= lwarp PKGNAME= tex-${DISTNAME}-0.73 @@ -22,5 +22,6 @@ post-extract: ${MKDIR} ${WRKSRC}/bin ${MV} ${WRKSRC}/texmf-dist/scripts/lwarp/lwarpmk.lua ${WRKSRC}/bin/lwarpmk +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tex-lwarp-doc/Makefile diff -u pkgsrc/textproc/tex-lwarp-doc/Makefile:1.8 pkgsrc/textproc/tex-lwarp-doc/Makefile:1.9 --- pkgsrc/textproc/tex-lwarp-doc/Makefile:1.8 Sun Aug 11 10:16:12 2019 +++ pkgsrc/textproc/tex-lwarp-doc/Makefile Fri Dec 6 19:04:13 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/08/11 10:16:12 markd Exp $ +# $NetBSD: Makefile,v 1.9 2019/12/06 19:04:13 markd Exp $ DISTNAME= lwarp.doc PKGNAME= tex-${DISTNAME:S/./-/}-0.73 @@ -9,5 +9,6 @@ HOMEPAGE= https://ctan.org/pkg/lwarp COMMENT= Documentation for tex-lwarp LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tex-makeindex/Makefile diff -u pkgsrc/textproc/tex-makeindex/Makefile:1.10 pkgsrc/textproc/tex-makeindex/Makefile:1.11 --- pkgsrc/textproc/tex-makeindex/Makefile:1.10 Sat May 9 01:16:17 2015 +++ pkgsrc/textproc/tex-makeindex/Makefile Fri Dec 6 19:04:13 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/05/09 01:16:17 markd Exp $ +# $NetBSD: Makefile,v 1.11 2019/12/06 19:04:13 markd Exp $ DISTNAME= makeindex PKGNAME= tex-${DISTNAME}-2.15 @@ -11,5 +11,6 @@ COMMENT= Style files for makeindex DEPENDS+= makeindexk>=2.15:../../textproc/makeindexk +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tex-makeindex-doc/Makefile diff -u pkgsrc/textproc/tex-makeindex-doc/Makefile:1.7 pkgsrc/textproc/tex-makeindex-doc/Makefile:1.8 --- pkgsrc/textproc/tex-makeindex-doc/Makefile:1.7 Tue May 5 18:20:28 2015 +++ pkgsrc/textproc/tex-makeindex-doc/Makefile Fri Dec 6 19:04:13 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/05/05 18:20:28 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2019/12/06 19:04:13 markd Exp $ DISTNAME= makeindex.doc PKGNAME= tex-${DISTNAME:S/./-/}-2.15 @@ -10,5 +10,6 @@ COMMENT= Documentation for tex-makeindex TEXLIVE_IGNORE_PATTERNS= texmf-dist/doc/man +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tex-xindy/Makefile diff -u pkgsrc/textproc/tex-xindy/Makefile:1.4 pkgsrc/textproc/tex-xindy/Makefile:1.5 --- pkgsrc/textproc/tex-xindy/Makefile:1.4 Sun Aug 11 13:24:02 2019 +++ pkgsrc/textproc/tex-xindy/Makefile Fri Dec 6 19:04:13 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/08/11 13:24:02 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2019/12/06 19:04:13 markd Exp $ DISTNAME= xindy PKGNAME= tex-${DISTNAME}-2.5.1 @@ -22,5 +22,6 @@ post-install: ${LN} -sf ${PREFIX}/share/texmf-dist/scripts/xindy/texindy.pl ${DESTDIR}${PREFIX}/bin/texindy ${LN} -sf ${PREFIX}/share/texmf-dist/scripts/xindy/xindy.pl ${DESTDIR}${PREFIX}/bin/xindy +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tex-xindy-doc/Makefile diff -u pkgsrc/textproc/tex-xindy-doc/Makefile:1.1 pkgsrc/textproc/tex-xindy-doc/Makefile:1.2 --- pkgsrc/textproc/tex-xindy-doc/Makefile:1.1 Thu Jul 6 02:33:34 2017 +++ pkgsrc/textproc/tex-xindy-doc/Makefile Fri Dec 6 19:04:13 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/07/06 02:33:34 markd Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 19:04:13 markd Exp $ DISTNAME= xindy.doc PKGNAME= tex-${DISTNAME:S/./-/}-2.5.1 @@ -9,5 +9,6 @@ HOMEPAGE= http://ctan.org/pkg/xindy COMMENT= Documentation for tex-xindy LICENSE= gnu-gpl-v2 +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tex-xmltex/Makefile diff -u pkgsrc/textproc/tex-xmltex/Makefile:1.15 pkgsrc/textproc/tex-xmltex/Makefile:1.16 --- pkgsrc/textproc/tex-xmltex/Makefile:1.15 Sat Jan 26 04:02:59 2019 +++ pkgsrc/textproc/tex-xmltex/Makefile Fri Dec 6 19:04:13 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/01/26 04:02:59 markd Exp $ +# $NetBSD: Makefile,v 1.16 2019/12/06 19:04:13 markd Exp $ DISTNAME= xmltex PKGNAME= tex-${DISTNAME}-1.9 @@ -23,6 +23,7 @@ INSTALLATION_DIRS= bin TEX_FORMATS= "xmltex pdftex language.dat *xmltex.ini\\npdfxmltex pdftex language.dat *pdfxmltex.ini\\n" TEX_TEXMF_DIRS= ${PREFIX}/share/texmf-dist +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" post-install: Index: pkgsrc/textproc/tex-xmltex-doc/Makefile diff -u pkgsrc/textproc/tex-xmltex-doc/Makefile:1.5 pkgsrc/textproc/tex-xmltex-doc/Makefile:1.6 --- pkgsrc/textproc/tex-xmltex-doc/Makefile:1.5 Mon May 4 09:58:26 2015 +++ pkgsrc/textproc/tex-xmltex-doc/Makefile Fri Dec 6 19:04:14 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/05/04 09:58:26 markd Exp $ +# $NetBSD: Makefile,v 1.6 2019/12/06 19:04:14 markd Exp $ DISTNAME= xmltex.doc PKGNAME= tex-${DISTNAME:S/./-/}-0.8 @@ -9,5 +9,6 @@ MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-xmltex LICENSE= lppl-1.3c +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tex-xmltexconfig/Makefile diff -u pkgsrc/textproc/tex-xmltexconfig/Makefile:1.1 pkgsrc/textproc/tex-xmltexconfig/Makefile:1.2 --- pkgsrc/textproc/tex-xmltexconfig/Makefile:1.1 Mon May 4 09:52:16 2015 +++ pkgsrc/textproc/tex-xmltexconfig/Makefile Fri Dec 6 19:04:14 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/04 09:52:16 markd Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/06 19:04:14 markd Exp $ DISTNAME= xmltexconfig PKGNAME= tex-${DISTNAME}-2014 @@ -7,5 +7,6 @@ TEXLIVE_REV= 35743 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Files used to generate xmltex formats +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1575659054206760--