aboutsummaryrefslogtreecommitdiff
path: root/astro/qmapshack
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark ports recursively depending on Python 2.7 for expiration on June 23.Rene Ladan2021-03-241-0/+3
| | | | | | | | | | | | | | For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665 Notes: svn path=/head/; revision=569118
* graphics/gdal: Set the default options as a workable setLoïc Bartoletti2021-02-231-0/+1
| | | | | | | | | | | | - reinstate r552962 (was reverted in r553000) - remove pkg-message from qgis and qgis-ltr - Bump PORTREVSION on all consumers PR: 224004 Approved by: portmgr Notes: svn path=/head/; revision=566369
* astro/qmapshack: Update version 1.15.0=>1.15.2Muhammad Moinur Rahman2021-01-254-26/+6
| | | | | | | | | | - Mark BROKEN for FreeBSD 11 PR: 252797 Submitted by: cmt Notes: svn path=/head/; revision=562619
* graphics/proj: Update to 7.2.0Loïc Bartoletti2020-11-181-1/+1
| | | | | | | | Changelog: - https://proj.org/news.html#release-notes Notes: svn path=/head/; revision=555622
* graphics/proj: Update to 7.1.1Loïc Bartoletti2020-11-171-1/+1
| | | | | | | | | | | | | | | | | - Add a pkg-message explaining how to access or sync datum grids from the CDN (disabled by default) - Add curl and tiff dependencies since proj can read datum grids from remote COG (Cloud Optimized Geotiff) - Take maintainer'ship (ok wen@) PR: 245611 Submitted by: wen (first version) Reviewed by: wen, rhurlin Approved by: wen Exp-run by: antoine Notes: svn path=/head/; revision=555543
* archivers/quazip: update to 1.1Tobias C. Berner2020-11-084-7/+37
| | | | | | | - fix / modify find calls and include directories in dependent ports Notes: svn path=/head/; revision=554642
* astro/qmapshack: Update version 1.14.1=>1.15.0Muhammad Moinur Rahman2020-06-162-4/+4
| | | | | | | Relnotes: https://github.com/Maproom/qmapshack/releases Notes: svn path=/head/; revision=539376
* astro/qmapshack: prepare for Qt5-5.15Tobias C. Berner2020-05-216-0/+61
| | | | Notes: svn path=/head/; revision=536113
* astro/qmapshack: Update version 1.14.0=>1.14.1Muhammad Moinur Rahman2020-04-029-25/+42
| | | | | | | | | - Add USE_QT=help Relnotes: https://github.com/Maproom/qmapshack/releases Notes: svn path=/head/; revision=530277
* Bump PORTREVISION for graphics/gdal shlib changeSunpoet Po-Chuan Hsieh2020-01-221-0/+1
| | | | Notes: svn path=/head/; revision=523793
* astro/qmapshack: UNBREAK and Update version 1.13.0=>1.14.0Muhammad Moinur Rahman2019-11-234-25/+26
| | | | | | | | | | | | | | | | | - Change MASTER_SITES to GITHUB - Update WWW in pkg-descr - Fix USES - Prevent a crash when not getting info on devices back from dbus (this happens when an nvme device (nvd*) is installed in the system, bsdisks doesn't handle these yet). (already reported upstream). PR: 241647 Submitted by: cmt MFH: 2019Q4 (runtime fix) Relnotes: https://github.com/Maproom/qmapshack/releases Notes: svn path=/head/; revision=518253
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* archivers/quazip: update to 0.8Tobias C. Berner2019-05-251-0/+1
| | | | | | | | | | From the changelog: * Support for UTF-8 in file names and comments (Denis Zavorotnyy) * get/setOsCode(), get/setDefaultOsCode() * Fixed Z_STREAM_END handling in QuaZioDevic Notes: svn path=/head/; revision=502590
* astro/qmapshack: Update version 1.12.3=>1.13.0Muhammad Moinur Rahman2019-04-219-8/+86
| | | | | | | | | | | | | | | | - fix libproj detection: Our graphics proj is built with autotools and thus does not install it's cmake files. Patches provide an alternate method for finding libproj using pkg-config, see: https://sourceforge.net/p/qlandkartegt/mailman/message/36639866/ - fix a crash with current Qt when no GPS device is found (which at least for me is the default case): since the last Qt update, QList aborts on an assertion when trying to access the first element of an empty list. PR: 237425 Submitted by: cmt Notes: svn path=/head/; revision=499552
* archivers/quazip: remove flavors (Qt4 deprecation)Tobias C. Berner2019-03-161-1/+2
| | | | Notes: svn path=/head/; revision=495949
* astro/qmapshack: update to 1.12.3Christoph Moench-Tegeder2019-02-222-5/+4
| | | | | | | | | | | 1.12.2: https://sourceforge.net/p/qlandkartegt/mailman/message/36541467/ 1.12.3: https://sourceforge.net/p/qlandkartegt/mailman/message/36582171/ PR: 235599 Approved by: maintainer-timeout (bofh) Notes: svn path=/head/; revision=493615
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* astro/qmapshack: Update version 1.12.0=>1.12.1Muhammad Moinur Rahman2019-01-022-5/+4
| | | | | | | | PR:234456 Submitted by:cmt Notes: svn path=/head/; revision=489058
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativeTobias C. Berner2018-11-041-2/+3
| | | | | | | | | | | | - There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751 Notes: svn path=/head/; revision=484140
* astro/qmapshack: update to 1.12.0Christoph Moench-Tegeder2018-09-293-26/+7
| | | | | | | | | | Announcement: https://sourceforge.net/p/qlandkartegt/mailman/message/36406997/ PR: 231359 Approved by: maintainer-timeout (bofh) Notes: svn path=/head/; revision=480909
* astro/qmapshack: fix build with Qt 5.11Tobias C. Berner2018-09-021-0/+19
| | | | | | | | PR: 230884 Obtained from: upstream Notes: svn path=/head/; revision=478768
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* astro/qmapshack: remove obsolete patch fileChristoph Moench-Tegeder2018-07-171-13/+0
| | | | | | | | | this one escaped my last commit. PR: 227643 Notes: svn path=/head/; revision=474793
* astro/qmapshack: update to 1.11.1Christoph Moench-Tegeder2018-07-173-5/+6
| | | | | | | | | | Release: https://sourceforge.net/p/qlandkartegt/mailman/message/36297727/ PR: 227643 Approved by: bofh (maintainer timeout) Notes: svn path=/head/; revision=474792
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Fix astro/qmapshack ahead of CMake 3.11.Adriaan de Groot2018-04-022-0/+14
| | | | | | | | | | | | | | | | | | Because of the way CMake 3.11 orders includes in mocs_compilation.cpp, it shows up cases where headers don't have all of the necessary includes or forward-type-declarations in place. Add one here to fix the build. The error message is in the patch. Also reported upstream, https://bitbucket.org/maproom/qmapshack/issues/325/cmake-311-build-fix but it had already been (unrelatedly) fixed upstream in https://bitbucket.org/maproom/qmapshack/commits/2968b238 Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D14932 Notes: svn path=/head/; revision=466261
* update qmapshack to 1.11.0Christoph Moench-Tegeder2018-03-224-8/+33
| | | | | | | | | | Announcement: https://sourceforge.net/p/qlandkartegt/mailman/message/36244502/ PR: 226488 Approved by: bofh (maintainer) Notes: svn path=/head/; revision=465315
* Convert archivers/quazip and archivers/quazip-qt5 into flavorsTobias C. Berner2018-03-111-1/+2
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14640 Notes: svn path=/head/; revision=464159
* astro/qmapshack: update to 1.10.0Christoph Moench-Tegeder2018-02-223-4/+5
| | | | | | | | PR: 225739 Approved by: bofh (maintainer-timeout) Notes: svn path=/head/; revision=462645
* astro/qmapshack: update to 1.9.1Christoph Moench-Tegeder2017-10-162-6/+5
| | | | | | | | | | Announcement: https://sourceforge.net/p/qlandkartegt/mailman/message/36042436/ PR: 222453 Approved by: bofh (maintainer-timeout) Notes: svn path=/head/; revision=452188
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* - Update WWWDmitry Marakasov2017-07-291-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=446872
* astro/qmapshack: update to 1.8.1Christoph Moench-Tegeder2017-06-042-4/+4
| | | | | | | | | | | Announcement: https://sourceforge.net/p/qlandkartegt/mailman/message/35839232/ PR: 219425 Approved by: maintainer-timeout Notes: svn path=/head/; revision=442584
* astro/qmapshack: Update version 1.7.2=>1.8.0Muhammad Moinur Rahman2017-04-113-5/+6
| | | | | | | | PR: 218306 Submitted by: cmt Notes: svn path=/head/; revision=438294
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* astro/qmapshack: 1.7.2Christoph Moench-Tegeder2017-01-103-15/+4
| | | | | | | | PR: 215423 Approved by: rene (mentor, implicit), maintainer-timeout Notes: svn path=/head/; revision=431070
* update qmapshack to 1.7.1Christoph Moench-Tegeder2016-10-183-4/+15
| | | | | | | | | PR: 212844 Approved by: rene (mentor) Approved by: maintainer timeout Notes: svn path=/head/; revision=424204
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-1/+1
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* astro/qmapshack: Update version 1.6.1=>1.6.3Muhammad Moinur Rahman2016-07-146-64/+20
| | | | | | | | | | - Upstream FreeBSD support PR: 210808 Submitted by: cmt Notes: svn path=/head/; revision=418552
* - Clarify LICENSE, add LICENSE_FILEDmitry Marakasov2016-06-231-5/+4
| | | | | | | | | - Fix dependency on qt5-dbus (move to USE_QT5) Approved by: portmgr blanket Notes: svn path=/head/; revision=417370
* astro/qmapshack: Update version 1.3.1=>1.6.1Muhammad Moinur Rahman2016-06-106-9/+74
| | | | | | | | | | | | - UNBREAK - Remove depreceation - Reqiores c++11 based compiler PR: 210063 Submitted by: cmt Notes: svn path=/head/; revision=416665
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-031-0/+2
| | | | Notes: svn path=/head/; revision=416324
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Mark BROKEN: unfetchableAntoine Brodin2015-11-011-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=400614
* [NEW] astro/qmapshack: Ultimate outdoor aficionado's toolMuhammad Moinur Rahman2015-10-275-0/+47
Use QMapShack to plan your next outdoor trip or to visualize and archive all the GPS recordings of your past exciting adventures. QMapShack is the next generation of the famous QLandkarte GT application. And of course it's even better and easier to use. WWW: http://bitbucket.org/maproom/qmapshack Notes: svn path=/head/; revision=400234