Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-11 | Bump all dependent packages of wayland (belatedly) | gutteridge | 1 | -2/+2 | |
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files. | |||||
2021-12-08 | revbump for icu and libffi | adam | 1 | -2/+2 | |
2021-10-26 | geography: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | geography: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2020-08-17 | *: revbump after fontconfig bl3 changes (libuuid removal) | leot | 1 | -2/+2 | |
2020-05-24 | opencpn-plugin-watchdog: fix pkglint warnings | rillig | 3 | -8/+8 | |
2020-03-10 | librsvg: update bl3.mk to remove libcroco in rust case | wiz | 1 | -2/+2 | |
recursive bump for the dependency change | |||||
2020-03-08 | *: recursive bump for libffi | wiz | 1 | -1/+2 | |
2019-09-11 | Update to 2.4.6. | bouyer | 4 | -248/+9 | |
pkgsrc change: Switch to new, official upstream, and use official version numbering scheme Note that because of this, pkgin fug won't pick up this new version automatically. changes since 20190228: portability fixes (which we basically had). | |||||
2019-07-21 | *: recursive bump for gdk-pixbuf2-2.38.1 | wiz | 1 | -1/+2 | |
2019-03-25 | Update to 20190228. Changes since 20180827: | bouyer | 1 | -5/+5 | |
minor bug fixes and improvements | |||||
2019-03-25 | Update to 20190228. Changes since 20180827: | bouyer | 2 | -34/+24 | |
minor bug fixes and improvements | |||||
2018-11-14 | Revbump after cairo 1.16.0 update. | kleink | 1 | -2/+2 | |
2018-11-12 | Recursive revbump from hardbuzz-2.1.1 | ryoon | 1 | -1/+2 | |
2018-08-27 | Update to 20180827. Changes since 20180405: | bouyer | 5 | -129/+151 | |
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-07-19 | Do not include buildlink3 files already inclued by wxGTK30/buildlink3.mk | bouyer | 1 | -5/+2 | |
(especially, remove gtk2 buildlink3). Make opencpn build with gtk3 Conservatively bump PKGREVISIONs | |||||
2018-07-03 | newer gcc (e.g. 8.0_RC2) requires <cmath> for std::isnan(). | bouyer | 3 | -25/+86 | |
This is only a build fix so no revision bump | |||||
2018-04-29 | *: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3 | wiz | 1 | -2/+2 | |
2018-04-19 | src/wddc.cpp has the same miscompilation issue as opencpn's ocpndc.cpp, | bouyer | 3 | -3/+42 | |
so apply the same workaround. Bump PKGREVISION | |||||
2018-04-16 | Recursive bump for new fribidi dependency in pango. | wiz | 1 | -1/+2 | |
2018-04-09 | The compiler on netbsd-HEAD/earv7hf wants std::isnan, isnan cause an error. | bouyer | 3 | -1/+163 | |
2018-04-05 | Update to 20180405. Changes: | bouyer | 3 | -32/+42 | |
add new weather rate alarms translations updates bug fixes. | |||||
2018-03-12 | Recursive bumps for fontconfig and libzip dependency changes. | wiz | 1 | -2/+2 | |
2017-08-24 | We need -Wl,-Bsymbolic in the linker flags for NetBSD too, not only linux. | bouyer | 3 | -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-07 | Update to 20170611. Changes since previous: | bouyer | 2 | -8/+8 | |
add wind and weather alarms | |||||
2017-04-14 | Update URLs for new OpenCPN web site | bouyer | 1 | -2/+2 | |
2017-04-14 | Update to 20170414. Changes sinces last version: | bouyer | 2 | -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-12 | Recursive revbump from fonts/harfbuzz | ryoon | 1 | -2/+2 | |
2017-02-06 | Recursive bump for harfbuzz's new graphite2 dependency. | wiz | 1 | -2/+2 | |
2016-08-03 | Revbump after graphics/gd update | adam | 1 | -1/+2 | |
2016-07-18 | Update to version 20160716. Changes since previous: | bouyer | 3 | -9/+9 | |
Improved landfall alarm, updates for new draw plugin, bug fixes. | |||||
2016-05-21 | Make theses build (and run) on linux | bouyer | 2 | -5/+9 | |
2016-04-24 | Add opencpn-plugin-watchdog version 20160415 | bouyer | 5 | -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. |