pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/guile-lib Depend on guile rather than guile16. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce64649f0d5f
branches:  trunk
changeset: 530186:ce64649f0d5f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Jun 17 23:43:19 2007 +0000

description:
Depend on guile rather than guile16.  Mostly resolves gnucash
dependency issue where gnucash depends on 3 guile packages that before
this commit have a mix of 1.6 and 1.8.  Only gnucash and guile-gnome
depend on this, via g-wrap and g-wrap points to 1.8.

Following discussion with wiz@ and dcmahill@.

diffstat:

 devel/guile-lib/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 19075ba34a1d -r ce64649f0d5f devel/guile-lib/Makefile
--- a/devel/guile-lib/Makefile  Sun Jun 17 22:07:23 2007 +0000
+++ b/devel/guile-lib/Makefile  Sun Jun 17 23:43:19 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2007/06/12 02:55:15 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.14 2007/06/17 23:43:19 gdt Exp $
 
 DISTNAME=      guile-lib-0.1.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  http://download.gna.org/guile-lib/
 
@@ -37,5 +37,5 @@
 INSTALLATION_DIRS+=    share/guile/site/term
 INSTALLATION_DIRS+=    share/guile/site/texinfo
 
-.include "../../lang/guile16/buildlink3.mk"
+.include "../../lang/guile/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index