pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/guile-slib Update guile-slib to 3.2.5 and switch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38826fb4d1d6
branches:  trunk
changeset: 352485:38826fb4d1d6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 15 14:02:41 2016 +0000

description:
Update guile-slib to 3.2.5 and switch to guile20.

Mirrors slib-3.2.5 update (no own files).

Based on diff by gdt.

diffstat:

 devel/guile-slib/Makefile |  18 ++++++++----------
 devel/guile-slib/PLIST    |   4 ++--
 2 files changed, 10 insertions(+), 12 deletions(-)

diffs (53 lines):

diff -r 83499bb57db5 -r 38826fb4d1d6 devel/guile-slib/Makefile
--- a/devel/guile-slib/Makefile Thu Sep 15 14:02:17 2016 +0000
+++ b/devel/guile-slib/Makefile Thu Sep 15 14:02:41 2016 +0000
@@ -1,32 +1,30 @@
-# $NetBSD: Makefile,v 1.44 2012/10/31 11:17:05 asau Exp $
+# $NetBSD: Makefile,v 1.45 2016/09/15 14:02:41 wiz Exp $
 
-DISTNAME=      guile-slib-3.2.2
-PKGREVISION=   2
+DISTNAME=      guile-slib-3.2.5
 CATEGORIES=    devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
 
 MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      http://swissnet.ai.mit.edu/~jaffer/SLIB.html
-COMMENT=       SLIB glue files for guile 1.8
+COMMENT=       SLIB glue files for guile
 
-DEPENDS+=      slib>=3.2.2:../../devel/slib
+DEPENDS+=      slib>=3.2.5nb1:../../devel/slib
 
 NO_BUILD=      yes
 WRKSRC=                ${WRKDIR}
 
-INSTALLATION_DIRS=     share/guile share/guile/1.8 share/guile/site
+INSTALLATION_DIRS=     share/guile share/guile/2.0 share/guile/site
 
 do-install:
+       ${RM} -f ${DESTDIR}${PREFIX}/share/guile/site/slib
        ${LN} -sf ${PREFIX}/share/slib \
                ${DESTDIR}${PREFIX}/share/guile/site/slib
        ${RM} -f ${DESTDIR}${PREFIX}/share/guile/slibcat
        cd ${DESTDIR}${PREFIX}/share/guile/site/slib && \
                GUILE_LOAD_PATH=${PREFIX}/share \
-               GUILE_IMPLEMENTATION_PATH=${DESTDIR}${PREFIX}/share/guile/1.8 \
+               GUILE_IMPLEMENTATION_PATH=${DESTDIR}${PREFIX}/share/guile/2.0 \
                guile -q -c "(begin (use-modules (ice-9 slib)) (require 'new-catalog))"
 
-# Our 1.8.2 package applies a necessary patch.
-BUILDLINK_API_DEPENDS.guile+=  guile>=1.8.2
-.include "../../lang/guile/buildlink3.mk"
+.include "../../lang/guile20/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 83499bb57db5 -r 38826fb4d1d6 devel/guile-slib/PLIST
--- a/devel/guile-slib/PLIST    Thu Sep 15 14:02:17 2016 +0000
+++ b/devel/guile-slib/PLIST    Thu Sep 15 14:02:41 2016 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.11 2009/09/09 22:56:50 wiz Exp $
-share/guile/1.8/slibcat
+@comment $NetBSD: PLIST,v 1.12 2016/09/15 14:02:41 wiz Exp $
+share/guile/2.0/slibcat
 share/guile/site/slib



Home | Main Index | Thread Index | Old Index