pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/xdvik



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue May 12 03:26:17 UTC 2020

Modified Files:
        pkgsrc/print/xdvik: Makefile

Log Message:
xdvik: don't try to use texconfig.

texconfig has moved from tex-tetex to tex-texlive-scripts-extra, but
currently its usage to configure the papersize for various commands isn't
actually working so for the time being just comment it out.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/xdvik/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/xdvik/Makefile
diff -u pkgsrc/print/xdvik/Makefile:1.30 pkgsrc/print/xdvik/Makefile:1.31
--- pkgsrc/print/xdvik/Makefile:1.30    Sun May 10 03:56:40 2020
+++ pkgsrc/print/xdvik/Makefile Tue May 12 03:26:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/05/10 03:56:40 markd Exp $
+# $NetBSD: Makefile,v 1.31 2020/05/12 03:26:16 markd Exp $
 
 .include "../../print/texlive/Makefile.common"
 
@@ -51,12 +51,15 @@ XDVI_PAPERSIZE=     a4
 .endif
 
 post-build:
+       # delete local XDvi
        ${RM} ${WRKSRC}/texmf/XDvi
        ${MKDIR} ${WRKSRC}/texmf/xdvi
+       # cp XDvi from tex-xdvi
        ${CP} ${PREFIX}/share/texmf-dist/xdvi/XDvi ${WRKSRC}/texmf/xdvi
-       ${SETENV} TEXMFCONFIG=${PREFIX}/share/texmf \
-               TFC_TEXMFCONFIG=${WRKSRC}/texmf \
-               ${PREFIX}/bin/texconfig xdvi paper ${XDVI_PAPERSIZE}
+       # set the pagesize
+#      ${SETENV} TEXMFCONFIG=${PREFIX}/share/texmf \
+#              TFC_TEXMFCONFIG=${WRKSRC}/texmf \
+#              ${PREFIX}/bin/texconfig xdvi paper ${XDVI_PAPERSIZE}
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/texmf/xdvi/XDvi \



Home | Main Index | Thread Index | Old Index