Commit graph

108 commits

Author SHA1 Message Date
wiz
5d6f935413 regen. 2005-10-20 14:18:58 +00:00
wiz
9ae94525bc Update to 1.8.12. Take up maintainership.
1.8.12 - 19 Oct 2005
 	 o Online Banking/HBCI improvements: Debit notes are fixed
 	 again; Bank-internal money transfers are now supported, if
 	 the HBCI bank offers them; Setup wizard can now works with
 	 HBCI, OFX-Connect, and other AqBanking backends; Fix
 	 character encoding issues in utf-8 locales; Fix date interval
 	 in the import transaction matcher for OFX and HBCI import;
 	 Fix PIN entry bug.
 	 o New currencies added: Romanian Leu, Bulgarian Lev, Malagasy Ariary
 	 o Fix problem with long date formats in some locales (bug#170444)
 	 o Add configure macros for mips, mipsel, arm, and m68k; Fix
 	 compilation on OpenBSD 64bit architectures
 	 o Updated translations: German, Italian, Kinyarwanda
2005-10-20 14:18:24 +00:00
wiz
697d64b79c Depend on p5-Finance-Quote instead of p5-finance-quote.
Bump PKGREVISION.
2005-10-19 23:33:37 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
wiz
8ec3d3a297 Add REPLACE_PERL line for dump-finance-quote script.
Bump PKGREVISION.
Remove unneeded comment while here.
2005-07-21 20:43:47 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
wiz
21cc822ae4 Fix path to guile-slib in DEPENDS. 2005-04-18 15:13:55 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
97e154dfc1 Add missing runtime dependency. PKGREVISION=2. 2005-03-30 11:15:46 +00:00
wiz
ea3c5dddf7 Use g-wrap-1.9.5 instead of 1.3.x series. Bump PKGREVISION. 2005-03-02 21:50:46 +00:00
agc
8cafa95e37 Add RMD160 digests in addition to the SHA1 ones. 2005-02-22 21:08:31 +00:00
wiz
60b6b88eb2 Update to 1.8.11:
1.8.11 - 06 Feb 2005
 	 o Add extra sanity checks and verbose error message if the setup
	 wizard of aqhbci cannot be found.
	 o Fix potentially missing initialization of gwenhywfar library, as
	 reported by Peter O'Gorman on Max OS X.
	 o Properly accumulate splits (bug #165053).  Also fixes a (related)
	 memory leak
	 o Add explicit dependency on business-utils.
	 o Adapt to latest changes in aqbanking; external wizard name is no
	 longer hard-coded here but is asked from aqbanking.
	 o Enable debit notes again in HBCI.
	 o Update German translation.
	 o Thomas Bushnell's patch to protect non-backup pruning (#164875)
	 o Add the transaction guid to some error warning messages.
	 o Fix HBCI date range for statement download.
	 o Fix the last-day-of-month computation for leap years.
2005-02-09 20:20:50 +00:00
wiz
da56694720 Fix path to perl after recent perl buildlinking. Bump PKGREVISION
now that gnucash starts again. Improve MESSAGE while here.
Thanks to minskim for hints how to fix this.
2005-01-02 22:28:48 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
wiz
c970c64d1d Update to 1.8.10.
Changes:
1.8.10 - 11 Dec 2004
 o Don't use C++/C99 declarations.  Declare variables at the top of
 the function.
 o Updated British English, Czech, Italian, Russian, German,
 Brazilian Portugese, Dutch, French, Spanish, translations.
 o Fabien COELHO's zero-balance patch to remove accounts of zero
 balance from the report.
 o Fix a broken recursion problem.  Don't call show-acct? from
 use-acct? so we don't recurse ad flictum.  This recursive call isn't
 necessary, just have use-acct? recurse unto itself.
 o look in ${srcdir} for build-config.scm.in
 o Work around problems with libltdl3.
 o don't automatically try to (require 'format), so gnucash will build
 on an slib-3 system.
 o Added quote sources for Indian Mutual Funds.
 o Skip the case when a token is the empty string. This caused many
 warnings about a NULL kvp_frame lookup.
 o Luigi Ballabio's automake patch to gnucash.m4
 o guile-1.6 complains about string->symbol when passed a symbol.
 o applied Vasil's patch to improve the transaction report for HTML
 export purposes.
 o Backport of CVS-head changes to improve register open performance
 when working with large account trees (>500 accounts).  The new code
 caches the quickfill tree so that it is shared by all register
 windows.
 o create gnc:current-saved-reports, as the file to store saved
 reports from cstim.  Autoload the saved-reports file at startup
 (after config.user/config.auto is loaded).
 o Added gnc:report-generate-saved-forms that will generate the scheme
 code necessary to create a new report from the saved options of an
 old report.
 o Added example Menu item "File -> Save all reports" that will call
 the new report saving function for all reports. This would need more
 work so that not all reports are saved but only the currently
 selected one -- any volunteer may feel free to add that.
 o Fix saving of report: It now appends to
 ~/.gnucash/saved-reports-1.8 Statusbar tip is now more verbose.
 o Add toolbar element for saving the current report.
 o Add function for saving one particular report to the
 ~/.gnucash/saved-reports-1.8 file. Add extra menu only for customized
 reports.
 o Remove the previous function for saving all reports since it is no
 longer necessary.
 o Apply David Reiser's patch for Quicken(tm) cheques with stub.
 o Apply David Grant's patch to add TD Efunds.
 o make the desktop file HIG compliant.
 o change the gtkhtml order to search for >= 1.1 before < 1.1, in
 order to try to fix #84707 on systems with multiple versions of
 gtkhtml.
 o Perry Smith's Null Account Patch.  Make sure the security is a real
 string before appending an account separator, so we don't try to
 create a "null" account.
 o Add option to include zero-amount splits in computations.
 o fix xaccAccountGetBalanceAsOfDate() to properly compute the balance
 at the end of the split list.
 o Major change for HBCI, back-ported from HEAD. The HBCI online
 banking is no longer based on the openhbci library but instead on the
 aqbanking library http://sf.net/projects/aqbanking which is Martin
 Preuss' successor of openhbci. This means that now aqbanking-0.9.5 is
 required instead of any openhbci package.
 o Fixes for x86_64
 o Update for new LibOfx, this among other things, gives gnucash
 Microsoft OFC support.
 o Duplicate match tweaks in import code
 o Andreas Rottmann's patch to support g-wrap 1.9.
 o provide a default account name so we don't crash when someone
 imports a broken QIF that has a !Account without an account name.
 o Daniel Lindenaar's patch to implement a check-box in the Invoice
 Post Dialog (with a default in the File Preferences) to choose to
 accumulate splits when posting an invoice, or post a 1:1 mapping.
 o Phil Longstaff's patch to prevent duplicate pricedb entries.
 o Heath Martin's x86_64 patch
 o Mark search criteria for translation -- somehow this had been
 missed all the time.
 o Change currency mnemonic for "New Israeli Shekel" from "ILS" to
 "NIS".
 o Identified and fixed several places with untranslated strings.
 o Add configure check for libofx version 0.7.0 and respective error
 message. Update docs.
 o Improve importer performance by matching imported transactions only
 against transactions in the proper time interval.
 o send an event when a payment is processed so the invoice gets
 updated as "paid" in the search window.
 o Make sure we set the proper search-type when we create the query,
 otherwise the search will fail later.

Package changes:
. install documentation in share/doc instead of share/doc/html
. cleanup of the Makefile
2004-12-26 21:34:46 +00:00
wiz
1aed4f8803 Convert to use guile-1.6. Bump PKGREVISION.
Based on PR 28526 by Andreas Hallmann.
2004-12-04 16:24:17 +00:00
wiz
050789c53a Depend on g-wrap1 (guile-1.4 version). 2004-12-03 16:06:31 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
wiz
a5d5a2ac36 Remove -Werror from CFLAGS, since on -current this makes it fail
(lots of "char" uses where NetBSD expects "unsigned char" (tolower etc)).
2004-11-28 23:25:17 +00:00
jlam
40377c791f Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4.  The "buildlink" phase was removed for the last branch,
and this is the final cleanup.  "post-buildlink" is now "post-wrapper".
2004-11-28 19:19:51 +00:00
jmmv
835250351d Bump PKGREVISION due to security fixes in libxml (dependency adjusted to
1.8.17nb3).
2004-11-20 22:10:22 +00:00
jlam
5c31f9029f Remove symlink from db.h to db_185.h. This is now handled automatically
by db1.builtin.mk if we actually end up using db1.
2004-11-17 23:08:31 +00:00
jdolecek
6f0f91584e recommend installation of gnucash-docs for Help and the Guide 2004-10-23 10:53:44 +00:00
jdolecek
1933ca6488 expand/change a little, and take the 'can easily replace Quicken
of MS Money' part off
2004-10-23 10:53:19 +00:00
jdolecek
334b3e5876 1.8.9 ships empty gnucash-design.info, so it's necessary to rebuild it
PKGREVISION not bumped, ride the bump to 2
2004-10-23 09:59:10 +00:00
jdolecek
3593005b93 let include libintl via gettext-lib; this makes the gnucash use native
libintl/gettext if it's available

g/c patch-bb - gnucash nowadays properly fallbacks to using gtkhtml-1.1
if 1.0 is not available, so the patch is not necessary

bump PKGREVISION for these changes
2004-10-23 09:26:09 +00:00
jdolecek
357df335b5 add some files missed in 1.8.9 update 2004-10-23 09:22:46 +00:00
tv
dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
2004-10-15 14:50:05 +00:00
mjl
e0cbc2a978 Update gnucash to 1.8.9
This is a minor upgrade, which contains updated translations and
small bug fixes and improvements.
2004-10-05 23:20:53 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
wiz
938bc46d4f Fix scripts to run the correct guile interpreter.
Somehow broken through the bl3 update, sorry for that.

Bump PKGREVISION to 6.
2004-05-05 11:18:14 +00:00
wiz
f66acac209 Convert to buildlink3. 2004-05-03 15:58:55 +00:00
xtraeme
81495749e6 Bump PKGREVISION due to gdk-pixbuf update. 2004-04-25 04:16:42 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
seb
5e7efdf333 Remove info files entries from PLIST. 2004-02-17 16:03:15 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jlam
75f431d969 PKGLIBTOOL and PKGSHLIBTOOL are no more. 2004-02-08 03:00:29 +00:00
grant
398893a6b4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:36:03 +00:00
jmmv
74937ece0c Bump PKGREVISION to 2 due to guppi dependancy changes. 2004-01-06 18:53:11 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
cjep
0930a86d32 Add RCS tags 2003-12-30 16:46:03 +00:00
jschauma
9e3d0c059b Update gnucash to version 1.8.8, the latest stable version.
Changes since version 1.8.4 are numerous.  For brevity, I'll include
the changes from 1.8.6 onwards.  Other changes available at
http://www.gnucash.org.


What's New in GnuCash 1.8.8?
o HBCI - Improve error message when receiving zero balance from bank.
o Add account template for Swiss German businesses "KMU" by Tom Winterhalder
o Add *big* account template for German businesses "SKR04" by Betina Schmidt
o Add Catalan and Turkish translation, Updated German, Italian, Czech, Greek
o Add Turkish account template. Updated Greek account templates.
o Remove debian scripts
o Add a comment about minimum string length
o Fix the ISO_DATELEN to be "long enough"
o Fix handling of HBCI direct debits (fix wrong textkey). Fix and initially
  implement handling of multiple banks/users/customers.
o Fixed extremly stupid, old bug that causes weird HBCI errors. Improved user
  messages.
o Refactor some GUI code. Improve user messages.
o BillTermDecRef should have been BillTermIncRef when setting new bill term.
o Applied Frank Pavageau's patch regarding capital gains to handle split
  transactions.
o Don't make a timespec with tv_sec == 0. Fixes some tests on the alpha
  platform.

What's New in GnuCash 1.8.7?

o Use instead of "libofx/libofx.h" as it's not part of our system. Fixes a
dependency problem in 1.8.6 release.
o Small fix from hawkfan to get tests to work when building outside srcdir.
o Fix a bug introduced by Matthew -- ANSI C does not allow you to declare a
variable in the middle of an expression. Move the declaration to the top of
the function.
o We don't need the trailing semi-colon because the #include adds one. The
double semi-colon causes build failures in some cases.

What's New in GnuCash 1.8.6?

o Updated Spanish, Greek, French, Czech, Slovak translations
o Fixed extremely stupid bug in the import value setting workaround.
o Fixed problem with SX formula_cell calls
o Merge missing part of 2003-05-28 commit. The log format changes didn't get
commited for some reason, making the log replayer completely unusable.
o Fixed crash during dialog startup on Solaris.
o Turn off scheme garbage collection during query->scm and scm->query
conversion. It shaves about 50% off the test-scm-query-string tests.
o Make test-scm-query-string test deterministic by seeding the RNG with a
known value.
o Add a "slots" parameter to allow for future expansion. Right now this is
completely ignored.
2003-12-11 22:57:37 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
jmmv
a0e6f8bfa0 Depend on p5-Date-Manip, so that the finance-quote-check script works.
From PR pkg/22510 by Ron Roskens.
2003-10-30 16:23:18 +00:00