pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print (print/tex-*) Interim fix for recent Cyclic depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a76f4a5cd23d
branches:  trunk
changeset: 447769:a76f4a5cd23d
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Feb 26 06:21:04 2021 +0000

description:
(print/tex-*) Interim fix for recent Cyclic dependency problem: tks markd@

 Cyclic dependency for package:
 tex-l3kernel-2020.57669nb1
 tex-colortbl-1.0e
 tex-latex-bin-2020
 tex-l3packages-2020.57600nb1
 tex-l3kernel-2020.57669nb1

diffstat:

 print/tex-booktabs/Makefile |  4 ++--
 print/tex-colortbl/Makefile |  4 ++--
 print/tex-oberdiek/Makefile |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 8768c4385fd8 -r a76f4a5cd23d print/tex-booktabs/Makefile
--- a/print/tex-booktabs/Makefile       Fri Feb 26 06:20:42 2021 +0000
+++ b/print/tex-booktabs/Makefile       Fri Feb 26 06:21:04 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/04/27 22:35:39 markd Exp $
+# $NetBSD: Makefile,v 1.7 2021/02/26 06:21:04 mef Exp $
 
 DISTNAME=      booktabs
 PKGNAME=       tex-${DISTNAME}-1.61803398
@@ -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"
diff -r 8768c4385fd8 -r a76f4a5cd23d print/tex-colortbl/Makefile
--- a/print/tex-colortbl/Makefile       Fri Feb 26 06:20:42 2021 +0000
+++ b/print/tex-colortbl/Makefile       Fri Feb 26 06:21:04 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/05/01 00:15:11 markd Exp $
+# $NetBSD: Makefile,v 1.10 2021/02/26 06:21:04 mef Exp $
 
 DISTNAME=      colortbl
 PKGNAME=       tex-${DISTNAME}-1.0e
@@ -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
 
diff -r 8768c4385fd8 -r a76f4a5cd23d print/tex-oberdiek/Makefile
--- a/print/tex-oberdiek/Makefile       Fri Feb 26 06:20:42 2021 +0000
+++ b/print/tex-oberdiek/Makefile       Fri Feb 26 06:21:04 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2021/02/13 05:31:12 markd Exp $
+# $NetBSD: Makefile,v 1.30 2021/02/26 06:21:05 mef Exp $
 
 DISTNAME=      oberdiek
 PKGNAME=       tex-${DISTNAME}-2020.56291
@@ -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