pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/cantor cantor: Drop dependency on discount.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26d929e428a1
branches:  trunk
changeset: 379269:26d929e428a1
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri May 13 19:50:30 2022 +0000

description:
cantor: Drop dependency on discount.

It needs a patched version with mkd_latextext which our pkgsrc version does
not provide, but comes with a bundled copy that does.

diffstat:

 math/cantor/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5bdba5dd571d -r 26d929e428a1 math/cantor/Makefile
--- a/math/cantor/Makefile      Fri May 13 19:24:02 2022 +0000
+++ b/math/cantor/Makefile      Fri May 13 19:50:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2022/05/04 21:05:43 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2022/05/13 19:50:30 jperkin Exp $
 
 DISTNAME=      cantor-${KAPPSVER}
 PKGREVISION=   15
@@ -40,6 +40,7 @@
 .include "../../print/libspectre/buildlink3.mk"
 .include "../../print/poppler-qt5/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../textproc/discount/buildlink3.mk"
+# Requires bundled copy with custom mkd_latextext()
+#.include "../../textproc/discount/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index