pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/texlive-collection-latexrecommended



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Oct 22 12:28:42 UTC 2020

Modified Files:
        pkgsrc/meta-pkgs/texlive-collection-latexrecommended: Makefile

Log Message:
texlive-collection-latexrecommended: skip tex-lwarp on SunOS-*-sparc*


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
    pkgsrc/meta-pkgs/texlive-collection-latexrecommended/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/texlive-collection-latexrecommended/Makefile
diff -u pkgsrc/meta-pkgs/texlive-collection-latexrecommended/Makefile:1.13 pkgsrc/meta-pkgs/texlive-collection-latexrecommended/Makefile:1.14
--- pkgsrc/meta-pkgs/texlive-collection-latexrecommended/Makefile:1.13  Sun May 10 04:13:27 2020
+++ pkgsrc/meta-pkgs/texlive-collection-latexrecommended/Makefile       Thu Oct 22 12:28:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/05/10 04:13:27 markd Exp $
+# $NetBSD: Makefile,v 1.14 2020/10/22 12:28:42 tnn Exp $
 
 DISTNAME=      collection-latexrecommended
 PKGNAME=       texlive-${DISTNAME}-2020
@@ -12,6 +12,8 @@ COMMENT=      LaTeX recommended packages
 
 DEPENDS+=      texlive-collection-latex>=2014:../../meta-pkgs/texlive-collection-latex
 
+.include "../../mk/bsd.prefs.mk"
+
 DEPENDS+=      tex-anysize-[0-9]*:../../print/tex-anysize
 DEPENDS+=      tex-attachfile2-[0-9]*:../../print/tex-attachfile2
 DEPENDS+=      tex-beamer-[0-9]*:../../print/tex-beamer
@@ -46,7 +48,9 @@ DEPENDS+=     tex-l3packages-[0-9]*:../../de
 DEPENDS+=      tex-latexbug-[0-9]*:../../devel/tex-latexbug
 DEPENDS+=      tex-lineno-[0-9]*:../../print/tex-lineno
 DEPENDS+=      tex-listings-[0-9]*:../../print/tex-listings
+.if empty(MACHINE_PLATFORM:MSunOS-*-sparc*) # PR pkg/55741
 DEPENDS+=      tex-lwarp-[0-9]*:../../textproc/tex-lwarp
+.endif
 DEPENDS+=      tex-mathspec-[0-9]*:../../math/tex-mathspec
 DEPENDS+=      tex-mathtools-[0-9]*:../../print/tex-mathtools
 DEPENDS+=      tex-mdwtools-[0-9]*:../../print/tex-mdwtools



Home | Main Index | Thread Index | Old Index