pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-pdfmanagement-testphase



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Nov  4 19:40:29 UTC 2023

Modified Files:
        pkgsrc/print/tex-pdfmanagement-testphase: Makefile

Log Message:
Comment out dependency again as it introduces a cycle.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-pdfmanagement-testphase/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/tex-pdfmanagement-testphase/Makefile
diff -u pkgsrc/print/tex-pdfmanagement-testphase/Makefile:1.7 pkgsrc/print/tex-pdfmanagement-testphase/Makefile:1.8
--- pkgsrc/print/tex-pdfmanagement-testphase/Makefile:1.7       Fri Nov  3 13:35:06 2023
+++ pkgsrc/print/tex-pdfmanagement-testphase/Makefile   Sat Nov  4 19:40:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/11/03 13:35:06 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2023/11/04 19:40:29 joerg Exp $
 
 DISTNAME=      pdfmanagement-testphase
 PKGNAME=       tex-${DISTNAME}-0.95x
@@ -11,7 +11,8 @@ COMMENT=      LaTeX PDF management testphase 
 LICENSE=       lppl-1.3c
 
 DEPENDS+=      tex-l3experimental-[0-9]*:../../devel/tex-l3experimental
-DEPENDS+=      tex-latex-lab-[0-9]*:../../print/tex-latex-lab
+# Cyclic dependency
+#DEPENDS+=     tex-latex-lab-[0-9]*:../../print/tex-latex-lab
 DEPENDS+=      tex-colorprofiles-[0-9]*:../../print/tex-colorprofiles
 
 .include "../../print/texlive/package.mk"



Home | Main Index | Thread Index | Old Index