From: Edd Barrett Subject: Re: UPDATE: print/texlive to version 2025 To: ports@openbsd.org Date: Mon, 15 Sep 2025 14:12:21 +0100 On Mon, Sep 15, 2025 at 02:53:13PM +0200, Jeremie Courreges-Anglas wrote: > Did you forget to upload the -extra tarball? Oops. That was a last-minute hot-fix gone wrong. The extra tarball is supposed to come from the main mirrors and only the source code tarball from my server. Try this on top: diff --git a/print/texlive/base/Makefile b/print/texlive/base/Makefile index 379524532cf..21a5639c591 100755 --- a/print/texlive/base/Makefile +++ b/print/texlive/base/Makefile @@ -8,7 +8,6 @@ COMMENT-synctex = synctex for TeXLive typesetting distribution # # https://tug.org/pipermail/tldistro/2025q1/000512.html # https://tug.org/pipermail/tldistro/2025q1/000517.html -SITES = https://theunixzoo.co.uk/distfiles/ DISTNAME = texlive-${V}.2-source PKGNAME = texlive_base-${V} @@ -17,11 +16,11 @@ PKGNAME-mktexlsr = texlive_mktexlsr-${V} PKGNAME-main = ${PKGNAME} PKGNAME-synctex = texlive_synctex-${V} -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \ - texlive-${DIST_V}-extra${EXTRACT_SUFX} -DISTFILES.mk = mktexlsr-${V}.gz +DISTFILES = texlive-${DIST_V}-extra${EXTRACT_SUFX} +DISTFILES.zoo = ${DISTNAME}${EXTRACT_SUFX} \ + mktexlsr-${V}.gz -SITES.mk = https://theunixzoo.co.uk/distfiles/ +SITES.zoo = https://theunixzoo.co.uk/distfiles/ SHARED_LIBS = kpathsea 9.1 # 10.1 SHARED_LIBS += ptexenc 6.2 # 6.1 -- Best Regards Edd Barrett https://www.theunixzoo.co.uk