dectecting whether DST is currently in effect for the timezone (TZ) in use
instead of emulating the glibc global daylight variable which is set to 0 if
DST conversions should never be applied for the TZ in use; otherwise non-zero.
PR: 220665
Submitted by: madpilot
MFH: 2017Q3
- add new run dependencies:
- finance/R-cran-quantmod
- changelog:
- R/finance.R (get.hist.quote): Fix problem spotted by Thomas A Severini
<severini@northwestern.edu>.
Generated by: portcran (0.1.5)
- add new run dependencies:
- finance/R-cran-quantmod
- changelog:
- NAMESPACE: Re-write get.hist.quote() as a wrapper for
quantmod::getSymbols().
Generated by: portcran (0.1.5)
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,
Changes to ports:
- Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
removed.
- Ports that have elf(5) payloads have had those files added to
NO_ARCH_IGNORE.
- R-cran ports that do not set USES=cran:compiles have NO_ARCH set,
PR: 218976
Reviewed by: antoine, mat
Approved by: portmgr
Changelog:
* bugfix: updating currency rate was not updating file changes (and enable save)
* bugfix: #1689308 category usage count does not get updated for
split transactions
* bugfix: #1687117 statistic report filter do not update date range
* bugfix: #1683646 only one changed icon is displayed in accounts
window when an internal transfer is edited
* bugfix: #1681532 segfault when pressing escape while editing a new transaction
* bugfix: #1678476 french translation is missing in filter
* bugfix: #1678230 time report show all category may be wrong if split
* bugfix: #1676162 can't set transaction amount to 6 decimal points
* bugfix: #1674020 statistics Report: sorting by amount does not
work with "Expenses and Income"
* bugfix: #1672209 account window "0.00" balance sometimes
displayed in warning color
* bugfix: #1672205 "Show # days in advance the current date"
preference doesn't work
* bugfix: #1672135 BYN - new Belorussian currency is not in the list
* bugfix: #1668036 cannot filter on memo if split transaction
* bugfix: #1667201 original account shows edits when inheriting transaction
into another account
* bugfix: #1664916 balance report does not include accounts with no transactions
- Bump PORTREVISION in all consumers
- mail/claws-mail-vcalendar now builds, remove IGNORE
- Mark devel/libical-glib as BROKEN
Release Highlights
WARNING: Version 2 IS NOT Binary Compatible with Older Versions
Version 2 is Source Compatible with Older Versions
Lots of source code scrubbing
[New] RSCALE support (requires libicu from http://www.icu-project.org)
[New] CalDAV attachment support (draft-daboo-caldav-attachments)
[New] Resurrect the Berkeley DB storage support
[Bug] issue83: Incorrect recurrence generation for weekly pattern
Handle RRULEs better
Handle threading better
PR: 218711
Submitted by: myself
Approved by: maintainer timeout
While here, adjust LICENSE and remove the patch to the update_xdg_mimetypes()
call, it is not necessary as update-mime-database is not called when DESTDIR is
set (we were preventing it from running at install-time).
New libsigc++20 requires c++11 (it exposes c++11) so explicitly use -std=c++11
where needed.
Mark as broken a bunch of ports which are not c++11 compatible
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707