pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/texlive-collection-latexrecommended texlive-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab7295536e4b
branches:  trunk
changeset: 440962:ab7295536e4b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Oct 22 12:28:42 2020 +0000

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

diffstat:

 meta-pkgs/texlive-collection-latexrecommended/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r fa9c6a85cfd3 -r ab7295536e4b meta-pkgs/texlive-collection-latexrecommended/Makefile
--- a/meta-pkgs/texlive-collection-latexrecommended/Makefile    Thu Oct 22 11:22:56 2020 +0000
+++ b/meta-pkgs/texlive-collection-latexrecommended/Makefile    Thu Oct 22 12:28:42 2020 +0000
@@ -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 @@
 
 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-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