Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2023 16:35:23 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2c48d82d962d - main - print/tex-formats: Fix build
Message-ID:  <202310271635.39RGZNjU092541@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c48d82d962d55720350c03caa67c87ce59a6d42

commit 2c48d82d962d55720350c03caa67c87ce59a6d42
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-27 16:19:23 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-27 16:35:04 +0000

    print/tex-formats: Fix build
    
    After the changes committed in a9b0182 this port failed to build. This
    commit fixes the build and overall also reduces the frequent builds of
    texlive-texmf.
    
    PR:             274749
    Reported by:    michael.glaus@hostpoint.ch
    Fixes: a9b0182 print/texlive-texmf: Temporarily reduce DEPENDS
    Sponsored by:   Nepustil
---
 print/tex-formats/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile
index 4d3bada80a04..a4d80c15845b 100644
--- a/print/tex-formats/Makefile
+++ b/print/tex-formats/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Formats for basic TeX engines and the 'latex' command
 WWW=		https://tug.org/texlive/
 
 USES=		tex
-USE_TEX=	basic fmtutil texhash texmf web2c
+USE_TEX=	base basic fmtutil texhash texmf web2c
 
 NO_ARCH=	yes
 NO_BUILD=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310271635.39RGZNjU092541>