Commit graph

36 commits

Author SHA1 Message Date
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
bouyer
7d5badfc75 Update OpenCPN to 4.8.6. Changes since 4.8.2:
bug fixes and translations update
2018-08-27 15:48:15 +00:00
adam
9d06c0a472 revbump after boost-libs update 2018-08-16 18:54:26 +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
adam
35aa3efc12 revbump for boost-libs update 2018-04-29 21:31:17 +00:00
wiz
9f420cb917 *: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3 2018-04-29 05:46:35 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
bouyer
cf86b8a225 earmv7hf gcc also miscompiles ocpnDC::DrawRounderRectangle now
(or maybe opencpn 4.8.0 didn't use it).
Apply the same workaround as ocpnDC::DrawEllipse.
Bump PKGREVISION
2018-04-13 18:57:29 +00:00
bouyer
f9c537431e the compiler on netbsd-HEAD/earmv7hf doens't accept isnan(), use std::isnan() 2018-04-09 18:44:50 +00:00
bouyer
9f3fd24d7e Update to 4.8.2. Changes since 4.8.0:
info popup on track rollover
drop a mark on boat position on space press if SpaceDropMark is set to 1
  in the config file.
GHSS and US Pilotcharts added to charts downloader
Config option "Course-Up Update Period" has been renamed to
  "Chart Rotation Averaging Time"
help handle for dragging waypoints in touchscreen mode
The shortcut key "D" now it works for both ENC vector charts and raster charts
  in addition to cm93.
If course (COG) and speed (SOG) is not available through the normal NMEA
  interface to your gps, these values can be calculated by OpenCPN by using
  the position data
A course predictor is now shown on screen even when the actual target,
  or the end point, is not visible on screen.
In Options-> User Interface-> Interface Options there are now three sliders
  for user control of different features
A new Own ship range ring colour picker is now included
You can now get rid of the barbed arrow heads in the grib display
When GRIB plugin is active and tide- and/or current-buttons are pressed,
  then tide/current calculations are shown at the "GRIB time".
New settings for old and slow computers in
  Options-> Display-> Advanced-> Graphics

For details see
https://opencpn.org/OpenCPN/about/ver482.html
2018-04-05 15:34:33 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
joerg
dee70be2c0 Reduce namespace pollution. 2017-09-25 22:31:25 +00:00
bouyer
30b97754bc Fix opencpn on arm
For some reason ocpnDC::DrawEllipse is miscompiled on NetBSD 8.0_BETA earmv7hf:
for the tail call to dc->DrawEllipse() the compiler emits a bx instruction,
but forgets to load the address of the function in the register.
Add a memory barrier to works around this problem by avoiding the tail-call
optimisation.
Other similar functions in this file are properly compiled ...

Bump PKGREVISION
2017-09-12 17:31:20 +00:00
adam
931d707fe2 Revbump for boost update 2017-08-24 20:03:08 +00:00
bouyer
e2101006a2 Update opencpn to 4.8.0.
As a successor to OpenCPN Version 4.6.1, OpenCPN Version 4.8.0 contains several
incremental corrections and improvements.
Among them are:
- Expanded integrated vector graphics icon set for improved rendering of waypoints and routes.
2017-08-24 12:56:57 +00:00
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
bouyer
0d3b1e0490 Fix build for non-x86 hosts (don't assume non-linux is i386!) 2017-04-18 13:31:55 +00:00
bouyer
f3981afa5b Update opencpn to 4.6.1. Changes since 4.4.0:
As a successor to OpenCPN version 4.4,  OpenCPN Version 4.6 contains several
new features and enhanced functions. Among them are:
    Substantial functional improvements and performance increases related to
	ENC vector charts.
    User selectable InlandECS mode for increased safety and convenience while
	navigating inland waters.
    Expanded User Manual bundled with Release download.
2017-04-14 16:20:15 +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
76632718ac Revbump after boost update 2017-01-01 16:05:55 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
bouyer
bb9aae5e1c Update opencpn to 4.4.0.
Changes since 4.2.0:
The 4.4.0 Release is primarily a bug-fix/maintenance update.
There is one new feature, however.
The integrated GRIB PlugIn now supports GRIB V2 format files. This update
enables some new sources for worldwide GRIB data from a variety of sources.
2016-06-16 15:52:56 +00:00
bouyer
9c10d11293 The SIGSEGV worked around by patch-src_glu_libtess_sweep.c are in fact
due to a wrong value GLU_TESS_MAX_COORD on NetBSD. See
http://mail-index.netbsd.org/tech-x11/2016/05/25/msg001733.html

Work around this by reordering -I flags so that the local GL/glu.h is used
before the one from the buildlink directory.

While there change build type from debug to release.
Bump PKGREVISION.
2016-05-25 14:38:48 +00:00
bouyer
6397424f69 Make theses build (and run) on linux 2016-05-21 10:50:41 +00:00
joerg
fdfe6ad8b1 Repeat after me:
I shall not "use namespace std;" before including 3rd party headers.
2016-04-01 19:56:02 +00:00
bouyer
a10b25dfa0 Fix patches, pointed out by Joerg 2016-03-23 14:54:39 +00:00
bouyer
b5c2035f62 Update OpenCPN to 4.2.0.
Changes since 4.0.0:
 As a successor to OpenCPN Version 4.0, OpenCPN Version 4.2 contains many new features and enhanced functions.

 Among them are:

 ..Increased performance in all modes, particularly when using OpenGL graphics acceleration.
 ..Integrated Chart Downloader PlugIn, allowing systematic tracking and donwload of latest online charts from several popular sources.
 ..Integrated World Magnetic Model (WMM) PlugIn, providing accuratley calculated magnetic variation worldwide.
 ..Major update to embedded Users Manual.
 ..Measurably improved performance and reliability over all supported platforms.


more details here: http://opencpn.org/ocpn/release4.2
2016-03-14 11:01:06 +00:00
agc
2ce4810e5b Add SHA512 digests for distfiles for geography category
One mismatched digest found in geography/libmemphis02:
	# package libmemphis02
	recorded SHA1 (memphis-0.2.3.tar.gz) = dbc2f61e49b996dc9ca91df0de9a08eb7adbfa9b
	calculated SHA1 (memphis-0.2.3.tar.gz) = 85993bce12c3616fcf6e7682a70b9605883edec2
No changes were made to the libmemphis02 distinfo file

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 00:08:41 +00:00
tnn
9ee4b877fb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
joerg
b264fdd03d Add missing header for rand(3). 2015-03-31 15:41:13 +00:00
bouyer
60cbae90c8 Update opencpn to 4.0.0. Changes since 3.2.2:
- Increased performance in all modes, particularly when using OpenGL graphics
  acceleration.
- Additional network interface methods, including TCP/IP client/server and
  UDP broadcast.
- Support for multiple data source instances, including
    Filtering and prioritization of messages
    Output of NMEA data streams for real-time integration into ship systems
- Improved support for Mac OS X systems, including 64 bit native support.
- Integrated Tablet/Touch screen support.
- AIS Personal Locater Beacon (PLB) configuration and tracking.
- Enhanced AIS target tracking modes.
- GRIB PlugIn feature additions.
  Graphical GRIB email request generation.
  Moving particle wind overlay.
  Enhanced GRIB data type support.
- Dashboard PlugIn feature additions.
  More selectable instruments.
- Major update to embedded Users Manual.
- Measurably improved performance and reliability over all supported platforms.
2015-01-22 12:34:15 +00:00
jperkin
c75bf25dba Recursive revbump for textproc/tinyxml update. 2014-07-08 14:59:40 +00:00
bouyer
9bf20f5cd5 Import opencpn version 3.2.2.
OpenCPN is a free software (GPLv2) project to create a concise chart plotter
and navigation software, for use underway or as a planning tool. OpenCPN is
developed by a team of active sailors using real world conditions for
program testing and refinement.
2014-05-25 18:26:57 +00:00