Mon Dec 5 03:34:10 2011 UTC ()
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.


(gdt)
diff -r1.58 -r1.59 pkgsrc/devel/g-wrap/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/g-wrap/PLIST
diff -r1.21 -r1.22 pkgsrc/devel/g-wrap/distinfo
diff -r1.8 -r0 pkgsrc/devel/g-wrap/patches/patch-aa

cvs diff -r1.58 -r1.59 pkgsrc/devel/g-wrap/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/g-wrap/Makefile 2011/04/22 13:43:18 1.58
+++ pkgsrc/devel/g-wrap/Makefile 2011/12/05 03:34:10 1.59
@@ -1,28 +1,27 @@ @@ -1,28 +1,27 @@
1# $NetBSD: Makefile,v 1.58 2011/04/22 13:43:18 obache Exp $ 1# $NetBSD: Makefile,v 1.59 2011/12/05 03:34:10 gdt Exp $
2 2
3DISTNAME= g-wrap-1.9.12 3DISTNAME= g-wrap-1.9.14
4PKGREVISION= 4 
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= http://savannah.nongnu.org/download/g-wrap/ 5MASTER_SITES= http://savannah.nongnu.org/download/g-wrap/
7 6
8MAINTAINER= gdt@NetBSD.org 7MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= http://www.nongnu.org/g-wrap/ 8HOMEPAGE= http://www.nongnu.org/g-wrap/
10COMMENT= Tool for generating guile wrappers for C code 9COMMENT= Tool for generating guile wrappers for C code
11 10
12PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
13 12
14# not sure 13# not sure
15MAKE_JOBS_SAFE= no 14#MAKE_JOBS_SAFE= no
16 15
17DEPENDS+= guile-lib>=0.1.2:../../devel/guile-lib 16DEPENDS+= guile-lib>=0.1.2:../../devel/guile-lib
18 17
19GNU_CONFIGURE= YES 18GNU_CONFIGURE= YES
20USE_TOOLS+= gmake makeinfo pkg-config 19USE_TOOLS+= gmake makeinfo pkg-config
21USE_LIBTOOL= YES 20USE_LIBTOOL= YES
22TEST_TARGET= check 21TEST_TARGET= check
23INFO_FILES= YES 22INFO_FILES= YES
24 23
25INSTALLATION_DIRS= share/guile/site/g-wrap/guile/ws 24INSTALLATION_DIRS= share/guile/site/g-wrap/guile/ws
26 25
27.include "../../devel/glib2/buildlink3.mk" 26.include "../../devel/glib2/buildlink3.mk"
28.include "../../devel/libffi/buildlink3.mk" 27.include "../../devel/libffi/buildlink3.mk"

cvs diff -r1.17 -r1.18 pkgsrc/devel/g-wrap/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/g-wrap/PLIST 2009/06/14 17:48:44 1.17
+++ pkgsrc/devel/g-wrap/PLIST 2011/12/05 03:34:10 1.18
@@ -1,34 +1,36 @@ @@ -1,34 +1,36 @@
1@comment $NetBSD: PLIST,v 1.17 2009/06/14 17:48:44 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.18 2011/12/05 03:34:10 gdt Exp $
 2@comment $NetBSD: PLIST,v 1.18 2011/12/05 03:34:10 gdt Exp $
2bin/g-wrap-config 3bin/g-wrap-config
3include/g-wrap-wct.h 4include/g-wrap-wct.h
4include/g-wrap/core-runtime.h 5include/g-wrap/core-runtime.h
5include/g-wrap/ffi-support.h 6include/g-wrap/ffi-support.h
6include/g-wrap/guile-compatibility.h 7include/g-wrap/guile-compatibility.h
7include/g-wrap/guile-runtime.h 8include/g-wrap/guile-runtime.h
8include/g-wrap/guile-wct.h 9include/g-wrap/guile-wct.h
9info/g-wrap.info 10info/g-wrap.info
10lib/g-wrap/modules/libgw-guile-standard.la 
11lib/g-wrap/modules/libgw-guile-gw-glib.la 11lib/g-wrap/modules/libgw-guile-gw-glib.la
 12lib/g-wrap/modules/libgw-guile-standard.la
