pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/cantor



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May 13 19:50:30 UTC 2022

Modified Files:
        pkgsrc/math/cantor: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/math/cantor/Makefile

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

Modified files:

Index: pkgsrc/math/cantor/Makefile
diff -u pkgsrc/math/cantor/Makefile:1.93 pkgsrc/math/cantor/Makefile:1.94
--- pkgsrc/math/cantor/Makefile:1.93    Wed May  4 21:05:43 2022
+++ pkgsrc/math/cantor/Makefile Fri May 13 19:50:30 2022
@@ -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 @@ SUBST_SED.fix-moc=    -e 's;"${PREFIX}/incl
 .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