Date: Thu, 26 Oct 2023 20:34:34 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: a9b018296462 - main - print/texlive-texmf: Temporarily reduce DEPENDS Message-ID: <202310262034.39QKYYDE090512@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=a9b0182964621feefe8292021ec645cdd6c19869 commit a9b0182964621feefe8292021ec645cdd6c19869 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-26 19:06:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-26 20:34:03 +0000 print/texlive-texmf: Temporarily reduce DEPENDS This is a large port and due to the dependencies often triggered for rebuilds. There might be cases where python and texlive-base might not be necessary hence reduce the temporarily remove the dependencies and check the outcome. On my cases I did not find any problem as the runtimes are installed by other necessary packages for those who use it extensively for writing. If there is a runtime breakage scream at me please at the earliest. Remove an unnecesary VARIABLE from previous commit which is for MAINTAINER_MODE only. Not bumping as this does not feel trivial and no need to trigger a rebuild of other ports which depends on doxygen. --- print/texlive-texmf/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile index bb51df9890bc..a4f00b0f8d3e 100644 --- a/print/texlive-texmf/Makefile +++ b/print/texlive-texmf/Makefile @@ -11,9 +11,12 @@ MAINTAINER= tex@FreeBSD.org COMMENT= TeX Live Typesetting System, texmf Tree WWW= https://tug.org/texlive/ -USES= cpe python:run tar:xz tex +# Reduce DEPENDS temporarily +#USES= cpe python:run tar:xz tex +USES= cpe tar:xz tex CPE_VENDOR= tug -USE_TEX= base basic:extract texhash tlmgr:run +#USE_TEX= base basic:extract texhash tlmgr:run +USE_TEX= texhash tlmgr:run NO_ARCH= yes NO_BUILD= yes @@ -33,7 +36,6 @@ do-install: ${SED} -e 's#^${STAGEDIR}${PREFIX}/#@dir #' >> ${TMPPLIST} .if defined(MAINTAINER_MODE) -MAINTAINER_DISTNAME= ${DISTNAME_TEXMF} EXCLUDE_FILES= \*/doc/man ls-R doc dvipdfm dvipdfmx dvips \ fonts/cmap/dvipdfmx fonts/cmap/uptex fonts/enc/dvips \ fonts/map/dvipdfm fonts/map/dvipdfmx fonts/map/dvips \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310262034.39QKYYDE090512>