git: 029acf78acab - main - print/texlive-texmf: unbreak fetch on i386 after 8374a33c804a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Feb 2022 22:55:19 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=029acf78acab3710ce8fc4548ae310cae2e25612 commit 029acf78acab3710ce8fc4548ae310cae2e25612 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-02-19 21:58:37 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-02-19 22:53:20 +0000 print/texlive-texmf: unbreak fetch on i386 after 8374a33c804a fetch: https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/texlive-20210325-texmf.tar.xz: size mismatch: expected 2147483647, actual 3474113420 Reported by: antoine --- print/texlive-texmf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile index 8fd8d0143dca..987e2f498fa5 100644 --- a/print/texlive-texmf/Makefile +++ b/print/texlive-texmf/Makefile @@ -16,6 +16,7 @@ USE_TEX= base basic:extract texhash tlmgr:run EXTRACT_AFTER_ARGS= | ${TAR} xf - \ ${EXCLUDE_FILES:S,^,--exclude ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}/,} +DISABLE_SIZE= yes # XXX bug 262056: distfile too large NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes