summaryrefslogtreecommitdiff
path: root/devel/g-wrap
diff options
context:
space:
mode:
authorgdt <gdt>2011-12-05 03:34:10 +0000
committergdt <gdt>2011-12-05 03:34:10 +0000
commit1dddda9493d192eb1596abf740e53006033da15b (patch)
treec4f88aac9846f0fb4c9285ee6315c879a427c40e /devel/g-wrap
parent84137b494335aa71d426ed6438ebe934ad39a9e1 (diff)
downloadpkgsrc-1dddda9493d192eb1596abf740e53006033da15b.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')
-rw-r--r--devel/g-wrap/Makefile7
-rw-r--r--devel/g-wrap/PLIST8
-rw-r--r--devel/g-wrap/distinfo9
-rw-r--r--devel/g-wrap/patches/patch-aa15
4 files changed, 12 insertions, 27 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
diff --git a/devel/g-wrap/PLIST b/devel/g-wrap/PLIST
index 0ccaa9513dd..80987d9f130 100644
--- a/devel/g-wrap/PLIST
+++ b/devel/g-wrap/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.17 2009/06/14 17:48:44 joerg Exp $
+@comment $NetBSD: PLIST,v 1.18 2011/12/05 03:34:10 gdt Exp $
+@comment $NetBSD: PLIST,v 1.18 2011/12/05 03:34:10 gdt Exp $
bin/g-wrap-config
include/g-wrap-wct.h
include/g-wrap/core-runtime.h
@@ -7,11 +8,12 @@ include/g-wrap/guile-compatibility.h
include/g-wrap/guile-runtime.h
include/g-wrap/guile-wct.h
info/g-wrap.info
-lib/g-wrap/modules/libgw-guile-standard.la
lib/g-wrap/modules/libgw-guile-gw-glib.la
+lib/g-wrap/modules/libgw-guile-standard.la
lib/libgwrap-core-runtime.la
lib/libgwrap-guile-runtime.la
lib/pkgconfig/g-wrap-2.0-guile.pc
+man/man1/g-wrap-config.1
share/aclocal/g-wrap.m4
share/guile/site/g-wrap.scm
share/guile/site/g-wrap/c-codegen.scm
@@ -21,8 +23,8 @@ share/guile/site/g-wrap/config.scm
share/guile/site/g-wrap/enumeration.scm
share/guile/site/g-wrap/guile.scm
share/guile/site/g-wrap/guile/ws/standard.scm
-share/guile/site/g-wrap/gw-glib.scm
share/guile/site/g-wrap/gw-glib-spec.scm
+share/guile/site/g-wrap/gw-glib.scm
share/guile/site/g-wrap/gw-standard-spec.scm
share/guile/site/g-wrap/gw-wct-spec.scm
share/guile/site/g-wrap/gw-wct.scm
diff --git a/devel/g-wrap/distinfo b/devel/g-wrap/distinfo
index 1b1228fecc0..530e37042ce 100644
--- a/devel/g-wrap/distinfo
+++ b/devel/g-wrap/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.21 2009/02/24 02:30:23 gdt Exp $
+$NetBSD: distinfo,v 1.22 2011/12/05 03:34:10 gdt Exp $
-SHA1 (g-wrap-1.9.12.tar.gz) = eef8be1f4a7f97d5765c64f152b6795c56c6cdde
-RMD160 (g-wrap-1.9.12.tar.gz) = fd0606e249dd3649f5e0ab3f66b31f344736e73e
-Size (g-wrap-1.9.12.tar.gz) = 628088 bytes
-SHA1 (patch-aa) = d8e980b3fbf234f29a0d51177d36544a99b3e947
+SHA1 (g-wrap-1.9.14.tar.gz) = 3d756a0db20f6c8e2720f763ccc22291897da7ae
+RMD160 (g-wrap-1.9.14.tar.gz) = 87d84720a89f87c16e061c0c697382654ac8ca30
+Size (g-wrap-1.9.14.tar.gz) = 655812 bytes
diff --git a/devel/g-wrap/patches/patch-aa b/devel/g-wrap/patches/patch-aa
deleted file mode 100644
index 04e29baa90e..00000000000
--- a/devel/g-wrap/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2009/02/24 02:30:23 gdt Exp $
-
-As of 20090223, patch not yet sent upstream. It is not clear why it
-is needed, and if it's recovering from a Makefile.am bug.
-
---- g-wrap/Makefile.in.orig 2009-02-20 09:27:40.000000000 -0500
-+++ g-wrap/Makefile.in
-@@ -416,6 +416,7 @@ clean-libtool:
- install-nobase_gwrapmoduleDATA: $(nobase_gwrapmodule_DATA)
- @$(NORMAL_INSTALL)
- test -z "$(gwrapmoduledir)" || $(MKDIR_P) "$(DESTDIR)$(gwrapmoduledir)"
-+ test -z "$(gwrapmoduledir)/ws" || $(MKDIR_P) "$(DESTDIR)$(gwrapmoduledir)/ws"
- @$(am__vpath_adj_setup) \
- list='$(nobase_gwrapmodule_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \