summaryrefslogtreecommitdiff
path: root/devel/g-wrap/patches
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2009-02-24 02:30:23 +0000
committergdt <gdt@pkgsrc.org>2009-02-24 02:30:23 +0000
commit1d8e187b1ec358433f36e8a24754fad60f8d1c6c (patch)
treeff9ed8340b277c835a7c6f67fd1f62b604a41849 /devel/g-wrap/patches
parentec54cb26efa1ae5ccb3c29b71da9f218a0e7b2fd (diff)
downloadpkgsrc-1d8e187b1ec358433f36e8a24754fad60f8d1c6c.tar.gz
Update to 1.9.12. Only listed change is pkgconfig bugfix that was in
patch-ab.
Diffstat (limited to 'devel/g-wrap/patches')
-rw-r--r--devel/g-wrap/patches/patch-aa13
-rw-r--r--devel/g-wrap/patches/patch-ab12
2 files changed, 8 insertions, 17 deletions
diff --git a/devel/g-wrap/patches/patch-aa b/devel/g-wrap/patches/patch-aa
index 49ecec1a0f3..04e29baa90e 100644
--- a/devel/g-wrap/patches/patch-aa
+++ b/devel/g-wrap/patches/patch-aa
@@ -1,12 +1,15 @@
-$NetBSD: patch-aa,v 1.7 2005/02/27 13:19:20 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2009/02/24 02:30:23 gdt Exp $
---- g-wrap/Makefile.in.orig 2005-01-25 13:35:45.000000000 +0100
+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
-@@ -352,6 +352,7 @@ uninstall-info-am:
+@@ -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"
+ 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; \
diff --git a/devel/g-wrap/patches/patch-ab b/devel/g-wrap/patches/patch-ab
deleted file mode 100644
index 4eccff91b8c..00000000000
--- a/devel/g-wrap/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.11 2009/02/20 01:16:27 gdt Exp $
-
---- guile/g-wrap-2.0-guile.pc.in.orig 2007-08-14 09:21:29.000000000 -0400
-+++ guile/g-wrap-2.0-guile.pc.in
-@@ -11,5 +11,5 @@ module_directory=@GUILEMODDIR@
- Name: G-Wrap
- Description: A Guile wrapper generator
- Version: @VERSION@
--Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@ @LIBFFI_LIBS_INSTALLED@
--Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS_INSTALLED@
-+Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@ @LIBFFI_LIBS@
-+Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS@