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-binextra Stopgap fix: omi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b4e9ebe85bd
branches:  trunk
changeset: 368948:2b4e9ebe85bd
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Sep 23 05:56:59 2017 +0000

description:
Stopgap fix: omit asymptote dependency in meta-pkg

it depends on ghostscript-agpl and conflicts with other packages.
>From Eric Brown in PR pkg/52568

XXX better solution

diffstat:

 meta-pkgs/texlive-collection-binextra/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 73db4babc587 -r 2b4e9ebe85bd meta-pkgs/texlive-collection-binextra/Makefile
--- a/meta-pkgs/texlive-collection-binextra/Makefile    Sat Sep 23 05:53:52 2017 +0000
+++ b/meta-pkgs/texlive-collection-binextra/Makefile    Sat Sep 23 05:56:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/07/06 02:36:07 markd Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/23 05:56:59 maya Exp $
 
 DISTNAME=      collection-binextra
 PKGNAME=       texlive-${DISTNAME}-2017pre2
@@ -15,7 +15,8 @@
 DEPENDS+=      tex-a2ping-[0-9]*:../../graphics/tex-a2ping
 # depend adhocfilelist
 # depend arara
-DEPENDS+=      asymptote-[0-9]*:../../graphics/asymptote
+# XXX asymptote conflicts with other packages by requiring ghostscript-agpl
+#DEPENDS+=     asymptote-[0-9]*:../../graphics/asymptote
 DEPENDS+=      tex-bibtex8-[0-9]*:../../print/tex-bibtex8
 # depend bibtexu
 # depend bundledoc



Home | Main Index | Thread Index | Old Index