Skip to content

Commit

Permalink
*/*tex*: Fix USES=tex in some ports
Browse files Browse the repository at this point in the history
During my previous commits I missed some ports which were using
lowercase USE_tex which were not searched during my commits on more than
100 ports. I am still unsure how those ports were working as there was
no option for lowercase tex in the previous bsd.tex.mk.

Reported by:	zirias
  • Loading branch information
5u623l20 committed Dec 20, 2022
1 parent d2bcea7 commit cbf3be9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion deskutils/nextcloudclient/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ WEBENGINE_DESC= QT5 Webengine support

#DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \
# doxygen:devel/doxygen
#DOCS_USE= tex=dvipsk:build,latex:build
#DOCS_USES= tex
#DOCS_USE= TEX=dvipsk:build,latex:build
#DOCS_CMAKE_ON= -DWITH_DOC:BOOL=ON

WEBENGINE_VARS= USE_QT+=webengine
Expand Down
3 changes: 2 additions & 1 deletion editors/sly/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ GENERATED_DOCS_FILES= sly.html
DOCS_BUILD_DEPENDS= texinfo>=5.2:print/texinfo

DOCS_PDF_IMPLIES= DOCS
DOCS_PDF_USE= tex=latex:build tex=pdftex:build tex=dvipsk:build
DOCS_PDF_USES= tex
DOCS_PDF_USE= TEX=latex:build,pdftex:build,dvipsk:build

.include <bsd.port.options.mk>

Expand Down
3 changes: 2 additions & 1 deletion graphics/atril/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ EPUB_CONFIGURE_ENABLE= epub
EPUB_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3

DVI_DESC= DVI viewer support
DVI_USE= tex=base
DVI_USES= tex
DVI_USE= TEX=base
DVI_CONFIGURE_ENABLE= dvi

T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI)
Expand Down
3 changes: 2 additions & 1 deletion print/xreader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
DJVU_MESON_ON= -Ddjvu=true

DVI_LIB_DEPENDS= libspectre.so:print/libspectre
DVI_USE= tex=kpathsea
DVI_USES= tex
DVI_USE= TEX=kpathsea
DVI_MESON_ON= -Ddvi=true

EPUB_BUILD_DEPENDS= ${MATHJAX_DIR}/MathJax.js:www/mathjax
Expand Down
3 changes: 2 additions & 1 deletion textproc/linuxdoc-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= DOCS

DOCS_BUILD_DEPENDS= bash:shells/bash
DOCS_USE= tex=latex:build tex=pdftex:build tex=dvipsk:build
DOCS_USES= tex
DOCS_USE= TEX=latex:build,pdftex:build,dvipsk:build
DOCS_USES= makeinfo
DOCS_CONFIGURE_ENABLE= docs

Expand Down

0 comments on commit cbf3be9

Please sign in to comment.