aboutsummaryrefslogtreecommitdiff
path: root/databases/grass7/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* databases/grass7: Update to 7.8.6Loïc Bartoletti2021-10-211-14/+1
| | | | | Changes: - https://grass.osgeo.org/news/2021_10_10_grass_gis_7_8_6_released/
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* databases/grass7: unbreak on i386Loïc Bartoletti2021-06-191-7/+5
| | | | | | | | | It needs GCC to configure and build grass7 on i386. The v.in.pdal module is not available as some documentation pages. PR: 256055 Reported by: chris@crvintel.com Tested by: chris@crvintel.com
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/grass7: Does not configure on i386Loïc Bartoletti2021-03-041-0/+1
| | | | | | | - Could not determine External PROJ major version. Notes: svn path=/head/; revision=567287
* graphics/gdal: Set the default options as a workable setLoïc Bartoletti2021-02-231-1/+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
* databases/grass7: remove use of sbrkLoïc Bartoletti2021-02-071-7/+1
| | | | | | | | | | sbrk is deprecated and is not present on some architectures. There is only one use of this function in grass for the r.terraflow module. Its use will be removed in the next version, so I integrate this patch now to use it on architectures that don't have sbrk. Thanks to mikael@ for the tests on aarch64 Notes: svn path=/head/; revision=564633
* Bump PORTREVISION for science/netcdf shlib changeSunpoet Po-Chuan Hsieh2021-01-261-0/+1
| | | | Notes: svn path=/head/; revision=562679
* databases/grass7: Update to 7.8.5Loïc Bartoletti2021-01-131-3/+2
| | | | | | | Release note at https://trac.osgeo.org/grass/wiki/Release/7.8.5-News Notes: svn path=/head/; revision=561501
* databases/grass7: fix build on i386Loïc Bartoletti2020-12-161-0/+1
| | | | | | | bin/proj needs to be explicitly passed on i386. Notes: svn path=/head/; revision=558211
* 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-0/+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
* databases/grass7: Update to 7.8.4Loïc Bartoletti2020-10-061-1/+1
| | | | | | | | | | | - update grass7 to 7.8.4 - bump qgis and qgis-ltr portversion Changelog: - https://trac.osgeo.org/grass/wiki/Release/7.8.4-News Notes: svn path=/head/; revision=551576
* databases/grass7: fix build on GCC architecturesPiotr Kubaj2020-09-161-1/+1
| | | | | | | | Force C11 compiler: checking whether the C compiler (cc -O2 -pipe -std=c11 -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -fstack-protector-strong ) works... no Notes: svn path=/head/; revision=548804
* databases/grass7: fix build on 11i386Loïc Bartoletti2020-08-291-5/+11
| | | | | | | | | | | | | When I added the option for compiling with openmp, like other ports, I don't use compiler:openmp but directly the default compiler because it works just as well. However, on FreeBSD 11, grass only builds well with LLVM90. While I'm here I added with-proj-[includes|libs] to be more thorough Approved by: tcberner MFH: 2020Q3 Differential Revision: https://reviews.freebsd.org/D25712 Notes: svn path=/head/; revision=546879
* databases/grass7: Unbreak ports (fix r540559)Loïc Bartoletti2020-06-291-3/+3
| | | | | | | | | | | | | - fix bsd.post.mk - Replace spaces by tabs (pet portlint) PR: 247583 Submitted by: Rainer Hurling Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25497 Notes: svn path=/head/; revision=540744
* databases/grass7: Fix build on aarch64 and update to 7.8.3Loïc Bartoletti2020-06-271-16/+24
| | | | | | | | | | | | | - update to 7.8.3 - add patches to remove some noise from ctype - fix build on aarch64 (only r.terraflow module is problematic on aarch64) Reported by: mikael (aarch64) Approved by: tcberner (mentor), mikael (aarch64) Differential Revision: https://reviews.freebsd.org/D25331 Notes: svn path=/head/; revision=540559
* x11-toolkits/wxgtk30: Update to 3.0.5.1Loïc Bartoletti2020-05-171-1/+1
| | | | | | | | | | | | | Changelog: - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt PR: 246218 Approved by: tcberner (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D24808 Notes: svn path=/head/; revision=535516
* Bump 37 ports depending on math/openblas through USES=blaslapack:openblas ↵Yuri Victorovich2020-05-061-0/+1
| | | | | | | because after the recent math/openblas update the library name changed in openblas Notes: svn path=/head/; revision=534190
* databases/grass7, math/saga, graphics/qgis and graphics/qgis-ltr: update to ↵Loïc Bartoletti2020-04-011-38/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | latest versions - math/saga: - Update to 7.6.2 - Use wxWidgets 3.0+ instead of 3.1+ since 3.1 is not a mandatory version and this reduces the number of packages installed when you install saga and qgis/grass (which requires version 3.0). - databases/grass7: - Update to 7.8.2 first version for python3 only - Use ${PY_NUMPY} variable - Readd openmp - Use wxPython40 for python3 - Remove bash dependency. You can use any shell. - Rework the workaround in post-install (for / touch files). Fix the long (random) standing issue with pkg-plist - Alphabetize USES and OPTIONS - Replace XX_configure_on by XX_configure_with as possible - graphics/qgis: - Update to 3.12.1 - Remove patches (applied upstream or fixed in ports: pyqt5 / sip) - graphics/qgis-ltr: - Update to 3.10.4 PR: 241892, 244979 Reported by: rainer hurling (maintainer), lbartoletti (maintainer) Reviewed by: tcberner (mentor), rainer hurling (maintainer) Approved by: tcberner (mentor), rainer hurling (maintainer) Differential Revision: https://reviews.freebsd.org/D24198 Notes: svn path=/head/; revision=530236
* x11-toolkits/py-wxPython40: GUI toolkit for the Python programming languageLoïc Bartoletti2020-02-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | py-wxPython40 aka Phoenix is a reborn of wxPython and in particular it allows to use wxWidgets with Python3. - Add x11-toolkits/py-wxPython40 - Replace wxPython30 by wxPython40 when python wxWidgets is required - Fix cad/kicad and cad/kicad-devel to use wxPython40 "Phoenix" - Update comms/congruity, graphics/py-mayavi from wx 2.8 to 3.0 - While I'm here fix portlint per emulators/playonbsd - Remove RUN_DEPENDS from USE_WX per graphics/djvusmooth - Bump portversion - Fix unicode on x11-toolkits/wxgtk30 and take Maintainer'ship PR: 241893 Reviewed by: koobs, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21915 Exp-run by: antoine Notes: svn path=/head/; revision=527449
* databases/grass7: add SONAME and use new path for graphics/qgis*Loïc Bartoletti2020-02-061-5/+2
| | | | | | | | | | | | | | | | - Add SONAME (upstreamed) [1] - Remove the (bad) idea to keep a symlink to the old path logic (grass-M.m.b) - Fix FindGRASS.cmake for graphics/qgis and graphics/qgis-ltr (upstreamed) [2] [1] https://github.com/OSGeo/grass/pull/301 [2] https://github.com/qgis/QGIS/pull/34088 PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243736 Approved by: Rainer Hurlin (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D23470 Notes: svn path=/head/; revision=525400
* Fix math/openblas and bump dependent portsSteve Wills2020-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | * Fix build on i386 [1] * Fix science/code_saturne build with new openblas [2] * Avoid installing private headers [3] * Prevent build from optimizing for host by correcting build confg [4] * Bump portrevision of dependent ports [5] This is correcting issues from r523749 [1][2][4] and r515970 [3] PR: 231371 Reported by: build cluster [1] Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2] Reported by: many [5] Reviewed by: mat, bapt Approved by: implicit, since this is a build fix Notes: svn path=/head/; revision=524642
* Bump PORTREVISION for graphics/gdal shlib changeSunpoet Po-Chuan Hsieh2020-01-221-1/+1
| | | | Notes: svn path=/head/; revision=523793
* Change my mail address to lbartoletti@FreeBSD.orgLoïc Bartoletti2020-01-141-1/+1
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D23169 Notes: svn path=/head/; revision=523070
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* databases/grass7: fix packaging and change optionsKurt Jaeger2019-09-291-10/+15
| | | | | | | | | | | | | | | - Remove with-openmp since the build failed for 3 modules with openmp since 2019-09-10 - Remove some default options less used (NETCDF MYSQL ODBC) or non existant (NETLIB) - Add zstd option - Uses NLS as an option PR: 240892 Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=513260
* databases/grass7: builds fine after r512983Jan Beich2019-09-281-1/+0
| | | | Notes: svn path=/head/; revision=513125
* Mark BROKEN: fails to packageAntoine Brodin2019-09-261-0/+1
| | | | | | | | | | | | | | | | | pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/bin/r.resamp.rst:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/bin/r.sun:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/bin/v.surf.rst:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/html/r.resamp.rst.html:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/html/r.sun.html:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/html/v.surf.rst.html:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/man/man1/r.resamp.rst.1.gz:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/man/man1/r.sun.1.gz:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass76/docs/man/man1/v.surf.rst.1.gz:No such file or directory Reported by: pkg-fallout Notes: svn path=/head/; revision=512909
* databases/grass7: Remove MOTIF optionNiclas Zeising2019-09-101-6/+3
| | | | | | | | | | | | Remove the MOTIF option from databases/grass7. This option is a noop, since the configure options it controls doesn't do anything. In addition, this option adds a dependency on graphics/libGLw, which is deprecated. PR: 240133 Approved by: Loic Bartoletti (maintainer) Notes: svn path=/head/; revision=511737
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* 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
* Update graphics/libgeotiff to 1.5.1Sunpoet Po-Chuan Hsieh2019-06-271-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/NEWS https://lists.osgeo.org/pipermail/geotiff/2019-March/000861.html https://lists.osgeo.org/pipermail/geotiff/2019-March/000862.html Notes: svn path=/head/; revision=505219
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-1/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* databases/grass7: update to 7.6.1Steve Wills2019-04-111-9/+9
| | | | | | | | PR: 236830 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=498626
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Update science/netcdf to 4.6.3Sunpoet Po-Chuan Hsieh2019-03-021-1/+1
| | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/Unidata/netcdf-c/releases https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md Notes: svn path=/head/; revision=494422
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-251-0/+1
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2019-02-151-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=493020
* - Update `databases/grass7' to version 7.6.0Alexey Dokuchaev2019-02-021-3/+6
| | | | | | | | | | | - Reformat pkg-message for better readability and kill stray EOL whitespace PR: 235307 Submitted by: maintainer Notes: svn path=/head/; revision=491916
* - Update to 7.4.4Wen Heping2019-01-111-4/+3
| | | | | | | | PR: 234834 Submitted by: lbartoletti@tuxfamily.org(maintainer) Notes: svn path=/head/; revision=489928
* 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
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* databases/grass7: update 7.4.1 -> 7.4.3, unbreak buildKurt Jaeger2018-12-081-3/+16
| | | | | | | | | | | | PR: 228605 Reported by: ohartmann@walstatt.org Reviewed by: Rainer Hurling <rhurlin@gwdg.de> Approved by: lbartoletti@tuxfamily.org (maintainer) Relnotes: https://grass.osgeo.org/news/78/15/GRASS-GIS-7-4-2-released/ https://trac.osgeo.org/grass/wiki/Release/7.4.3-News Notes: svn path=/head/; revision=486934
* databases/grass7: update 7.4.0 -> 7.4.1Kurt Jaeger2018-11-291-35/+35
| | | | | | | | | PR: 228975 Submitted by: lbartoletti@tuxfamily.org (maintainer) Relnotes: https://trac.osgeo.org/grass/wiki/Release/7.4.1-News Notes: svn path=/head/; revision=486155
* Deprecate ports broken for more than 6 monthsAntoine Brodin2018-11-181-0/+2
| | | | Notes: svn path=/head/; revision=485242
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+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