aboutsummaryrefslogtreecommitdiff
path: root/databases/postgis24
Commit message (Collapse)AuthorAgeFilesLines
* databases/postgis24: Update 2.4.5_1 -> 2.4.7Bradley T. Hughes2019-03-224-202/+153
| | | | | | | | | | PR: 236556 Submitted by: lbartoletti@tuxfamily.org (maintainer) Sponsored by: Miles AS Differential Revision: https://reviews.freebsd.org/D19600 Notes: svn path=/head/; revision=496603
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+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
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2018-11-302-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=486294
* Fix build on gcc-based archs by updating USES.Mark Linimon2018-09-221-1/+2
| | | | | | | | | | | Tested on powerpc64 and amd64 (for no regression). While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480340
* databases/postgis24: update to 2.4.5Christoph Moench-Tegeder2018-09-143-97/+99
| | | | | | | | | | | | http://postgis.net/2018/09/12/postgis-2.4.5/ while here, some editorial cleanups. PR: 231352 Approved by: lbartoletti at tuxfamily.org (maintainer) Notes: svn path=/head/; revision=479809
* Update devel/json-c to 0.13.1Sunpoet Po-Chuan Hsieh2018-09-051-0/+1
| | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine Notes: svn path=/head/; revision=479045
* Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:Mark Linimon2018-06-241-0/+1
| | | | | | | | | | | | | | | cc: error: invalid linker name in argument '-fuse-ld=bfd' Neither emaste nor I can figure out exactly where the offending stanza is coming in. It will take someone with more knowledge of gmake debug flags, and possibly the src build infrastructure, to figure it out. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473169
* Update to upstream release 2.4.4Thomas Zander2018-04-213-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: Bug fixes - #3055, [raster] ST_Clip() on a raster without band crashes the server (Regina Obe) - #3942, geojson: Do not include private header for json-c >= 0.13 (Bjoern Esser) - #3952, ST_Transform fails in parallel mode (Paul Ramsey) - #3978, Fix KNN when upgrading from 2.1 or older (Sandro Santilli) - #4003, lwpoly_construct_circle: Avoid division by zero (Raul Marin Rodriguez) - #4004, Avoid memory exhaustion when building a btree index (Edmund Horner) - #4016, proj 5.0.0 support (Raul Marin Rodriguez) - #4017, lwgeom lexer memory corruption (Peter E) - #4020, Casting from box3d to geometry now returns correctly connected PolyhedralSurface (Matthias Bay) - #4025, #4032 Incorrect answers for temporally "almost overlapping" ranges (Paul Ramsey, Darafei Praliaskouski) - #4052, schema qualify several functions in geography (Regina Obe) - #4055, ST_ClusterIntersecting drops SRID (Daniel Baston) PR: 227360 Submitted by: lbartoletti@tuxfamily.org (maintainer) MFH: 2018Q2 Notes: svn path=/head/; revision=467890
* databases/postgis23, databases/postgis24: minor updatesLuca Pizzamiglio2018-01-283-8/+12
| | | | | | | | PR: 225274 Submitted by: lbartoletti@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=460169
* Add port databases/postgis24 by repo copy from databases/postgis23Rodrigo Osorio2017-12-195-0/+448
| | | | | | | | | | | | See https://svn.osgeo.org/postgis/tags/2.4.2/NEWS for new features in 2.4 branch, bugfixes and enhancements PR: 222703 Submitted by: lbartoletti@tuxfamily.org Reviewed by: sunpoet Notes: svn path=/head/; revision=456739
* Revert files addition for databases/postgis24Rodrigo Osorio2017-12-195-448/+0
| | | | | | | | | | | As specified in the committers manual Section 19.4*, when adding a port related to another, we should do a repo copy instead of add new files. PR: 222703 Notes: svn path=/head/; revision=456738
* Add new port postgis24 for v2.4.xRodrigo Osorio2017-12-175-0/+448
See https://svn.osgeo.org/postgis/tags/2.4.2/NEWS for new features in 2.4 branch, bugfixes and enhancements Upgrade postgis22 from v2.2.5 to 2.2.6 Multiple bug fixes, see changelog https://svn.osgeo.org/postgis/tags/2.2.6/NEWS Upgrade postfix23 from v2.3.3 to v2.3.5 Multiple bug fixes and enhancements, see changelog https://svn.osgeo.org/postgis/tags/2.3.5/NEWS Fix and expand CONFLICTS_INSTALL for the postgis2* ports reorder USES and USE_* in database/postgis20 to makes portlint happy PR: 222703 Submitted by: lbartoletti@tuxfamily.org Approved by: rhurlin@gwdg.de (maintainer) Notes: svn path=/head/; revision=456527