git: cd2782e4821b - main - print/dvisvg: Remove commented texmf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Oct 2023 16:35:17 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cd2782e4821b563949ce8249b01dedd666f2f081
commit cd2782e4821b563949ce8249b01dedd666f2f081
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-27 12:53:45 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-27 16:35:02 +0000
print/dvisvg: Remove commented texmf
After 6 months of commit there were no comments from the maintainer or
any bugs reported about the removal of texmf which means this port does
not use texmf at all.
Approved by: portmgr (blanket)
Sponsored by: Nepustil
---
print/dvisvg/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/print/dvisvg/Makefile b/print/dvisvg/Makefile
index 45ed62b51a87..2a4bddbd1593 100644
--- a/print/dvisvg/Makefile
+++ b/print/dvisvg/Makefile
@@ -12,7 +12,7 @@ LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
USES= ghostscript:run tex
-USE_TEX= base texhash # texmf
+USE_TEX= base texhash
ALL_TARGET= # empty
# workaround for svgfonts.c not including kpathsea/c-auto.h
CFLAGS+= -DHAVE_PROTOTYPES