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.
This commit is contained in:
parent
71c95c2e4d
commit
d0f82d6f2a
5 changed files with 8 additions and 49 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
|
@ -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
|
Loading…
Reference in a new issue