pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/guile-slib Depend on slib 3.1.2nb1, because 3.1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ae495ba981f
branches:  trunk
changeset: 501969:4ae495ba981f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Nov 01 01:33:43 2005 +0000

description:
Depend on slib 3.1.2nb1, because 3.1.2 is broken (case sensitive
symbol confusion in unix vs UNIX) and those updating guile-slib to fix
problems might not realize they have to update slib as well.
Suggestion from Chris Gilbert.

diffstat:

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

diffs (18 lines):

diff -r 975a94f10c79 -r 4ae495ba981f devel/guile-slib/Makefile
--- a/devel/guile-slib/Makefile Tue Nov 01 01:09:45 2005 +0000
+++ b/devel/guile-slib/Makefile Tue Nov 01 01:33:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/10/26 13:03:08 gdt Exp $
+# $NetBSD: Makefile,v 1.30 2005/11/01 01:33:43 gdt Exp $
 
 DISTNAME=      guile-slib-3.1.2
 PKGREVISION=   1
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://swissnet.ai.mit.edu/~jaffer/SLIB.html
 COMMENT=       SLIB glue files for guile 1.6
 
-DEPENDS+=      slib>=3.1.2:../../devel/slib
+DEPENDS+=      slib>=3.1.2nb1:../../devel/slib
 
 EXTRACT_ONLY=  # empty
 NO_CHECKSUM=   yes



Home | Main Index | Thread Index | Old Index