pkgsrc-Users archive

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

Re: Cyclic dependency on tex-l3kernel-2020.57669nb1



markd gave me to change tex-colortbl

| I won't be able to do this till tonight, so could someone please drop 
| the tex-latex-bin dependency from tex-colortbl

But that is not enough, I'm afraid.
Attached change breaks the Cyclic one.

I'll commit this, otherwise bulkbuild won't run, sorry and thanks
-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Key fingerprint = 0BFA FAEB EAD1 90BA 7498  8F85 6809 9E0B B7EF A12E
----
pkgsrc freshness:
http://www.ki.nu/~makoto/pkgsrc/check-update/HEAD/00_Summary.html

Index: tex-booktabs/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/print/tex-booktabs/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- tex-booktabs/Makefile	27 Apr 2020 22:35:39 -0000	1.6
+++ tex-booktabs/Makefile	26 Feb 2021 05:10:43 -0000
@@ -9,7 +9,7 @@
 COMMENT=	Publication quality tables in LaTeX
 LICENSE=	lppl-1.3c
 
-DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+#EPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
Index: tex-colortbl/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/print/tex-colortbl/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- tex-colortbl/Makefile	1 May 2020 00:15:11 -0000	1.9
+++ tex-colortbl/Makefile	26 Feb 2021 05:10:43 -0000
@@ -9,7 +9,7 @@
 COMMENT=	Add colour to LaTeX tables
 LICENSE=	lppl-1.3c
 
-DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+#EPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 DEPENDS+=	tex-graphics-[0-9]*:../../print/tex-graphics
 DEPENDS+=	tex-tools-[0-9]*:../../print/tex-tools
 
Index: tex-oberdiek/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/print/tex-oberdiek/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- tex-oberdiek/Makefile	13 Feb 2021 05:31:12 -0000	1.29
+++ tex-oberdiek/Makefile	26 Feb 2021 05:10:44 -0000
@@ -9,7 +9,7 @@
 COMMENT=	Bundle of packages submitted by Heiko Oberdiek
 LICENSE=	lppl-1.3c
 
-DEPENDS+=	tex-amsmath-[0-9]*:../../print/tex-amsmath
+#EPENDS+=	tex-amsmath-[0-9]*:../../print/tex-amsmath
 DEPENDS+=	tex-auxhook-[0-9]*:../../print/tex-auxhook
 DEPENDS+=	tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
 DEPENDS+=	tex-graphics-[0-9]*:../../print/tex-graphics
@@ -19,7 +19,7 @@
 DEPENDS+=	tex-infwarerr-[0-9]*:../../print/tex-infwarerr
 DEPENDS+=	tex-kvoptions-[0-9]*:../../print/tex-kvoptions
 DEPENDS+=	tex-latex-[0-9]*:../../print/tex-latex
-DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+#EPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 DEPENDS+=	tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
 DEPENDS+=	tex-tools-[0-9]*:../../print/tex-tools
 


Home | Main Index | Thread Index | Old Index