Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/dvipsk dvipsk: don't use texconfig in build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7221b435bb32
branches:  trunk
changeset: 431278:7221b435bb32
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon May 11 07:41:37 2020 +0000

description:
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:

 print/dvipsk/Makefile |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r e86467933fc6 -r 7221b435bb32 print/dvipsk/Makefile
--- a/print/dvipsk/Makefile     Mon May 11 07:02:13 2020 +0000
+++ b/print/dvipsk/Makefile     Mon May 11 07:41:37 2020 +0000
@@ -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 @@
        ${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 \



Home | Main Index | Thread Index | Old Index