Commit graph

20 commits

Author SHA1 Message Date
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
bouyer
4afc254fb8 Update to 20180827. Changes since 20180405:
display alarm counts
add pypilot alarm
simplify ui using context menu
fix sog for speed alarm
fix course alarm near north
correct wind panel
fix wind alarms
Various bug fixes

pkgsrc fix for gtk3: set brush to transparent for anchor alarm circle
2018-08-27 15:59:07 +00:00
bouyer
551c13c4ab Do not include buildlink3 files already inclued by wxGTK30/buildlink3.mk
(especially, remove gtk2 buildlink3).
Make opencpn build with gtk3
Conservatively bump PKGREVISIONs
2018-07-19 17:58:57 +00:00
bouyer
739e0018f9 newer gcc (e.g. 8.0_RC2) requires <cmath> for std::isnan().
This is only a build fix so no revision bump
2018-07-03 15:14:15 +00:00
wiz
9f420cb917 *: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3 2018-04-29 05:46:35 +00:00
bouyer
e304212a57 src/wddc.cpp has the same miscompilation issue as opencpn's ocpndc.cpp,
so apply the same workaround.
Bump PKGREVISION
2018-04-19 09:59:28 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
bouyer
e9fc5fd2b7 The compiler on netbsd-HEAD/earv7hf wants std::isnan, isnan cause an error. 2018-04-09 14:18:26 +00:00
bouyer
15f8900609 Update to 20180405. Changes:
add new weather rate alarms
translations updates
bug fixes.
2018-04-05 16:20:40 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
bouyer
d3d6479d98 We need -Wl,-Bsymbolic in the linker flags for NetBSD too, not only linux.
The reason is that a plugin may include its private version of some
code that opencpn also has in its source. Without -Bsymbolic the plugin
may use the objects from opencpn instead of its version, and which do
not match the includes it was compiled with, and bad things happens.
bump PKGREVISIONs
2017-08-24 13:01:32 +00:00
bouyer
eb0449a741 Update to 20170611. Changes since previous:
add wind and weather alarms
2017-07-07 13:04:36 +00:00
bouyer
c5ef9c227d Update URLs for new OpenCPN web site 2017-04-14 16:42:24 +00:00
bouyer
58a57b104c Update to 20170414. Changes sinces last version:
Fix deadman alarm
Update to use state and type of boundary for AIS guard zones
Reorder boundary alarm dialog to make it simpler
Add time to AIS incursion message
Add Properties dialog box
Add new information handling in AIS message
2017-04-14 16:32:01 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
bouyer
3cb6a835f6 Update to version 20160716. Changes since previous:
Improved landfall alarm, updates for new draw plugin, bug fixes.
2016-07-18 14:21:50 +00:00
bouyer
6397424f69 Make theses build (and run) on linux 2016-05-21 10:50:41 +00:00
bouyer
1264ad461d Add opencpn-plugin-watchdog version 20160415
This plugin is developed by Sean D'Epagnier and implements various configurable
alarms alerting the user about the changing conditions round the boat.
Watchdog also implements a Deadman-alarm and an improved anchor alarm.
Watchdog communicates with another very useful plug-in, called OpenCPN ODraw
Plugin (opencpn-plugin-draw in pkgsrc). That plugin is a tool to draw
geo-referenced points, lines and shapes within OpenCPN.
2016-04-24 10:23:38 +00:00