summaryrefslogtreecommitdiff
path: root/devel/g-wrap/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-01 15:12:44 +0000
committertron <tron@pkgsrc.org>2001-07-01 15:12:44 +0000
commit925d2eef5f9e881506898d973d1c7bda8c3375a6 (patch)
treed69f488d79334441661dd59bbf96978d720d7f63 /devel/g-wrap/patches
parentf3f08bb542caec8a4bf79752f7adbbcff394ac1b (diff)
downloadpkgsrc-925d2eef5f9e881506898d973d1c7bda8c3375a6.tar.gz
Update "g-wrap" package to version 1.1.10. A very extensive list of
changes is available in the "ChangeLog" file.
Diffstat (limited to 'devel/g-wrap/patches')
-rw-r--r--devel/g-wrap/patches/patch-aa22
-rw-r--r--devel/g-wrap/patches/patch-ab6
-rw-r--r--devel/g-wrap/patches/patch-ac12
-rw-r--r--devel/g-wrap/patches/patch-ad19
4 files changed, 50 insertions, 9 deletions
diff --git a/devel/g-wrap/patches/patch-aa b/devel/g-wrap/patches/patch-aa
new file mode 100644
index 00000000000..68e7d5737e2
--- /dev/null
+++ b/devel/g-wrap/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.3 2001/07/01 15:12:45 tron Exp $
+
+--- g-wrapped/Makefile.in.orig Thu Apr 12 05:14:17 2001
++++ g-wrapped/Makefile.in Sun Jul 1 16:55:14 2001
+@@ -107,7 +107,7 @@
+ gwrappedmodule_LTLIBRARIES = libgw-runtime.la
+ libgw_runtime_la_SOURCES = gw-runtime.c
+ libgw_runtime_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic
+-libgw_runtime_la_LIBADD = @GUILE_LIBS@ -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile
++libgw_runtime_la_LIBADD = @GUILE_LIBS@ -L$(LOCALPWD)/../libruntime-guile -lg-wrap-runtime-guile
+
+ CLEANFILES = gw-runtime.h gw-runtime.c gw-runtime.html
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -366,7 +366,7 @@
+ #END TEMP JUNK ===============================================================
+
+ # This must be built before we can build the examples...
+-$(LOCALPWD)/../libruntime-guile/.libs/libg-wrap-runtime-guile.so:
++$(LOCALPWD)/../libruntime-guile/libg-wrap-runtime-guile.so:
+ (cd ../libruntime-guile && ${MAKE})
+
+ # include a dependency on g-wrap so we're sure we built everything.
diff --git a/devel/g-wrap/patches/patch-ab b/devel/g-wrap/patches/patch-ab
index f1d80072268..8bda509e808 100644
--- a/devel/g-wrap/patches/patch-ab
+++ b/devel/g-wrap/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/06/26 16:57:09 rh Exp $
+$NetBSD: patch-ab,v 1.2 2001/07/01 15:12:45 tron Exp $
---- g-wrap-config.in.orig Wed Apr 12 21:06:56 2000
-+++ g-wrap-config.in Mon Jun 26 17:45:02 2000
+--- bin/g-wrap-config.in.orig Wed Apr 12 21:06:56 2000
++++ bin/g-wrap-config.in Mon Jun 26 17:45:02 2000
@@ -52,7 +52,7 @@
(begin
(if static?
diff --git a/devel/g-wrap/patches/patch-ac b/devel/g-wrap/patches/patch-ac
index 926d2e0e236..dd1ba50b737 100644
--- a/devel/g-wrap/patches/patch-ac
+++ b/devel/g-wrap/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.1.1.1 2000/06/26 16:57:09 rh Exp $
+$NetBSD: patch-ac,v 1.2 2001/07/01 15:12:45 tron Exp $
---- Makefile.in.orig Wed Jun 21 23:59:21 2000
-+++ Makefile.in Mon Jun 26 17:52:19 2000
-@@ -427,7 +427,7 @@
+--- bin/Makefile.in.orig Thu Apr 12 05:14:14 2001
++++ bin/Makefile.in Sun Jul 1 16:16:37 2001
+@@ -232,7 +232,7 @@
sed < $@.in > $@.tmp \
-e 's:@-GUILE-@:${GUILE}:' \
-e 's:@-VERSION-@:${VERSION}:' \
- -e 's:@-libdir-@:${libdir}:' \
+ -e 's:@-libdir-@:${libdir}:g' \
- -e 's:@-includedir-@:${includedir}:'
+ -e 's:@-includedir-@:${includedir}:' \
+ -e 's:@-GUILE_MODULE_DIR-@:${GUILEMODDIR}:'
chmod +x $@.tmp
- mv $@.tmp $@
diff --git a/devel/g-wrap/patches/patch-ad b/devel/g-wrap/patches/patch-ad
new file mode 100644
index 00000000000..c36b7d67904
--- /dev/null
+++ b/devel/g-wrap/patches/patch-ad
@@ -0,0 +1,19 @@
+$NetBSD: patch-ad,v 1.1 2001/07/01 15:12:45 tron Exp $
+
+--- 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
+
+ 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