pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/guile-slib Don't include (ice-9 slib), as it is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9757fb29c4fb
branches:  trunk
changeset: 501704:9757fb29c4fb
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Oct 26 13:03:08 2005 +0000

description:
Don't include (ice-9 slib), as it is broken.  This package still
doesn't build, but now the problem is only that slib's guile.init
needs a patch.

PKGREVISION++

diffstat:

 devel/guile-slib/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 5a80741065d2 -r 9757fb29c4fb devel/guile-slib/Makefile
--- a/devel/guile-slib/Makefile Wed Oct 26 12:59:51 2005 +0000
+++ b/devel/guile-slib/Makefile Wed Oct 26 13:03:08 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2005/10/26 09:20:19 adam Exp $
+# $NetBSD: Makefile,v 1.29 2005/10/26 13:03:08 gdt Exp $
 
 DISTNAME=      guile-slib-3.1.2
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -23,7 +24,7 @@
        ${RM} -f ${PREFIX}/share/guile/slibcat
        cd ${PREFIX}/share/guile/slib; \
                guile -q -l guile.init -c \
-                       "(use-modules (ice-9 slib)) (require 'new-catalog)"
+                       "(require 'new-catalog)"
 
 .include "../../lang/guile/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index