Commit graph

161 commits

Author SHA1 Message Date
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
tron
278c0739ef Resign as maintainer of this package. I use neither GNOME nor the Python
version this package depends on anymore.
2004-09-09 06:51:23 +00:00
markd
69356e8ad6 USE_LANGUAGES=c c++ ; USE_LIBTOOL=yes 2004-07-28 13:18:11 +00:00
markd
74043563d9 Update to version 0.6.
Fixes problems seen in the bulk builds.

Changes:
Lots of bug fixes.
2004-06-15 13:58:51 +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
snj
8f4b5053f2 Convert to buildlink3. 2004-05-02 01:03:55 +00:00
snj
547410deec Convert to buildlink3. 2004-04-26 02:44:47 +00:00
snj
68a391f99d Convert to buildlink3. 2004-04-25 05:36:12 +00:00
xtraeme
81495749e6 Bump PKGREVISION due to gdk-pixbuf update. 2004-04-25 04:16:42 +00:00
wiz
8220ee19d2 Convert to bl3. 2004-04-23 22:58:10 +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
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
cube
bedda7656b Bump PKGREVISION after gkrellm1 buildlink[23].mk change.
That should close PR 24818.
2004-03-18 15:33:21 +00:00
snj
fe62e7eb45 Use bl3. 2004-03-12 05:35:58 +00:00
minskim
4e731ae912 - Switch to Tk 8.4.
- Replace mv/sed with SUBST_*.
- Define NO_BUILDLINK and NO_CONFIGURE.
- Enable pkgviews installation.
2004-03-09 23:37:41 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +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
minskim
880cb332f8 Add explicit dependency on pkgconfig. 2004-03-07 03:46:30 +00:00
cube
d9da2369c6 Correct paths. 2004-02-24 23:24:06 +00:00
cube
53aa3b6eeb Enable gkrellm1-stock. 2004-02-24 23:06:31 +00:00
cube
f75359fbec Update to version 0.5.1. This is the GKrellM-2 port of the stock plugin. 2004-02-24 23:05:57 +00:00
cube
1e512fdf56 Re-import of finance/gkrellm-stock as gkrellm1-stock to leave space for
the GKrellM-2 port of the stock plugin.
2004-02-24 23:03:52 +00:00
cube
bb9500f442 Update to version 1.08.
finance_quote_1_07:
        * Updated Yahoo::Europe.pm so that stocks fetched from the
          Stockholm exhcnage (.ST) are correctly listed as being in
          Swedish Krona (SEK).
        * Added Finance::Quote::Yahoo::Asia to provide lookup of
          Asian stock quotes (not including Japan).
        * Patched Quote.pm after currency conversion started to fail.
        * Updated documentation in ASX.pm and Trustnet.pm to note their
          current functional unhappiness.

finance_quote_1_08:
        * Added ZI.pm and Union.pm modules.
        * Fixed VWD problem whereby no symbol was being returned.
        * Updated TrustNet documentation (#666349).
        * Fixed currency conversion problems. (#232075)
        * Fixed ASX problems whereby quotes were not being obtained
          (#653025).
        * Fixed problem where no symbol tag was being defined in ASX.
          (#653035).
        * Fixed problem where undefined currencies would be returned
          as zero, and not undefined as occured in previous versions.
        * Fixed tests in currency.t which assumed that conversion
          could be done between EUR and former European currencies.
          These are no longer supported due to a change in the
          lookups provided by Yahoo.
        * Updated Fidelity.pm to indicate its current non-working status.
        * Added patches which provide a troweprice_direct method.
          (#666351).
        * As above, for the Fidelity module.  (#666353)
        * Accepted David Hampton's patch to Yahoo currencies.
          The correct currency will now be flagged on stocks regardless
          of the module used to grab them. (#666361)
        * Added Keith Refson's module to obtain quotes from
          First Trust Portfolios L.P. (#670202).
        * Added Ganesan Rajagopal's excellent IndiaMutal module.
          (#720896)
        * Fixed Cdnfundlibrary to correctly set the success flag
          when successful. (#752395).
        * Updated Tdwaterhouse.pm with Robert Clark's changes to
          work with the new TD Waterhouse website. (#750843).
        * Added the BM Nesbitt Burns module  (#752423).
        * Updated BMONesbittBurns module to provide better date
          handling, screening out of high-ascii characters from
          fields, and removal of spurious debug output.
2004-02-20 15:23:42 +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
a4ce65b4bf there is no pseudo-category "tk80", only "tk". 2004-01-28 01:50:41 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
398893a6b4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:36:03 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +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
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +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
seb
4a2efdf6fd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:49:07 +00:00
drochner
25e4c51173 bump revision after qt3/kde prefix change 2003-08-05 13:35:26 +00:00
markd
b2ff2753a2 x11/kde3/ -> meta-pkgs/kde3/ 2003-07-30 15:43:43 +00:00
wiz
cc01872fdc Remove BUILDLINK_DEPENDS lines that affirm lower version numbers
than the ones requested in the corresponding buildlink2.mk --
this way, binary packages won't have reliable dependencies.
Also closes PR 22302.
2003-07-30 05:29:42 +00:00
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
mjl
1000edf2ce Resurrect patch-bf (removes update-finance-quote, wants to update
perl module outside of pkgsrc).
Remove --preserve-dup-deps from libtool, compiles and links fine
w/o it. Prompted by comment from Ron Roskens.
Add RCS tag to patch.
2003-07-13 22:32:11 +00:00