head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.1; locks; strict; comment @# @; 1.4 date 2000.12.11.14.15.37; author wiz; state dead; branches; next 1.3; 1.3 date 2000.06.26.17.03.09; author rh; state Exp; 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.4 log @Add new finance category to main Makefile; remove moved packages from old locations (moved to finance). @ text @$NetBSD: patch-ag,v 1.3 2000/06/26 17:03:09 rh Exp $ --- src/engine/util.h.orig Thu Jun 8 23:22:11 2000 +++ src/engine/util.h Mon Jun 26 17:10:40 2000 @@@@ -34,6 +34,7 @@@@ #include #include #include +#include #include "gnc-common.h" @ 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 @d1 1 a1 1 $NetBSD$ @ 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 @d3 5 a7 5 --- src/engine/util.h.orig Thu May 4 16:27:13 2000 +++ src/engine/util.h Thu May 4 16:27:32 2000 @@@@ -28,6 +28,7 @@@@ #define __XACC_UTIL_H__ d10 1 a10 1 #include "config.h" @ 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 9 a11 8 --- ./src/swig/guile/Makefile.in.orig Mon Nov 23 00:08:33 1998 +++ ./src/swig/guile/Makefile.in Sun Feb 27 21:23:21 2000 @@@@ -31,5 +31,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@@ a12 1 CFLAGS = @@CFLAGS@@ @@X_CFLAGS@@ -DCELL_WIDGETS=1 ${INCLPATH} -Wno-unused @