summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2020-05-11 07:41:37 +0000
committermarkd <markd@pkgsrc.org>2020-05-11 07:41:37 +0000
commit5ad66c3ed115cd7bb9c1154d9fab312610f4c311 (patch)
tree09086f90518e1328bf1d61b4e1c1b59d0e7b1959 /print
parent255ba6780279c30e44588364f54e6675911b34c9 (diff)
downloadpkgsrc-5ad66c3ed115cd7bb9c1154d9fab312610f4c311.tar.gz
dvipsk: don't use texconfig in build
This package was using "texconfig dvips paper ${LOWER_PAPERSIZE}" to set the default papersize for dvips. It seems that texconfig has been broken for this option at least for some time so was a noop. Disable at this time to remove a circular dependency. Needs to be revisited.
Diffstat (limited to 'print')
-rw-r--r--print/dvipsk/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/print/dvipsk/Makefile b/print/dvipsk/Makefile
index d84c5a23a90..175be8051b3 100644
--- a/print/dvipsk/Makefile
+++ b/print/dvipsk/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.25 2020/05/11 07:02:13 markd Exp $
+# $NetBSD: Makefile,v 1.26 2020/05/11 07:41:37 markd Exp $
.include "../../print/texlive/Makefile.common"
PKGNAME= dvipsk-2020.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
HOMEPAGE= http://www.radicaleye.com/dvips.html
COMMENT= DVI-to-PostScript translator
-BUILD_DEPENDS+= tex-texlive-scripts-[0-9]*:../../print/tex-texlive-scripts
+#BUILD_DEPENDS+= tex-texlive-scripts-[0-9]*:../../print/tex-texlive-scripts
DEPENDS+= tex-dvips>=2013:../../print/tex-dvips
EXTRACT_ELEMENTS+= ${DISTNAME}/texk/dvipsk
@@ -40,10 +40,10 @@ post-build:
${MKDIR} ${WRKSRC}/texk/dvipsk/texmf-dist/dvips/config
${CP} ${LOCALBASE}/share/texmf-dist/dvips/config/config.ps \
${WRKSRC}/texk/dvipsk/texmf-dist/dvips/config
- ${SETENV} TEXMFCONFIG=${LOCALBASE}/share/texmf-dist \
- TFC_TEXMFCONFIG=${WRKSRC}/texk/dvipsk/texmf \
- configPsFile=${WRKSRC}/texk/dvipsk/texmf-dist/dvips/config/config.ps \
- ${LOCALBASE}/bin/texconfig dvips paper ${LOWER_PAPERSIZE}
+# ${SETENV} TEXMFCONFIG=${LOCALBASE}/share/texmf-dist \
+# TFC_TEXMFCONFIG=${WRKSRC}/texk/dvipsk/texmf \
+# configPsFile=${WRKSRC}/texk/dvipsk/texmf-dist/dvips/config/config.ps \
+# ${LOCALBASE}/bin/texconfig dvips paper ${LOWER_PAPERSIZE}
post-install:
${INSTALL_DATA} ${WRKSRC}/texk/dvipsk/texmf-dist/dvips/config/config.ps \