diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-15 02:18:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-15 02:18:46 +0000 |
commit | b29cb0708db2af2befc42c250d508d863504a772 (patch) | |
tree | 4c831ee074256da4d950d9830bcde7dbf151d087 /devel/g-wrap | |
parent | 7db3abf4607e82c9dcc1d4023eda899f7a83257f (diff) | |
download | pkgsrc-b29cb0708db2af2befc42c250d508d863504a772.tar.gz |
Update g-wrap to 0.9.5. Changes from version 0.9.4 include not using
deprecated smob functions not present anymore in guile-1.4 and up.
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 9 | ||||
-rw-r--r-- | devel/g-wrap/files/md5 | 4 | ||||
-rw-r--r-- | devel/g-wrap/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/g-wrap/patches/patch-aa | 22 |
4 files changed, 8 insertions, 30 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index e29076ce6df..dbcbfb169ee 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/26 16:57:07 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/15 02:18:46 jlam Exp $ # -DISTNAME= g-wrap-0.9.4 +DISTNAME= g-wrap-0.9.5 CATEGORIES= devel MASTER_SITES= ftp://ftp.gnucash.org/pub/g-wrap/source/ @@ -10,9 +10,10 @@ HOMEPAGE= http://www.cs.cmu.edu/afs/cs.cmu.edu/usr/chrislee/www/Software/g-wrap/ DEPENDS+= guile>=1.3.4:../../lang/guile -GNU_CONFIGURE= YES -USE_LIBTOOL= YES +GNU_CONFIGURE= # defined +CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope" +USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" diff --git a/devel/g-wrap/files/md5 b/devel/g-wrap/files/md5 index 2d5208b2910..e3fb41d9b08 100644 --- a/devel/g-wrap/files/md5 +++ b/devel/g-wrap/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/06/26 16:57:08 rh Exp $ +$NetBSD: md5,v 1.2 2000/08/15 02:18:49 jlam Exp $ -MD5 (g-wrap-0.9.4.tar.gz) = 6966bcb5131c810b7b77302ddac2f398 +MD5 (g-wrap-0.9.5.tar.gz) = 0df68c8b52d3ffdde0ea330be60c3bce diff --git a/devel/g-wrap/files/patch-sum b/devel/g-wrap/files/patch-sum index 189e81ee6d7..2bc27d886d6 100644 --- a/devel/g-wrap/files/patch-sum +++ b/devel/g-wrap/files/patch-sum @@ -1,5 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/06/26 16:57:08 rh Exp $ +$NetBSD: patch-sum,v 1.2 2000/08/15 02:18:49 jlam Exp $ -MD5 (patch-aa) = c63cda0a8e8309d249d37307dffc4594 MD5 (patch-ab) = 5ae1877e5cf60bcc888a523086be1000 MD5 (patch-ac) = 07fe4ca0d97222e6b2593fb223473f5b diff --git a/devel/g-wrap/patches/patch-aa b/devel/g-wrap/patches/patch-aa deleted file mode 100644 index 8ee22a92881..00000000000 --- a/devel/g-wrap/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/06/26 16:57:09 rh Exp $ - ---- configure.orig Wed Jun 21 22:47:58 2000 -+++ configure Mon Jun 26 17:41:03 2000 -@@ -1593,6 +1593,7 @@ - echo "$ac_t""no" 1>&6 - fi - -+if false; then - # Extract the first word of "rs", so it can be a program name with args. - set dummy rs; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -@@ -1621,6 +1622,9 @@ - test -z "$ac_cv_path_RSCHEME" && ac_cv_path_RSCHEME="nope" - ;; - esac -+fi -+else -+ ac_cv_path_RSCHEME="nope" - fi - RSCHEME="$ac_cv_path_RSCHEME" - if test -n "$RSCHEME"; then |