Version: 0.19.0, Package name: merkaartor-0.19.0 |
Maintained by: Landry Breuil |
Master sites: |
Description Merkaartor is an openstreetmap mapping program. It focuses on providing a visually pleasing but performant editing environment for free geographical data. |
Filesize: 5533.151 KB |
Version History (View Complete History) |
|
2021-09-10 00:45:02 by Landry Breuil | Files touched by this commit (17) |
Log message: geo/merkaartor: update to 0.19.0. See https://github.com/openstreetmap/merkaartor/releases/tag/0.19.0 |
2021-04-12 04:17:11 by Landry Breuil | Files touched by this commit (14) |
Log message: geo/merkaartor: unbreak by backporting a fedora patch for proj8 compat from https://github.com/openstreetmap/merkaartor/pull/233 via https://src.fedoraproject.org/rpms/merkaartor/raw/f529682d49b0a8433a523bc257a9d05323c2489b/f/merkaartor-0.18.4-proj-remove-legacy-api.patch fixes https://github.com/openstreetmap/merkaartor/issues/193 ok sthen@ |
2021-03-24 04:55:42 by Landry Breuil | Files touched by this commit (1) |
Log message: geo/merkaartor: mark as BROKEN, doesnt build with proj8 yet cf https://github.com/openstreetmap/merkaartor/issues/193, the proj.4 API has been deprecated two years ago (and removed in proj 8) |
2021-03-08 00:22:35 by Landry Breuil | Files touched by this commit (1) |
Log message: geo/merkaartor: add link to upstream issue about proj8 |
2021-01-18 23:44:56 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Unbreak build after recent Qt 5.15 update. Add missing QPainterPath include |
2020-05-17 10:35:01 by Rafael Sadowski | Files touched by this commit (1) |
Log message: Remove quazip qtwebkit as dependency. quazip and qtwebkit are no longer required. Regen WANTLIB and bump. OK landry@ (maintainer) |
2020-01-25 15:57:56 by Brian Callahan | Files touched by this commit (7) |
Log message: Update to quazip-0.8.1 Remove the qt5 FLAVOR; qt5 is the only supported/used version these days. Disable the tests; they've not been updated for qt5 and aren't accessible from the standard cmake build system. Update all dependent ports to cope with the FLAVOR removal. Requested by rsadowski@; improvements by sthen@ |
2019-11-20 05:57:05 by Landry Breuil | Files touched by this commit (4) |
Log message: Update to merkaartor 0.18.4 |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-11 14:43:31 by Landry Breuil | Files touched by this commit (1) |
Log message: Fix build with upcoming GDAL 3. |
2019-04-28 16:35:40 by Christian Weisgerber | Files touched by this commit (2) |
Log message: drop workaround for gcc4.9 that is no longer needed for gcc8 |
2019-04-16 14:13:09 by Landry Breuil | Files touched by this commit (8) |
Log message: Add -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 to CFLAGS/CXXFLAGS where appropriate in various devel/proj consumers to fix build with upcoming proj 6 update, which will be commited in a month or so. Thx to https://github.com/OSGeo/proj.4/wiki/proj.h-adoption-status for linking the various upstream issues about it. |
2019-03-08 13:00:57 by Charlene Wendling | Files touched by this commit (344) |
Log message: qt5.port.mk: change COMPILER Move it to "base-clang ports-gcc" and bump REVISION accordingly. This unbreaks Qt5-related binaries runtime on macppc. OK sthen@ |
2019-01-27 06:19:54 by Landry Breuil | Files touched by this commit (1) |
Log message: Build against Qt5. While here, build against systemwide quazip. |
2018-12-23 07:23:30 by Christian Weisgerber | Files touched by this commit (1) |
Log message: ports-gcc 4.9 requires explicit -std=c++11 for the gdal headers; ok landry@ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-06-29 16:16:37 by Marc Espie | Files touched by this commit (950) |
Log message: @tag gtk-update-icon-cache |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2018-05-14 23:28:07 by Landry Breuil | Files touched by this commit (3) |
Log message: Unbreak after gdal 2.3 update. Simplify port by switching to qmake module, allows to remove patch. |
2018-05-14 06:19:37 by Landry Breuil | Files touched by this commit (1) |
Log message: Mark BROKEN temporarly, seems gdal 2.3 breaks it. Interesting, as i had put the gdal update in a bulk without fallout... Reported by nigel@ |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-10-31 09:46:36 by Landry Breuil | Files touched by this commit (4) |
Log message: Update to merkaartor 0.18.3. |
2016-09-23 03:16:58 by Stuart Henderson | Files touched by this commit (124) |
Log message: Cope with moving sqlite3 back to ports. |
2016-03-18 17:12:22 by Christian Weisgerber | Files touched by this commit (183) |
Log message: remove SHARED_ONLY from ports that only use modules that neither set nor read this variable |
2015-12-29 12:49:41 by Jasper Lievisse Adriaanse | Files touched by this commit (44) |
Log message: DISTNAME is set by bsd.port.mk for these ports now |
2015-07-21 02:36:40 by Landry Breuil | Files touched by this commit (5) |
Log message: Update to merkaartor 0.18.2. |
2015-06-28 10:13:21 by Landry Breuil | Files touched by this commit (1) |
Log message: Fix patch, at some point i probably forgot a make update-patches before commiting. Should fix breakage reported by naddy@ & ajacoutot@ |
2015-06-27 00:59:01 by Landry Breuil | Files touched by this commit (3) |
Log message: Add a patch to fix build against gdal 2.0.0 API. While here switch to github for MASTER_SITES, merkaartor.be doesnt provide downloads anymore. |
2015-03-27 02:11:29 by Antoine Jacoutot | Files touched by this commit (57) |
Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump |
2011-01-10 02:34:24 by Landry Breuil | Files touched by this commit (11) |
Log message: Update to merkaartor 0.17.0, add dependency on devel/proj, enable QtWebKit support. This release adds cadastre-fr and bing maps plugins. |
2010-11-22 02:20:34 by Marc Espie | Files touched by this commit (5) |
Log message: missed some |
2010-11-17 01:05:18 by Marc Espie | Files touched by this commit (317) |
Log message: new depends |
2010-10-28 17:38:10 by Sebastian Reitenbach | Files touched by this commit (1) |
Log message: Add build dependency to boost. being guest of ladry here ;) |
2010-07-20 14:59:15 by Landry Breuil | Files touched by this commit (2) |
Log message: Add a temporary hack (tm) to make sure the nodes in dirty layer have 'random negative ids', until a better solution is found with upstream. Fixes the 'oh i can't upload those new nodes to the server because they have positive ids' annoying bug (that appeared since switching to gcc4 ?) While here, switch to newer REVISION/LIB_DEPENDS. |
2010-07-05 05:09:50 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump PKGNAME. changing HOMEPAGE means pkg changes. |
2010-07-05 02:35:01 by Landry Breuil | Files touched by this commit (1) |
Log message: Fix MASTER_SITES/HOMEPAGE after upstream changed website url/layout. Pointed out by espie@. |
2010-06-13 04:57:35 by Landry Breuil | Files touched by this commit (14) |
Log message: Update to merkaartor 0.16.0. |
2010-04-21 09:06:16 by Landry Breuil | Files touched by this commit (10) |
Log message: Update to merkaartor 0.15.3, see HOMEPAGE for a list of changes. Revamp src/src.pro patch to correctly install/set translation paths. |