pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/TeXmacs editors/TeXmacs: Add comments about guile



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf50ab71cf03
branches:  trunk
changeset: 375069:bf50ab71cf03
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Mar 06 13:09:53 2022 +0000

description:
editors/TeXmacs: Add comments about guile

While this package is due for an update to 2.1 (upstream is
functioning again!), building this version with guile20 almost works,
failing to link -lguile.

diffstat:

 editors/TeXmacs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3d7349e0b77f -r bf50ab71cf03 editors/TeXmacs/Makefile
--- a/editors/TeXmacs/Makefile  Sun Mar 06 13:04:53 2022 +0000
+++ b/editors/TeXmacs/Makefile  Sun Mar 06 13:09:53 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.148 2021/12/08 16:04:08 adam Exp $
+# $NetBSD: Makefile,v 1.149 2022/03/06 13:09:53 gdt Exp $
 #
 # changelog at http://www.texmacs.org/tmweb/about/changes.en.html
 
@@ -56,6 +56,8 @@
 .include "../../databases/shared-mime-info/mimedb.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/gnome-icon-theme/buildlink3.mk"
+# Building with guile20 almost succeeds.
+# Building with guile22 fails (apparent use of withdrawn interfaces).
 .include "../../lang/guile/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../print/ghostscript/buildlink3.mk"



Home | Main Index | Thread Index | Old Index