pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/g-wrap add patch to fix pkg-config file lossage ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc98fec568e4
branches:  trunk
changeset: 554764:dc98fec568e4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Feb 20 01:16:27 2009 +0000

description:
add patch to fix pkg-config file lossage due to incomplete conversion to real libffi

diffstat:

 devel/g-wrap/Makefile         |   4 ++--
 devel/g-wrap/distinfo         |   4 ++--
 devel/g-wrap/patches/patch-ab |  12 ++++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r 2d645185df8d -r dc98fec568e4 devel/g-wrap/Makefile
--- a/devel/g-wrap/Makefile     Fri Feb 20 00:50:10 2009 +0000
+++ b/devel/g-wrap/Makefile     Fri Feb 20 01:16:27 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2009/02/20 00:50:10 gdt Exp $
+# $NetBSD: Makefile,v 1.53 2009/02/20 01:16:27 gdt Exp $
 
 DISTNAME=      g-wrap-1.9.11
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  http://savannah.nongnu.org/download/g-wrap/
 
diff -r 2d645185df8d -r dc98fec568e4 devel/g-wrap/distinfo
--- a/devel/g-wrap/distinfo     Fri Feb 20 00:50:10 2009 +0000
+++ b/devel/g-wrap/distinfo     Fri Feb 20 01:16:27 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2009/02/20 00:42:51 gdt Exp $
+$NetBSD: distinfo,v 1.20 2009/02/20 01:16:27 gdt Exp $
 
 SHA1 (g-wrap-1.9.11.tar.gz) = 7d7dcc808cb4f60932869cb14fa65f92dcdea65b
 RMD160 (g-wrap-1.9.11.tar.gz) = 410bdc829c814fb534185934cff55052cf1ff711
 Size (g-wrap-1.9.11.tar.gz) = 625359 bytes
 SHA1 (patch-aa) = 57ee87da372c0d43f384767d7b585a7d09b87b8b
-SHA1 (patch-ae) = 69e350900fc59024cddac5b137582439d1edabaf
+SHA1 (patch-ab) = 3ea250c0119e65b68a67fdf82439b1898aaf37e1
diff -r 2d645185df8d -r dc98fec568e4 devel/g-wrap/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/g-wrap/patches/patch-ab     Fri Feb 20 01:16:27 2009 +0000
@@ -0,0 +1,12 @@
+$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@



Home | Main Index | Thread Index | Old Index