pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/dvipsk



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon May 11 07:41:37 UTC 2020

Modified Files:
        pkgsrc/print/dvipsk: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/print/dvipsk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/dvipsk/Makefile
diff -u pkgsrc/print/dvipsk/Makefile:1.25 pkgsrc/print/dvipsk/Makefile:1.26
--- pkgsrc/print/dvipsk/Makefile:1.25   Mon May 11 07:02:13 2020
+++ pkgsrc/print/dvipsk/Makefile        Mon May 11 07:41:37 2020
@@ -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 \



Home | Main Index | Thread Index | Old Index