Tue Mar 4 09:43:45 2008 UTC ()
Update to 3.2.1 to match slib.


(wiz)
diff -r1.36 -r1.37 pkgsrc/devel/guile-slib/Makefile

cvs diff -r1.36 -r1.37 pkgsrc/devel/guile-slib/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/guile-slib/Makefile 2008/01/12 19:13:07 1.36
+++ pkgsrc/devel/guile-slib/Makefile 2008/03/04 09:43:45 1.37
@@ -1,31 +1,30 @@ @@ -1,31 +1,30 @@
1# $NetBSD: Makefile,v 1.36 2008/01/12 19:13:07 gdt Exp $ 1# $NetBSD: Makefile,v 1.37 2008/03/04 09:43:45 wiz Exp $
2 2
3DISTNAME= guile-slib-3.1.5 3DISTNAME= guile-slib-3.2.1
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= http://swissnet.ai.mit.edu/~jaffer/SLIB.html 9HOMEPAGE= http://swissnet.ai.mit.edu/~jaffer/SLIB.html
10COMMENT= SLIB glue files for guile 1.8 10COMMENT= SLIB glue files for guile 1.8
11 11
12# This does not quite work. The problem is that new-catalog writes 12# This does not quite work. The problem is that new-catalog writes
13# the catalog in /usr/pkg/share/guile/site, rarther than the proper 13# the catalog in /usr/pkg/share/guile/site, rarther than the proper
14# place in the destdir. 14# place in the destdir.
15#PKG_DESTDIR_SUPPORT= user-destdir 15#PKG_DESTDIR_SUPPORT= user-destdir
16 16
17# tested with 3.1.5 17DEPENDS+= slib>=3.2.1:../../devel/slib
18DEPENDS+= slib>=3.1.2nb1:../../devel/slib 
19 18
20EXTRACT_ONLY= # empty 19EXTRACT_ONLY= # empty
21NO_CHECKSUM= yes 20NO_CHECKSUM= yes
22NO_BUILD= yes 21NO_BUILD= yes
23WRKSRC= ${WRKDIR} 22WRKSRC= ${WRKDIR}
24 23
25INSTALLATION_DIRS= share/guile share/guile/site 24INSTALLATION_DIRS= share/guile share/guile/site
26 25
27do-install: 26do-install:
28 ${LN} -sf ${PREFIX}/share/slib \ 27 ${LN} -sf ${PREFIX}/share/slib \
29 ${DESTDIR}${PREFIX}/share/guile/site/slib 28 ${DESTDIR}${PREFIX}/share/guile/site/slib
30 ${RM} -f ${DESTDIR}${PREFIX}/share/guile/slibcat 29 ${RM} -f ${DESTDIR}${PREFIX}/share/guile/slibcat
31 cd ${DESTDIR}${PREFIX}/share/guile/site/slib && \ 30 cd ${DESTDIR}${PREFIX}/share/guile/site/slib && \