pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Sep 23 05:56:59 UTC 2017

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/meta-pkgs/texlive-collection-binextra/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-binextra/Makefile
diff -u pkgsrc/meta-pkgs/texlive-collection-binextra/Makefile:1.9 pkgsrc/meta-pkgs/texlive-collection-binextra/Makefile:1.10
--- pkgsrc/meta-pkgs/texlive-collection-binextra/Makefile:1.9   Thu Jul  6 02:36:07 2017
+++ pkgsrc/meta-pkgs/texlive-collection-binextra/Makefile       Sat Sep 23 05:56:59 2017
@@ -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+=     texlive-collection-basic-[0-9]
 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