diff options
author | markd <markd@pkgsrc.org> | 2020-10-29 19:47:13 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-10-29 19:47:13 +0000 |
commit | 89a6a8d21513044dfd90f1cec678cd7f159b085b (patch) | |
tree | 78d4414e0917635aa0b1a0680400ad6f03a41cc6 /print | |
parent | a09ab74aced13dbf9c2755c21d6eb4e9b63f9f0a (diff) | |
download | pkgsrc-89a6a8d21513044dfd90f1cec678cd7f159b085b.tar.gz |
web2c: don't install man pages that are installed by later packages
fixes PR pkg/55756
Diffstat (limited to 'print')
-rw-r--r-- | print/web2c/Makefile | 4 | ||||
-rw-r--r-- | print/web2c/PLIST | 8 | ||||
-rw-r--r-- | print/web2c/distinfo | 4 | ||||
-rw-r--r-- | print/web2c/patches/patch-man_Makefile.in | 17 |
4 files changed, 17 insertions, 16 deletions
diff --git a/print/web2c/Makefile b/print/web2c/Makefile index ab2ec002486..b635ce5081d 100644 --- a/print/web2c/Makefile +++ b/print/web2c/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.100 2020/08/17 20:19:57 leot Exp $ +# $NetBSD: Makefile,v 1.101 2020/10/29 19:47:13 markd Exp $ .include "../../print/texlive/Makefile.common" PKGNAME= web2c-2020 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print HOMEPAGE= https://www.tug.org/web2c/ diff --git a/print/web2c/PLIST b/print/web2c/PLIST index 1a2c7a43edb..3ef48b44639 100644 --- a/print/web2c/PLIST +++ b/print/web2c/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2020/05/10 03:56:39 markd Exp $ +@comment $NetBSD: PLIST,v 1.16 2020/10/29 19:47:13 markd Exp $ bin/aleph bin/bibtex bin/ctangle @@ -87,7 +87,6 @@ man/man1/ctwill.1 man/man1/cweave.1 man/man1/cweb.1 man/man1/dvicopy.1 -man/man1/dvilualatex-dev.1 man/man1/dvitomp.1 man/man1/dvitype.1 man/man1/eptex.1 @@ -98,7 +97,6 @@ man/man1/gftype.1 man/man1/inimf.1 man/man1/initex.1 man/man1/lamed.1 -man/man1/lualatex-dev.1 man/man1/mf-nowin.1 man/man1/mf.1 man/man1/mft.1 @@ -115,12 +113,10 @@ man/man1/outocp.1 man/man1/ovf2ovp.1 man/man1/ovp2ovf.1 man/man1/patgen.1 -man/man1/pdflatex-dev.1 man/man1/pdftex.1 man/man1/pdftosrc.1 man/man1/pktogf.1 man/man1/pktype.1 -man/man1/platex-dev.1 man/man1/pltotf.1 man/man1/pooltype.1 man/man1/ppltotf.1 @@ -133,11 +129,9 @@ man/man1/tftopl.1 man/man1/tie.1 man/man1/ttf2afm.1 man/man1/uppltotf.1 -man/man1/uplatex-dev.1 man/man1/uptex.1 man/man1/uptftopl.1 man/man1/vftovp.1 man/man1/vptovf.1 man/man1/weave.1 -man/man1/xelatex-dev.1 man/man5/synctex.5 diff --git a/print/web2c/distinfo b/print/web2c/distinfo index 92d08c75328..381a015ed77 100644 --- a/print/web2c/distinfo +++ b/print/web2c/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.38 2020/05/10 03:56:39 markd Exp $ +$NetBSD: distinfo,v 1.39 2020/10/29 19:47:13 markd Exp $ SHA1 (texlive-20200406-source.tar.xz) = 94b77331474d678ce75d9d6c673965fd7f93295b RMD160 (texlive-20200406-source.tar.xz) = 7475f64f21c7ba7a2e7c6e9bfe534dd6d53e4bb9 SHA512 (texlive-20200406-source.tar.xz) = 65be52cb5e1b52f12feb62c6cf23e56c581b9dccb8d3b9ccc85c12c62b0cb67dd71de8d22d967d2cbf8403502c66bccb238523d13a0d081be104fc9f9c68b477 Size (texlive-20200406-source.tar.xz) = 55383320 bytes SHA1 (patch-Makefile.in) = e4446fc146b419ca5f2105d2a78c7789149b40ea -SHA1 (patch-man_Makefile.in) = 97a227313715a1f04861edeee30f28188cb2c1af +SHA1 (patch-man_Makefile.in) = 9b57fbd750476ef3aff268918135ce63f553ef14 diff --git a/print/web2c/patches/patch-man_Makefile.in b/print/web2c/patches/patch-man_Makefile.in index ad9c04a283c..6e493d748ae 100644 --- a/print/web2c/patches/patch-man_Makefile.in +++ b/print/web2c/patches/patch-man_Makefile.in @@ -1,4 +1,6 @@ -$NetBSD: patch-man_Makefile.in,v 1.2 2020/05/10 03:56:39 markd Exp $ +$NetBSD: patch-man_Makefile.in,v 1.3 2020/10/29 19:47:13 markd Exp $ + +Don't install some man pages that are installed in later packages. --- man/Makefile.in.orig 2019-11-17 17:05:39.000000000 +0000 +++ man/Makefile.in @@ -12,12 +14,17 @@ $NetBSD: patch-man_Makefile.in,v 1.2 2020/05/10 03:56:39 markd Exp $ EXTRA_DIST = $(bootstrap_man_sources) $(web_man_sources) tex.man \ mf.man mpost.man etex.man $(pdftex_man_sources) ptex.man \ ppltotf.man ptftopl.man luatex.man xetex.man \ -@@ -457,7 +456,7 @@ bootstrap_man_sources = ctie.man cweb.ma +@@ -457,11 +456,8 @@ bootstrap_man_sources = ctie.man cweb.ma # Symlinks within $(man1dir): FILE:LINK indicates LINK.1->FILE.1 man1_links = cweb:ctangle cweb:cweave ctwill:ctwill-refsort \ ctwill:ctwill-twinx $(am__append_3) $(am__append_5) \ - $(am__append_6) $(am__append_10) $(am__append_12) \ +- $(am__append_14) $(am__append_17) $(am__append_19) \ +- latex-dev:pdflatex-dev latex-dev:xelatex-dev \ +- latex-dev:lualatex-dev latex-dev:dvilualatex-dev \ +- latex-dev:platex-dev latex-dev:uplatex-dev + $(am__append_6) $(am__append_12) \ - $(am__append_14) $(am__append_17) $(am__append_19) \ - latex-dev:pdflatex-dev latex-dev:xelatex-dev \ - latex-dev:lualatex-dev latex-dev:dvilualatex-dev \ ++ $(am__append_14) $(am__append_17) $(am__append_19) + web_man_sources = bibtex.man dvicopy.man dvitomp.man dvitype.man gftodvi.man \ + gftopk.man gftype.man mft.man patgen.man pktogf.man pktype.man \ + pltotf.man pooltype.man tftopl.man vftovp.man vptovf.man weave.man |