2017-08-24 15:01:33 by Manuel Bouyer | Files touched by this commit (15) |
Log message: 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-07-07 15:03:33 by Manuel Bouyer | Files touched by this commit (2) |
Log message: Update to 1.4.Changes since 1.3: Various fixes, mostly for PIL and EBL |
2017-04-14 18:42:25 by Manuel Bouyer | Files touched by this commit (4) |
Log message: Update URLs for new OpenCPN web site |
2017-04-14 18:28:41 by Manuel Bouyer | Files touched by this commit (4) |
Log message: Update to 1.3.31. Changes since 1.2.0: Implement Parallel Index Lines (PILs) Use an EBL to generate a perpendicular index line Allow Ctrl-Left Mouse click to select multiple boundaries. Right click then allows Merge with keep and Merge with delete Add ability to move boundaries and point using left click and drag. Ability is set in general properties of plugin Add ability to constrain boundary movement Add ability to move a single boundary segment |
2017-02-12 07:26:18 by Ryo ONODERA | Files touched by this commit (1451) |
Log message: Recursive revbump from fonts/harfbuzz |
2017-02-06 14:56:14 by Thomas Klausner | Files touched by this commit (1452) |
Log message: Recursive bump for harfbuzz's new graphite2 dependency. |
2016-08-03 12:23:40 by Adam Ciarcinski | Files touched by this commit (1248) | |
Log message: Revbump after graphics/gd update |
2016-07-18 16:18:51 by Manuel Bouyer | Files touched by this commit (3) | |
Log message: Update to 1.2.0. Changes since 1.1p13: - bug fixes. - install more icons - updated translations - provide permament layers |
2016-06-16 17:57:03 by Manuel Bouyer | Files touched by this commit (1) |
Log message: Update to 1.1p13. Changes since previous: Bug fixes - boundary lines - guard zones attached to boat |
2016-05-23 15:10:15 by Manuel Bouyer | Files touched by this commit (3) |
Log message: The memory leak fix introcuced a double free, that didn't cause problems on linux but did on NetBSD. Fix the double free and bump PKGREVISION |