head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.10
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.8
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.4.0.6
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q2:1.4.0.4
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2009Q4:1.4.0.2
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2008Q4:1.3.0.18
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.16
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.14
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.12
	pkgsrc-2008Q2-base:1.3
	cwrapper:1.3.0.10
	pkgsrc-2008Q1:1.3.0.8
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.6
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.4
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.2
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.2.0.28
	pkgsrc-2007Q1-base:1.2
	pkgsrc-2006Q4:1.2.0.26
	pkgsrc-2006Q4-base:1.2
	pkgsrc-2006Q3:1.2.0.24
	pkgsrc-2006Q3-base:1.2
	pkgsrc-2006Q2:1.2.0.22
	pkgsrc-2006Q2-base:1.2
	pkgsrc-2006Q1:1.2.0.20
	pkgsrc-2006Q1-base:1.2
	pkgsrc-2005Q4:1.2.0.18
	pkgsrc-2005Q4-base:1.2
	pkgsrc-2005Q3:1.2.0.16
	pkgsrc-2005Q3-base:1.2
	pkgsrc-2005Q2:1.2.0.14
	pkgsrc-2005Q2-base:1.2
	pkgsrc-2005Q1:1.2.0.12
	pkgsrc-2005Q1-base:1.2
	pkgsrc-2004Q4:1.2.0.10
	pkgsrc-2004Q4-base:1.2
	pkgsrc-2004Q3:1.2.0.8
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.2.0.6
	pkgsrc-2004Q2-base:1.2
	pkgsrc-2004Q1:1.2.0.4
	pkgsrc-2004Q1-base:1.2
	pkgsrc-2003Q4:1.2.0.2
	pkgsrc-2003Q4-base:1.2
	netbsd-1-6:1.1.0.8
	netbsd-1-6-RELEASE-base:1.1
	pkgviews:1.1.0.4
	pkgviews-base:1.1
	buildlink2:1.1.0.2
	buildlink2-base:1.1
	netbsd-1-5-PATCH003:1.1;
locks; strict;
comment	@# @;


1.4
date	2009.02.20.00.42.51;	author gdt;	state dead;
branches;
next	1.3;

1.3
date	2007.05.17.23.59.35;	author gdt;	state Exp;
branches;
next	1.2;

1.2
date	2002.08.21.00.21.57;	author mjl;	state dead;
branches;
next	1.1;

1.1
date	2001.07.01.15.12.45;	author tron;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to 1.9.11.

Version 1.9.11

    - Fix `double' return value handling on big-endian platforms.

    - libffi is no longer distributed with g-wrap, as it is available
      as a stand-alone package now (instead of being burried in the
      GCC sources).

Version 1.9.10

    - Fix WCT nullable behaviour for 'new' (i.e. non-compat) wrapsets;
      there is now a SRFI-39 parameter 'gw-wcts-nullable?' controlling
      the nullable behaviour; this parameter is #f by default, and set
      to #t when generating compat wrapsets.
@
text
@$NetBSD: patch-ad,v 1.3 2007/05/17 23:59:35 gdt Exp $

--- guile/examples/Makefile.am.orig	2007-04-13 13:35:30.000000000 -0400
+++ guile/examples/Makefile.am
@@@@ -5,7 +5,7 @@@@ libmiscutils_la_SOURCES = miscutils.c mi
 
 lib_LTLIBRARIES += libgw-guile-miscutils.la
 libgw_guile_miscutils_la_SOURCES = miscutils-guile.c miscutils-guile.h gw-miscutils.c
-libgw_guile_miscutils_la_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/guile
+libgw_guile_miscutils_la_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/guile -I$(top_srcdir)/libffi/include
 libgw_guile_miscutils_la_LDFLAGS = -module
 libgw_guile_miscutils_la_LIBADD = libmiscutils.la \
 				  $(top_builddir)/guile/g-wrap/libgwrap-guile-runtime.la \
@


1.3
log
@Update to 1.9.8. This update breaks gnucash, which now uses
devel/g-wrap196 instead.  Changes since 1.9.6:

Version 1.9.8

  - New feature: function flags. At the moment there is a single flag
    specifying whether to leave "Guile mode" when calling the wrapper
    functions. See the Guile manual on "scm_without_guile" for more
    information.

  - Don't rely on libc to provide (v)asprintf, take the implementation
    from gnulib.

  - The minimal GLib bindings now build against GLib 2.x. However,
    their use is deprecated in favour of the much more complete GLib
    bindings in guile-gnome
    (http://www.gnu.org/software/guile-gnome/).

Version 1.9.7

  - The shared libraries now reside in $(pkglibdir)/modules
    (e.g. /usr/lib/g-wrap/modules).

  - Users are now allowed to chose in which module generic functions
    should be defined.

  - New feature: aggregated typespecs.  See the node `Wrapping a C
    Function' of the manual for details.

  - Users can now specify a free and a mark function, as well as an
    equality predicate for wrapped C types (WCTs) in `wrap-as-wct!'.

  - Improved documentation with an API reference (yet to be finished).

  - Several bugfixes.
@
text
@d1 1
a1 1
$NetBSD$
@


1.2
log
@Update g-wrap to 1.2.1. Changes are built-time tweaks only and a
version number bump. 1.2.x is required for gnucash.
@
text
@d1 1
a1 1
$NetBSD: patch-ad,v 1.1 2001/07/01 15:12:45 tron Exp $
d3 3
a5 8
--- test/Makefile.in.orig	Thu Apr 12 05:14:22 2001
+++ test/Makefile.in	Sun Jul  1 16:56:11 2001
@@@@ -105,12 +105,12 @@@@
 noinst_LTLIBRARIES =  libgw-test-parent.la libgw-test-child.la
 libgw_test_parent_la_SOURCES = gw-test-parent.c gw-test-parent-code.c
 libgw_test_parent_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic
-libgw_test_parent_la_LIBADD =    -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile
+libgw_test_parent_la_LIBADD =    -L$(LOCALPWD)/../libruntime-guile -lg-wrap-runtime-guile
d7 7
a13 8
 CLEANFILES =  gw-test-parent.h gw-test-parent.c gw-test-parent.html gw-test-parent-autogen.h gw-test-child.h gw-test-child.c gw-test-child.html gw-test-child-autogen.h
 libgw_test_child_la_SOURCES = gw-test-child.c gw-test-child-code.c
 libgw_test_child_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic
-libgw_test_child_la_LIBADD =    -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile
+libgw_test_child_la_LIBADD =    -L$(LOCALPWD)/../libruntime-guile -lg-wrap-runtime-guile
 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../conf.h
@


1.1
log
@Update "g-wrap" package to version 1.1.10. A very extensive list of
changes is available in the "ChangeLog" file.
@
text
@d1 1
a1 1
$NetBSD$
@