12lib/libgwrap-core-runtime.la 13lib/libgwrap-core-runtime.la
13lib/libgwrap-guile-runtime.la 14lib/libgwrap-guile-runtime.la
14lib/pkgconfig/g-wrap-2.0-guile.pc 15lib/pkgconfig/g-wrap-2.0-guile.pc
 16man/man1/g-wrap-config.1
15share/aclocal/g-wrap.m4 17share/aclocal/g-wrap.m4
16share/guile/site/g-wrap.scm 18share/guile/site/g-wrap.scm
17share/guile/site/g-wrap/c-codegen.scm 19share/guile/site/g-wrap/c-codegen.scm
18share/guile/site/g-wrap/c-types.scm 20share/guile/site/g-wrap/c-types.scm
19share/guile/site/g-wrap/compat.scm 21share/guile/site/g-wrap/compat.scm
20share/guile/site/g-wrap/config.scm 22share/guile/site/g-wrap/config.scm
21share/guile/site/g-wrap/enumeration.scm 23share/guile/site/g-wrap/enumeration.scm
22share/guile/site/g-wrap/guile.scm 24share/guile/site/g-wrap/guile.scm
23share/guile/site/g-wrap/guile/ws/standard.scm 25share/guile/site/g-wrap/guile/ws/standard.scm
24share/guile/site/g-wrap/gw-glib.scm 
25share/guile/site/g-wrap/gw-glib-spec.scm 26share/guile/site/g-wrap/gw-glib-spec.scm
 27share/guile/site/g-wrap/gw-glib.scm
26share/guile/site/g-wrap/gw-standard-spec.scm 28share/guile/site/g-wrap/gw-standard-spec.scm
27share/guile/site/g-wrap/gw-wct-spec.scm 29share/guile/site/g-wrap/gw-wct-spec.scm
28share/guile/site/g-wrap/gw-wct.scm 30share/guile/site/g-wrap/gw-wct.scm
29share/guile/site/g-wrap/gw/standard.scm 31share/guile/site/g-wrap/gw/standard.scm
30share/guile/site/g-wrap/rti.scm 32share/guile/site/g-wrap/rti.scm
31share/guile/site/g-wrap/scm-codegen.scm 33share/guile/site/g-wrap/scm-codegen.scm
32share/guile/site/g-wrap/simple-type.scm 34share/guile/site/g-wrap/simple-type.scm
33share/guile/site/g-wrap/util.scm 35share/guile/site/g-wrap/util.scm
34share/guile/site/g-wrap/ws/standard.scm 36share/guile/site/g-wrap/ws/standard.scm

cvs diff -r1.21 -r1.22 pkgsrc/devel/g-wrap/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/g-wrap/distinfo 2009/02/24 02:30:23 1.21
+++ pkgsrc/devel/g-wrap/distinfo 2011/12/05 03:34:10 1.22
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.21 2009/02/24 02:30:23 gdt Exp $ 1$NetBSD: distinfo,v 1.22 2011/12/05 03:34:10 gdt Exp $
2 2
3SHA1 (g-wrap-1.9.12.tar.gz) = eef8be1f4a7f97d5765c64f152b6795c56c6cdde 3SHA1 (g-wrap-1.9.14.tar.gz) = 3d756a0db20f6c8e2720f763ccc22291897da7ae
4RMD160 (g-wrap-1.9.12.tar.gz) = fd0606e249dd3649f5e0ab3f66b31f344736e73e 4RMD160 (g-wrap-1.9.14.tar.gz) = 87d84720a89f87c16e061c0c697382654ac8ca30
5Size (g-wrap-1.9.12.tar.gz) = 628088 bytes 5Size (g-wrap-1.9.14.tar.gz) = 655812 bytes
6SHA1 (patch-aa) = d8e980b3fbf234f29a0d51177d36544a99b3e947 

File Deleted: pkgsrc/devel/g-wrap/patches/Attic/patch-aa