diff options
author | gdt <gdt@pkgsrc.org> | 2011-12-05 03:34:10 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-12-05 03:34:10 +0000 |
commit | 9fb35c93c0c1f3f3a6c822cb45bde66a875bf3b0 (patch) | |
tree | c4f88aac9846f0fb4c9285ee6315c879a427c40e /devel/g-wrap/Makefile | |
parent | a58ecbcc25925dfce36b1778197de2d409a71b80 (diff) | |
download | pkgsrc-9fb35c93c0c1f3f3a6c822cb45bde66a875bf3b0.tar.gz |
Update to 1.9.14.
Drop patch-aa, as
./work/.destdir/usr/pkg/share/guile/site/g-wrap/ws
is created by the install without help.
Version 1.9.14
- Guile 2.0 is now supported.
- G-Wrap no longer ships SRFI 34 and SRFI 35 implementations, as
these have been both provided by Guile since 1.8.3.
Version 1.9.13
- Fix the dependency declaration on libffi in the g-wrap-2.0-guile
pkg-config file.
- An alignment issue leading to testsuite failures on sparc has
been fixed.
- The g-wrap-config manpage from the Debian package is now
included in the source, and installed.
Diffstat (limited to 'devel/g-wrap/Makefile')
-rw-r--r-- | devel/g-wrap/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index b8ed7cb0858..a423b3b833a 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2011/04/22 13:43:18 obache Exp $ +# $NetBSD: Makefile,v 1.59 2011/12/05 03:34:10 gdt Exp $ -DISTNAME= g-wrap-1.9.12 -PKGREVISION= 4 +DISTNAME= g-wrap-1.9.14 CATEGORIES= devel MASTER_SITES= http://savannah.nongnu.org/download/g-wrap/ @@ -12,7 +11,7 @@ COMMENT= Tool for generating guile wrappers for C code PKG_DESTDIR_SUPPORT= user-destdir # not sure -MAKE_JOBS_SAFE= no +#MAKE_JOBS_SAFE= no DEPENDS+= guile-lib>=0.1.2:../../devel/guile-lib |