head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2-base:1.3 netbsd-1-4-PATCH002:1.1; locks; strict; comment @# @; 1.3 date 2000.06.26.17.03.10; author rh; state dead; branches; next 1.2; 1.2 date 2000.05.13.06.21.02; author rh; state Exp; branches; next 1.1; 1.1 date 2000.02.28.02.34.44; author dmcmahill; state Exp; branches; next ; desc @@ 1.3 log @Update gnucash to 1.4.1 Changes include: * bug fixes * translations are loaded correctly * totally revamped interface, customizable from within the GUI * transaction auto-completion * New reporting system, including several new reports and much improved existing ones * internationalisation * new Japanese translations * updated documentation * fixes for 64-bit architectures * user interface improvements @ text @$NetBSD: patch-ah,v 1.2 2000/05/13 06:21:02 rh Exp $ --- lib/g-wrap/Makefile.in.orig Fri Mar 31 04:52:58 2000 +++ lib/g-wrap/Makefile.in Wed May 10 10:04:42 2000 @@@@ -86,7 +86,7 @@@@ RS_SCRIPT = @@RS_SCRIPT@@ VERSION = @@VERSION@@ -SUBDIRS = doc g-scan guile rscheme +SUBDIRS = doc g-scan guile # rscheme EXTRA_DIST = VERSION THANKS README README.g-translate include_HEADERS = g-wrap.h ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @ 1.2 log @Update gnucash to 1.3.7 from PR 10091 by David Rankin. Changes include tons of new features and bugfixes that are too numerous to list here. For more information, see the homepage for the package. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @-break out patches to ./src/motif/Makefile.in to its own patch. -add entries to several Makefile.in's to include the correct include path for guile includes (as determined by configure) @ text @d3 5 a7 8 --- ./src/guile/Makefile.in.orig Sat Dec 19 03:16:25 1998 +++ ./src/guile/Makefile.in Sun Feb 27 21:24:16 2000 @@@@ -36,5 +36,6 @@@@ -I@@top_srcdir@@/lib/ComboBox-1.33 \ -I@@top_srcdir@@/lib/Xbae-4.6.2-linas \ - -I$(prefix)/include + -I$(prefix)/include \ + @@GUILE_INC@@ d9 5 a13 1 CFLAGS = @@CFLAGS@@ @@X_CFLAGS@@ -DCELL_WIDGETS=1 ${INCLPATH} @