pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/guile-slib Fix building with slib-3.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5b928341042
branches:  trunk
changeset: 501694:e5b928341042
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 26 09:20:19 2005 +0000

description:
Fix building with slib-3.1.2

diffstat:

 devel/guile-slib/Makefile         |  14 +++++++-------
 devel/guile-slib/PLIST            |   6 +++---
 devel/guile-slib/files/gencat.scm |   4 ----
 3 files changed, 10 insertions(+), 14 deletions(-)

diffs (58 lines):

diff -r 45df61eff0f4 -r e5b928341042 devel/guile-slib/Makefile
--- a/devel/guile-slib/Makefile Wed Oct 26 09:19:19 2005 +0000
+++ b/devel/guile-slib/Makefile Wed Oct 26 09:20:19 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2005/10/16 23:42:16 gdt Exp $
+# $NetBSD: Makefile,v 1.28 2005/10/26 09:20:19 adam Exp $
 
-DISTNAME=      guile-slib-2.4.2
-PKGREVISION=   6
+DISTNAME=      guile-slib-3.1.2
 CATEGORIES=    devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -10,20 +9,21 @@
 HOMEPAGE=      http://swissnet.ai.mit.edu/~jaffer/SLIB.html
 COMMENT=       SLIB glue files for guile 1.6
 
-DEPENDS+=      slib>=2.4.2:../../devel/slib
+DEPENDS+=      slib>=3.1.2:../../devel/slib
 
 EXTRACT_ONLY=  # empty
 NO_CHECKSUM=   yes
+NO_BUILD=      yes
 WRKSRC=                ${WRKDIR}
 
 INSTALLATION_DIRS=     share/guile
 
-do-build:
-
 do-install:
        ${LN} -sf ${PREFIX}/share/slib ${PREFIX}/share/guile/slib
+       ${RM} -f ${PREFIX}/share/guile/slibcat
        cd ${PREFIX}/share/guile/slib; \
-               guile -q -s ${FILESDIR}/gencat.scm
+               guile -q -l guile.init -c \
+                       "(use-modules (ice-9 slib)) (require 'new-catalog)"
 
 .include "../../lang/guile/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 45df61eff0f4 -r e5b928341042 devel/guile-slib/PLIST
--- a/devel/guile-slib/PLIST    Wed Oct 26 09:19:19 2005 +0000
+++ b/devel/guile-slib/PLIST    Wed Oct 26 09:20:19 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/12/03 15:51:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/10/26 09:20:19 adam Exp $
 share/guile/slibcat
-@exec  ln -sf %D/share/slib %D/share/guile/slib
-@unexec        rm -f %D/share/guile/slib
+@exec ${LN} -sf %D/share/slib %D/share/guile/slib
+@unexec        ${RM} -f %D/share/guile/slib
diff -r 45df61eff0f4 -r e5b928341042 devel/guile-slib/files/gencat.scm
--- a/devel/guile-slib/files/gencat.scm Wed Oct 26 09:19:19 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-; $NetBSD: gencat.scm,v 1.1.1.1 2000/02/23 20:36:47 jlam Exp $
-
-(use-modules (ice-9 slib))
-(slib:load "mklibcat")



Home | Main Index | Thread Index | Old Index