summaryrefslogtreecommitdiff
path: root/devel/g-wrap
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2002-08-21 00:21:56 +0000
committermjl <mjl@pkgsrc.org>2002-08-21 00:21:56 +0000
commitd0f82d6f2a3df47614689d7b9af650a7b3d9ff4d (patch)
treee530b1d6f31748df189d39f21cf749dfee9338db /devel/g-wrap
parent71c95c2e4dc2366af53a6a60126e713844fe442a (diff)
downloadpkgsrc-d0f82d6f2a3df47614689d7b9af650a7b3d9ff4d.tar.gz
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.
Diffstat (limited to 'devel/g-wrap')
-rw-r--r--devel/g-wrap/Makefile4
-rw-r--r--devel/g-wrap/PLIST4
-rw-r--r--devel/g-wrap/distinfo8
-rw-r--r--devel/g-wrap/patches/patch-aa22
-rw-r--r--devel/g-wrap/patches/patch-ad19
5 files changed, 8 insertions, 49 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index 242e95fa389..fee2b42b57e 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2001/12/19 10:00:25 agc Exp $
+# $NetBSD: Makefile,v 1.9 2002/08/21 00:21:56 mjl Exp $
-DISTNAME= g-wrap-1.1.10
+DISTNAME= g-wrap-1.2.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnucash.org/pub/g-wrap/source/
diff --git a/devel/g-wrap/PLIST b/devel/g-wrap/PLIST
index 3a2ce217af6..b90e459d519 100644
--- a/devel/g-wrap/PLIST
+++ b/devel/g-wrap/PLIST
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:23:34 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/08/21 00:21:56 mjl Exp $
bin/g-wrap-config
include/g-wrap-runtime-guile.h
info/g-wrap.info
+info/g-wrap.info-1
+info/g-wrap.info-2
lib/libg-wrap-runtime-guile.a
lib/libg-wrap-runtime-guile.la
lib/libg-wrap-runtime-guile.so
diff --git a/devel/g-wrap/distinfo b/devel/g-wrap/distinfo
index e42f5fb7ddf..c201f851488 100644
--- a/devel/g-wrap/distinfo
+++ b/devel/g-wrap/distinfo
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.3 2001/07/01 15:12:44 tron Exp $
+$NetBSD: distinfo,v 1.4 2002/08/21 00:21:56 mjl Exp $
-SHA1 (g-wrap-1.1.10.tar.gz) = f9bbb8d9cd6b48b8f197a54fce7e5ed20f669489
-Size (g-wrap-1.1.10.tar.gz) = 247345 bytes
-SHA1 (patch-aa) = 34cd0d5497c1b21f7d19e8d7b165549c8a49aad5
+SHA1 (g-wrap-1.2.1.tar.gz) = eeb497e8733ca9c98f79e3394e659ac0e714bda4
+Size (g-wrap-1.2.1.tar.gz) = 349469 bytes
SHA1 (patch-ab) = 947f9da5712f9ae562e56242f5844ea6d18436a6
SHA1 (patch-ac) = 098bb2e6c239b38afa40d28362cc553982ac3e38
-SHA1 (patch-ad) = bb60370857cfb5e9b6f13176b95a2b1c87d4b96f
diff --git a/devel/g-wrap/patches/patch-aa b/devel/g-wrap/patches/patch-aa
deleted file mode 100644
index 68e7d5737e2..00000000000
--- a/devel/g-wrap/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$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-ad b/devel/g-wrap/patches/patch-ad
deleted file mode 100644
index c36b7d67904..00000000000
--- a/devel/g-wrap/patches/patch-ad
+++ /dev/null
@@ -1,19 +0,0 @@
-$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