summaryrefslogtreecommitdiff
path: root/geography/opencpn-plugin-watchdog
AgeCommit message (Collapse)AuthorFilesLines
2018-08-18Pullup ticket #5804 - requested by bouyerbsiegert4-30/+88
geography/opencpn: build fix Revisions pulled up: - geography/opencpn-plugin-debugger/Makefile 1.11 - geography/opencpn-plugin-draw/Makefile 1.17 - geography/opencpn-plugin-statusbar/Makefile 1.8 - geography/opencpn-plugin-watchdog/Makefile 1.15 - geography/opencpn-plugin-watchdog/distinfo 1.10 - geography/opencpn-plugin-watchdog/patches/patch-src_Alarm.cpp 1.2 - geography/opencpn-plugin-watchdog/patches/patch-src_watchdog_pi.cpp 1.2 - geography/opencpn-plugin-weather_routing/Makefile 1.18 - geography/opencpn/Makefile 1.24 - geography/opencpn/distinfo 1.19-1.20 - geography/opencpn/patches/patch-CMakeLists.txt 1.7 - geography/opencpn/patches/patch-plugins_wmm_pi_src_MagneticPlotMap.cpp 1.2 --- Module Name: pkgsrc Committed By: bouyer Date: Tue Jul 3 15:14:16 UTC 2018 Modified Files: pkgsrc/geography/opencpn: distinfo pkgsrc/geography/opencpn-plugin-watchdog: distinfo pkgsrc/geography/opencpn-plugin-watchdog/patches: patch-src_Alarm.cpp patch-src_watchdog_pi.cpp pkgsrc/geography/opencpn/patches: patch-plugins_wmm_pi_src_MagneticPlotMap.cpp Log Message: newer gcc (e.g. 8.0_RC2) requires <cmath> for std::isnan(). This is only a build fix so no revision bump --- Module Name: pkgsrc Committed By: bouyer Date: Thu Jul 19 17:58:58 UTC 2018 Modified Files: pkgsrc/geography/opencpn: Makefile distinfo pkgsrc/geography/opencpn-plugin-debugger: Makefile pkgsrc/geography/opencpn-plugin-draw: Makefile pkgsrc/geography/opencpn-plugin-statusbar: Makefile pkgsrc/geography/opencpn-plugin-watchdog: Makefile pkgsrc/geography/opencpn-plugin-weather_routing: Makefile pkgsrc/geography/opencpn/patches: patch-CMakeLists.txt Log Message: Do not include buildlink3 files already inclued by wxGTK30/buildlink3.mk (especially, remove gtk2 buildlink3). Make opencpn build with gtk3 Conservatively bump PKGREVISIONs
2018-04-29*: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3wiz1-2/+2
2018-04-19src/wddc.cpp has the same miscompilation issue as opencpn's ocpndc.cpp,bouyer3-3/+42
so apply the same workaround. Bump PKGREVISION
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-1/+2
2018-04-09The compiler on netbsd-HEAD/earv7hf wants std::isnan, isnan cause an error.bouyer3-1/+163
2018-04-05Update to 20180405. Changes:bouyer3-32/+42
add new weather rate alarms translations updates bug fixes.
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2017-08-24We need -Wl,-Bsymbolic in the linker flags for NetBSD too, not only linux.bouyer3-20/+14
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-07-07Update to 20170611. Changes since previous:bouyer2-8/+8
add wind and weather alarms
2017-04-14Update URLs for new OpenCPN web sitebouyer1-2/+2
2017-04-14Update to 20170414. Changes sinces last version:bouyer2-10/+10
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-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-1/+2
2016-07-18Update to version 20160716. Changes since previous:bouyer3-9/+9
Improved landfall alarm, updates for new draw plugin, bug fixes.
2016-05-21Make theses build (and run) on linuxbouyer2-5/+9
2016-04-24Add opencpn-plugin-watchdog version 20160415bouyer5-0/+94
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.