pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/siag Drop guile support because modern guile isn'...
details: https://anonhg.NetBSD.org/pkgsrc/rev/048e0fa1509a
branches: trunk
changeset: 641340:048e0fa1509a
user: gdt <gdt%pkgsrc.org@localhost>
date: Tue Nov 04 13:18:28 2014 +0000
description:
Drop guile support because modern guile isn't supported.
siag builds with guile 1.6, but not 1.8. Because 1.6 will be dropped
from pkgsrc soonish as unreasonably old, disable guile support. (siag
itself is no longer maintained and thus a candidate for eventual
removal if it causes trouble.)
siag has an included scheme (SIOD), so is still functional without guile.
diffstat:
misc/siag/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r f1ce85396d63 -r 048e0fa1509a misc/siag/Makefile
--- a/misc/siag/Makefile Tue Nov 04 12:56:31 2014 +0000
+++ b/misc/siag/Makefile Tue Nov 04 13:18:28 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.60 2012/10/21 11:39:12 cheusov Exp $
+# $NetBSD: Makefile,v 1.61 2014/11/04 13:18:28 gdt Exp $
#
DISTNAME= siag-3.6.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= misc editors math textproc
MASTER_SITES= http://siag.nu/pub/siag/
@@ -18,7 +18,6 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-x
-CONFIGURE_ARGS+=--with-guile
CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/siag
USE_TOOLS+= gmake
@@ -37,7 +36,6 @@
.endif
.include "../../devel/ncurses/buildlink3.mk"
-.include "../../lang/guile16/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/mowitz/buildlink3.mk"
.include "../../mk/xaw.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index