The NetBSD Project

CVS log for pkgsrc/databases/postgresql-postgis2/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / postgresql-postgis2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.143 / (download) - annotate - [select for diffs], Thu Feb 15 18:14:27 2024 UTC (5 weeks, 6 days ago) by gdt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.142: +2 -2 lines
Diff to previous 1.142 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.4.2

Upstream NEWS: bugfixes

Revision 1.142 / (download) - annotate - [select for diffs], Tue Jan 30 18:29:17 2024 UTC (8 weeks, 1 day ago) by adam
Branch: MAIN
Changes since 1.141: +2 -1 lines
Diff to previous 1.141 (colored) to selected 1.94 (colored)

revbump for devel/abseil

Revision 1.141 / (download) - annotate - [select for diffs], Tue Nov 21 00:33:33 2023 UTC (4 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.140: +2 -3 lines
Diff to previous 1.140 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.4.1

upstream NEWS: bugfixes and minor improvements

Revision 1.140 / (download) - annotate - [select for diffs], Wed Nov 15 20:00:35 2023 UTC (4 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.139: +2 -2 lines
Diff to previous 1.139 (colored) to selected 1.94 (colored)

*: bump for openexr 3.2.1

Revision 1.139 / (download) - annotate - [select for diffs], Wed Nov 15 18:14:41 2023 UTC (4 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.138: +2 -2 lines
Diff to previous 1.138 (colored) to selected 1.94 (colored)

*: bump for protobuf 25

Revision 1.138 / (download) - annotate - [select for diffs], Sun Nov 12 13:20:54 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.137: +2 -2 lines
Diff to previous 1.137 (colored) to selected 1.94 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.137 / (download) - annotate - [select for diffs], Wed Nov 8 13:18:29 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.136: +2 -2 lines
Diff to previous 1.136 (colored) to selected 1.94 (colored)

*: recursive bump for icu 74.1

Revision 1.136 / (download) - annotate - [select for diffs], Thu Nov 2 12:20:02 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.135: +2 -2 lines
Diff to previous 1.135 (colored) to selected 1.94 (colored)

*: recursive bump for protobuf

Revision 1.135 / (download) - annotate - [select for diffs], Tue Oct 24 22:08:33 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.134: +2 -2 lines
Diff to previous 1.134 (colored) to selected 1.94 (colored)

*: bump for openssl 3

Revision 1.134 / (download) - annotate - [select for diffs], Thu Oct 19 15:08:30 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.133: +2 -1 lines
Diff to previous 1.133 (colored) to selected 1.94 (colored)

*: recursive bump for dav1d 1.3

Revision 1.133 / (download) - annotate - [select for diffs], Wed Aug 16 14:36:39 2023 UTC (7 months, 1 week ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.132: +8 -6 lines
Diff to previous 1.132 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.4.0

Packaging changes:
  - Accept pgsql 15.
  - No longer accept pgsql 11.
  - use gsed as tool (something in the build wanted it)

Selected upstream NEWS:

PostGIS 3.4.0
2023/08/xx

There are 2 new ./configure switches:

 -  --disable-extension-upgrades-install, will skip installing all the extension upgrade scripts except for the ANY--currentversion. If you use this, you can install select upgrades using the postgis commandline tool
 -  --without-pgconfig, will build just the commandline tools
    raster2pgsql and shp2pgsql even if PostgreSQL is not installed

* New Features *
  - #5052, target version support in postgis_extensions_upgrade
    (Sandro Santilli)
  - New install-extension-upgrades command in postgis script (Sandro Santilli)
  - #5006, GH705, ST_Transform: Support PROJ pipelines (Robert Coup, Koordinates)
  - #5283, [postgis_topology] RenameTopology (Sandro Santilli)
  - #5286, [postgis_topology] RenameTopoGeometryColumn (Sandro Santilli)
  - GH703, [postgis_raster] Add min/max resampling as options (Christian Schroeder)
  - #5336, [postgis_topology] topogeometry cast to topoelement support (Regina Obe)
  - Allow singleton geometry to be inserted into Geometry(Multi*) columns (Paul Ramsey)
  - GH721, New window-based ST_ClusterWithinWin and ST_ClusterIntersectingWin (Paul Ramsey)
  - #5267, ST_Project signature for geometry, and two-point signature (Paul Ramsey)
  - #5267, ST_LineExtend for extending linestrings (Paul Ramsey)
  - New coverage functions ST_CoverageInvalidEdges, ST_CoverageSimplify, ST_CoverageUnion (Paul Ramsey)

* Enhancements *
  - #5092, reduce number of upgrade paths installed on system,
           by providing an ANY intermediary path that all upgrades will
           go thru (Sandro Santilli)

* Breaking Changes *
  - #5306, GH734, postgis_full_version() and postgis_proj_version()
    now output more information about proj network configuration
    and data paths. GEOS compile-time version
    also shown if different from run-time
    (Paul Ramsey, Sandro Santilli)
  - #5447, postgis_restore.pl renamed to postgis_restore
    (Sandro Santilli)
  - Utilities now installed in OS bin or
    user specified --bindir and --prefix
    instead of postgresql bin
    and extension stripped except on windows
    (postgis, postgis_restore, shp2pgsql, raster2pgsql, pgsql2shp,
    pgtopo_import, pgtopo_export)

Revision 1.132 / (download) - annotate - [select for diffs], Wed Aug 2 01:15:00 2023 UTC (7 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.131: +1 -2 lines
Diff to previous 1.131 (colored) to selected 1.94 (colored)

postgresql-postgis2: reset PKGREVISION after update

Revision 1.131 / (download) - annotate - [select for diffs], Wed Aug 2 01:00:46 2023 UTC (7 months, 3 weeks ago) by gdt
Branch: MAIN
Changes since 1.130: +2 -2 lines
Diff to previous 1.130 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.3.4

Upstream changes are bug fixes and minor enhancements, and:

  - #5385, Take out interruptability of ST_AsMVT
           as it causes backend crash under intense conditions
          (Regina Obe, Paul Ramsey)

Revision 1.130 / (download) - annotate - [select for diffs], Tue Jun 6 12:40:33 2023 UTC (9 months, 3 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.129: +3 -3 lines
Diff to previous 1.129 (colored) to selected 1.94 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.129 / (download) - annotate - [select for diffs], Tue Jun 6 08:02:08 2023 UTC (9 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.128: +2 -1 lines
Diff to previous 1.128 (colored) to selected 1.94 (colored)

*: recursive bump for math/imath shlib version change

Revision 1.128 / (download) - annotate - [select for diffs], Wed May 31 13:30:12 2023 UTC (9 months, 4 weeks ago) by gdt
Branch: MAIN
Changes since 1.127: +9 -10 lines
Diff to previous 1.127 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.3.3

Packaging changes:

  - Clean up bl3, and bump API to 3.0 from 2.0, just because it seems
    ridiculous to build against postgis 2 and likely won't work.
  - Adjust indentation because pkglint says so, but NFC.

Upstream NEWS: bugfixes

Revision 1.127 / (download) - annotate - [select for diffs], Sun May 28 17:04:31 2023 UTC (10 months ago) by wiz
Branch: MAIN
Changes since 1.126: +2 -2 lines
Diff to previous 1.126 (colored) to selected 1.94 (colored)

*: recursive bump for imath shared library major version bump

Revision 1.126 / (download) - annotate - [select for diffs], Sun May 7 12:33:43 2023 UTC (10 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.125: +2 -2 lines
Diff to previous 1.125 (colored) to selected 1.94 (colored)

*: recursive bumpf ro math/imath shlib bump

Revision 1.125 / (download) - annotate - [select for diffs], Wed Apr 19 08:08:08 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.124: +2 -2 lines
Diff to previous 1.124 (colored) to selected 1.94 (colored)

revbump after textproc/icu update

Revision 1.124 / (download) - annotate - [select for diffs], Fri Mar 31 20:52:12 2023 UTC (11 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.123: +2 -2 lines
Diff to previous 1.123 (colored) to selected 1.94 (colored)

libheif: add dav1d to bl3.mk file

pkg-config fails otherwise

Bump all dependencies

Revision 1.123 / (download) - annotate - [select for diffs], Sun Jan 29 21:15:42 2023 UTC (13 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.122: +2 -2 lines
Diff to previous 1.122 (colored) to selected 1.94 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.122 / (download) - annotate - [select for diffs], Tue Jan 3 17:36:17 2023 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.121: +2 -2 lines
Diff to previous 1.121 (colored) to selected 1.94 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.121 / (download) - annotate - [select for diffs], Sun Nov 27 13:55:49 2022 UTC (16 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.120: +2 -2 lines
Diff to previous 1.120 (colored) to selected 1.94 (colored)

geography/proj: recursive revbump

Revision 1.120 / (download) - annotate - [select for diffs], Wed Nov 23 16:18:35 2022 UTC (16 months ago) by adam
Branch: MAIN
Changes since 1.119: +2 -1 lines
Diff to previous 1.119 (colored) to selected 1.94 (colored)

massive revision bump after textproc/icu update

Revision 1.119 / (download) - annotate - [select for diffs], Sun Nov 13 12:43:39 2022 UTC (16 months, 2 weeks ago) by gdt
Branch: MAIN
Changes since 1.118: +2 -3 lines
Diff to previous 1.118 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.3.2

This is a micro-update with bugfixes.

Revision 1.118 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:19 2022 UTC (17 months ago) by wiz
Branch: MAIN
Changes since 1.117: +2 -1 lines
Diff to previous 1.117 (colored) to selected 1.94 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.117 / (download) - annotate - [select for diffs], Fri Sep 16 23:39:23 2022 UTC (18 months, 1 week ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.3.1

This is a micro release; upstream changes are bugfixes and minor
improvements.

Revision 1.116 / (download) - annotate - [select for diffs], Sun Sep 4 00:31:01 2022 UTC (18 months, 3 weeks ago) by gdt
Branch: MAIN
Changes since 1.115: +21 -9 lines
Diff to previous 1.115 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.3.0

packaging changes:
  - require pgsql >= 11, per upstream
  - enable address standardizer module

PostGIS 3.3.0
2022/08/26

This version requires PostgreSQL 11 or higher, GEOS 3.6 or higher, and Proj 5.2+.
Additional features are enabled if you are running GEOS 3.9+
ST_MakeValid enhancements with 3.10+, ST_ConcaveHull and several other enhancements with GEOS 3.11+.
Requires SFCGAL 1.4.1+ for ST_AlphaShape and ST_OptimalAlphaShape.

The new --enable-lto flag improves math computations.  This new feature is disabled by default
because on some platforms, causes compilation errors (BSD and MingW64 issues have been raised)

Use below to enable it.

 ./configure --enable-lto flag

 * New features *
  - #5116, Topology export/import scripts (Sandro Santilli)
  - ST_Letters creates geometries that look like letters (Paul Ramsey)
  - #5037, postgis_sfcgal: ST_3DConvexHull (Loïc Bartoletti)
  - postgis_sfcgal: sfcgal_full_version - reports BOOST and CGAL version
    (Loïc Bartoletti)
  - GH659, MARC21/XML, ST_GeomFromMARC21, ST_AsMARC21 (Jim Jones)
  - #5132, GH683, sfcgal: ST_3DUnion aggregate function (Sergei Shoulbakov)
  - #5143, SFCGAL ST_AlphaShape and ST_OptimalAlphaShape
           Requires SFCGAL 1.4.1+ (Loïc Bartoletti)
  - #5162, ST_TriangulatePolygon with GEOS 3.11+ (Paul Ramsey, Martin Davis)
  - #5162, ST_SimplifyPolygonHull with GEOS 3.11+ (Paul Ramsey, Martin Davis)
  - #5183, topology.RemoveUnusedPrimitives (Sandro Santilli)

 * Breaking changes *
  - Drop support for PostgreSQL 9.6 and 10 (Regina Obe)
  - Change output for WKT MULTIPOINT. All points now
    wrapped in parens. (Even Roualt)
  - GH674, geometry validation and fixing is disabled
    for ST_DumpAsPolygons and ST_Polygon so it works faster
    but might produce invalid polygons. (Aliaksandr Kalenik)

 * Enhancements *
  - #2861, Add index on topology.node(containing_face) speeding up
    splitting and merging of faces (Sandro Santilli)
  - #2083, Speed up ST_RemEdge topology functions adding index on
    relation(element_id) and edge_data(abs_next*) (Sandro Santilli)
  - #5118, Allow dropping topologies with missing topogeometry sequences
    (Sandro Santilli)
  - #5111, faster topology face MBR computation (Sandro Santilli)
  - postgis_extensions_upgrade() support for upgrades from any PostGIS
    version, including yet to be released ones (Sandro Santilli)
  - #5040, add postgis_sfcgal_full_version (Loïc Bartoletti)
  - GH655, GiST: balance the tree splits better in recursive calls (Darafei Praliaskouski)
  - GH657, GiST: do not call no-op decompress function (Aliaksandr Kalenik)
  - #4939, #5161, ST_LineMerge now has option to keep the directions of input linestrings,
    useful when processing road graphs. Requires GEOS 3.11. (Sergei Shoulbakov)
  - ST_ConcaveHull GEOS 3.11+ native implementation (Paul Ramsey, Martin Davis)
  - ST_ConcaveHull GEOS 3.11+ polygon-respecting native implementation (Paul Ramsey, Martin Davis)
  - #4574, GH678, #5121 Enable Link-Time Optimizations using --enable-lto (Sergei Shoulbakov)
  - GH676, faster ST_Clip (Aliaksandr Kalenik)
  - #5135, Fast GiST index build is enabled by default for PostgreSQL 15+ (Sergei Shoulbakov)
  - #4939, #5161, ST_LineMerge now has option to keep the directions of input linestrings,
    useful when processing road graphs. Requires GEOS 3.11. (Sergei Shoulbakov)
  - #5158, pgtopo_import / pgtopo_export manpages (Sandro Santilli)
  - #5170, add a optional max_rows_per_copy to -Y option to raster2pgsql to
    control number of rows per copy statement.
    Default to 50 when not specified (Regina Obe)
  - GH698, support parallel aggregate for ST_Union (Sergei Shoulbakov)
  - #5024, Update spatial_ref_sys as part of ALTER EXTENSION update postgis (Paul Ramsey)

 * Bug Fixe *

Revision 1.115 / (download) - annotate - [select for diffs], Tue Jun 28 11:31:32 2022 UTC (21 months ago) by wiz
Branch: MAIN
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 (colored) to selected 1.94 (colored)

*: recursive bump for perl 5.36

Revision 1.114 / (download) - annotate - [select for diffs], Fri May 13 13:47:35 2022 UTC (22 months, 2 weeks ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.113: +2 -2 lines
Diff to previous 1.113 (colored) to selected 1.94 (colored)

revbump for gdal-lib update

Revision 1.113 / (download) - annotate - [select for diffs], Mon Apr 25 06:25:43 2022 UTC (23 months ago) by wiz
Branch: MAIN
Changes since 1.112: +1 -2 lines
Diff to previous 1.112 (colored) to selected 1.94 (colored)

*: remove some references to postgresql 9.6

Revision 1.112 / (download) - annotate - [select for diffs], Mon Apr 18 19:09:43 2022 UTC (23 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.111: +2 -2 lines
Diff to previous 1.111 (colored) to selected 1.94 (colored)

revbump for textproc/icu update

Revision 1.111 / (download) - annotate - [select for diffs], Sun Apr 3 18:50:18 2022 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.110: +2 -1 lines
Diff to previous 1.110 (colored) to selected 1.94 (colored)

revbump for devel/protobuf

Revision 1.110 / (download) - annotate - [select for diffs], Tue Feb 15 15:17:59 2022 UTC (2 years, 1 month ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.109: +5 -5 lines
Diff to previous 1.109 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.2.1

upstream changes: bugfixes

Revision 1.109 / (download) - annotate - [select for diffs], Tue Jan 18 17:42:25 2022 UTC (2 years, 2 months ago) by gdt
Branch: MAIN
Changes since 1.108: +2 -2 lines
Diff to previous 1.108 (colored) to selected 1.94 (colored)

*: revbump for gdal-lib update

Revision 1.108 / (download) - annotate - [select for diffs], Tue Dec 28 21:10:53 2021 UTC (2 years, 2 months ago) by triaxx
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.107: +3 -3 lines
Diff to previous 1.107 (colored) to selected 1.94 (colored)

postgresql-postgis2: Add 14 as acceptable pgsql version

pkgsrc changes:
---------------
  * Add 14 to PGSQL_VERSION_ACCEPTABLE to fix a dependency failure of
    geography/mapserver with PostgreSQL 14.
  * Fix BUILDLINK_ABI_DEPENDS that contained a hardcoded dependency.
  * Bump revision.

Revision 1.107 / (download) - annotate - [select for diffs], Sat Dec 18 15:13:02 2021 UTC (2 years, 3 months ago) by gdt
Branch: MAIN
Changes since 1.106: +4 -4 lines
Diff to previous 1.106 (colored) to selected 1.94 (colored)

postgresql-postgis2: Update to 3.2.0

See NEWS in sources for details.  A summary of upstream NEWS:


* Enhancements and bugfixes


PostGIS 3.2.0 (Olivier Courtin Edition)
2021/12/17
This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher
, and Proj 4.9+.
Additional features are enabled if you are running GEOS 3.9+
(and ST_MakeValid enhancements with 3.10+),
Proj 6.1+, and PostgreSQL 14+.
Due to some query performance degradation
with the new fast index build that requires PG14,
we have decided to disable the feature by default
until we get more user testing
as to the true impact of real-world queries.
If you are running PG14+, you can reenable it by doing

ALTER OPERATOR FAMILY gist_geometry_ops_2d USING gist
     ADD FUNCTION 11 (geometry)
     geometry_gist_sortsupport_2d (internal);
and then reindex your gist indexes.

To revert back to the old index behavior:
   ALTER OPERATOR FAMILY gist_geometry_ops_2d using gist
     DROP FUNCTION 11 (geometry);

and then reindex your gist indexes.

 * Breaking changes *
  - #5008, Empty geometries are not reported as being within Infinite
           distance by ST_DWithin (Sandro Santilli)
  - #4824, Removed `--without-wagyu` build option. Using Wagyu is now mandatory to build with MVT support.
  - #4933, topology.GetFaceByPoint will not work with topologies having invalid edge linking.
  - #4981, ST_StartPoint support any geometry. No longer returns null for non-linestrings.
  - #4149, ST_AsMVTGeom now preserves more of original geometry's details at scale close to target extent.
           If you need previous simplifying behaviour, you can ST_Simplify the geometry in advance.
           (Darafei Praliaskouski)
  - Proj 4.9 or higher is required
  - #5000, Turn off Window support in ST_AsMVT aggregate
        as no real use-case for it and it crashes with random input
        (Paul Ramsey)

 * New features*
  - #4923, topology.ValidateTopologyRelation (Sandro Santilli)
  - #4933, topology.GetFaceContainingPoint (Sandro Santilli)
  - #2175, ST_Scroll (Sandro Santilli)
  - #4841, FindTopology to quickly get a topology record (Sandro Santilli)
  - #4869, FindLayer to quickly get a layer record (Sandro Santilli)
  - #4851, TopoGeom_addTopoGeom function (Sandro Santilli)
  - ST_MakeValid(geometry, options) allows alternative validity building
    algorithms with GEOS 3.10 (Paul Ramsey)
  - ST_InterpolateRaster() fills in raster cells between sample points
    using one of a number of algorithms (inverse weighted distance, average, etc)
    using algorithms from GDAL
    (Paul Ramsey)
  - ST_Contour() generates contour lines from raster values
    using algorithms from GDAL (Paul Ramsey)
  - ST_SetZ()/ST_SetM() fills in z/m coordinates of a geometry using data read
    from a raster (Paul Ramsey)
  - New postgis.gdal_vsi_options GUC allows out-db rasters on VSI network
    services to be accessed with authentication keys, etc. (Paul Ramsey)
  - ST_DumpSegments returns a set of segments of input geometry (Aliaksandr Kalenik)
  - #4859, ST_Point, ST_PointZ, ST_PointM, ST_PointZM, constructors
    with SRID parameter (Paul Ramsey)
  - #4808, ST_ClusterKMeans now supports max_radius argument. Use it when you're not sure what is
    the number of clusters but you know what the size of clusters should be. (Darafei Praliaskouski)

Revision 1.106 / (download) - annotate - [select for diffs], Fri Dec 10 14:26:23 2021 UTC (2 years, 3 months ago) by gdt
Branch: MAIN
Changes since 1.105: +2 -1 lines
Diff to previous 1.105 (colored) to selected 1.94 (colored)

postgis: Add coment about running gdb on postgres during tests

Revision 1.105 / (download) - annotate - [select for diffs], Wed Dec 8 16:01:49 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.104: +2 -2 lines
Diff to previous 1.104 (colored) to selected 1.94 (colored)

revbump for icu and libffi

Revision 1.104 / (download) - annotate - [select for diffs], Thu Nov 11 12:02:48 2021 UTC (2 years, 4 months ago) by kim
Branch: MAIN
Changes since 1.103: +2 -2 lines
Diff to previous 1.103 (colored) to selected 1.94 (colored)

*: Revbump for protobuf-3.19.0

Fix for: Shared object "libprotobuf.so.29" not found

Revision 1.103 / (download) - annotate - [select for diffs], Mon Nov 1 13:48:41 2021 UTC (2 years, 4 months ago) by gdt
Branch: MAIN
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 (colored) to selected 1.94 (colored)

postgis: Respect LDFLAGS in shp2pgsql build

Resolves RELRO check failure.  Filed upstream.

Revision 1.102 / (download) - annotate - [select for diffs], Thu Oct 21 20:33:04 2021 UTC (2 years, 5 months ago) by kim
Branch: MAIN
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored) to selected 1.94 (colored)

*: Revbump for protobuf-3.18.0

Fix for: Shared object "libprotobuf.so.28" not found

Revision 1.101 / (download) - annotate - [select for diffs], Sat Oct 9 15:35:04 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100 (colored) to selected 1.94 (colored)

Recursive revbump for multimedia/libaom

Revision 1.100 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:28 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.99: +2 -1 lines
Diff to previous 1.99 (colored) to selected 1.94 (colored)

revbump for boost-libs

Revision 1.99 / (download) - annotate - [select for diffs], Sun Sep 5 00:36:29 2021 UTC (2 years, 6 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.98: +2 -3 lines
Diff to previous 1.98 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.1.4

Upstream changes: bug fixes

Revision 1.98 / (download) - annotate - [select for diffs], Sun Aug 15 14:23:58 2021 UTC (2 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.97: +2 -1 lines
Diff to previous 1.97 (colored) to selected 1.94 (colored)

*: recursive bump for openexr 3.1

Revision 1.97 / (download) - annotate - [select for diffs], Sun Jul 4 12:02:09 2021 UTC (2 years, 8 months ago) by gdt
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.1.3

Upstream changes: accomodate a breaking change in PostgreSQL 14 betas

Revision 1.96 / (download) - annotate - [select for diffs], Tue May 25 00:29:33 2021 UTC (2 years, 10 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.95: +2 -3 lines
Diff to previous 1.95 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Upgrade to 3.1.2

Upstream changes: bugfixes

Revision 1.95 / (download) - annotate - [select for diffs], Mon May 24 19:49:45 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored)

*: recursive bump for perl 5.34

Revision 1.94 / (download) - annotate - [selected], Mon May 3 16:28:46 2021 UTC (2 years, 10 months ago) by gdt
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored)

revbump for gdal-lib udpate

Revision 1.93 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:30 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored) to selected 1.94 (colored)

revbump for boost-libs

Revision 1.92 / (download) - annotate - [select for diffs], Wed Apr 21 11:40:15 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.91: +2 -2 lines
Diff to previous 1.91 (colored) to selected 1.94 (colored)

revbump for textproc/icu

Revision 1.91 / (download) - annotate - [select for diffs], Mon Apr 12 08:29:59 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored) to selected 1.94 (colored)

Revbump for multimedia/x265 update

Revision 1.90 / (download) - annotate - [select for diffs], Mon Mar 1 19:23:07 2021 UTC (3 years ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored) to selected 1.94 (colored)

revbump for gdal-lib update

Revision 1.89 / (download) - annotate - [select for diffs], Thu Feb 11 13:57:29 2021 UTC (3 years, 1 month ago) by gdt
Branch: MAIN
Changes since 1.88: +2 -1 lines
Diff to previous 1.88 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: revbump for geos update

Revision 1.88 / (download) - annotate - [select for diffs], Sat Jan 30 00:41:45 2021 UTC (3 years, 1 month ago) by gdt
Branch: MAIN
Changes since 1.87: +2 -3 lines
Diff to previous 1.87 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 3.1.1

Upstream changes: bugfixes

Revision 1.87 / (download) - annotate - [select for diffs], Sun Jan 3 01:28:49 2021 UTC (3 years, 2 months ago) by gdt
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored) to selected 1.94 (colored)

postgis: Revbump for geos update

Revision 1.86 / (download) - annotate - [select for diffs], Sat Dec 19 14:18:24 2020 UTC (3 years, 3 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.85: +5 -3 lines
Diff to previous 1.85 (colored) to selected 1.94 (colored)

postgresql-postgis2: Update to 3.1.0

packaging changes:  PostgresQL 9.5 is no longer supported.

Upstream NEWS:

PostGIS 3.1.0
2020/12/18

This version requires PostgreSQL 9.6 or higher and GEOS 3.6 or higher
Additional features are enabled if you are running GEOS 3.9.

 * Breaking changes *
  - #4737, Bump minimum protobuf-c requirement to 1.1.0 (Raúl Marín)
           The configure step will now fail if the requirement isn't
           met or explicitly disabled (--without-protobuf)
  - #4258, Separated postgis_sfcgal from postgis
           into its own lib file and extension (Regina Obe)
  - #4577, Drop support for PostgreSQL 9.5 (Raúl Marín)
  - #4601, ST_TileEnvelope signature changed.
  - #3057, ST_Force3D, ST_Force3DZ, ST_Force3DM and ST_Force4D signatures changed.

* Deprecated signatures *
  - Function postgis_svn_version() replaced by postgis_lib_revision()
    (Sandro Santilli)
  - #4214, Deprecated ST_Count(tablename,...), ST_ApproxCount(tablename, ...)
           ST_SummaryStats(tablename, ..),
           ST_Histogram(tablename, ...), ST_ApproxHistogram(tablename, ...),
           ST_Quantile(tablename, ...), ST_ApproxQuantile(tablename, ...) removed.
           (Darafei Praliaskouski)

 * New features*
  - #4687, (GEOS 3.9+) MaximumInscribedCircle (Paul Ramsey)
  - (GEOS 3.9+) Optional gridSize parameter to ST_Union, ST_UnaryUnion,
           ST_Difference, ST_Intersection, ST_SymDifference, ST_Subdivide
           for overlay with exact tolerance (Sandro Santilli)
  - #4624, ST_HexagonGrid and ST_SquareGrid, set returning functions to
           generate tilings of the plane (Paul Ramsey)
  - #4624, ST_Hexagon and ST_Square, shape generators (Paul Ramsey)
  - #4804, (GEOS 3.9+) ST_ReducePrecision allows valid precision reduction
           (Paul Ramsey)
  - #4710, ST_ClusterKMeans now works with 3D geometries (Darafei Praliaskouski)
  - #4801, ST_ClusterKMeans supports weights in POINT[Z]M geometries
           (Darafei Praliaskouski)
  - #4805, _ST_SortableHash exposed to work around parallel soring performance issue
           in Postgres. If your table is huge, use ORDER BY _ST_SortableHash(geom)
           instead of ORDER BY geom to make parallel sort faster (Darafei Praliaskouski)
  - #4625, Correlation statistics now calculated.
           Run ANALYZE for BRIN indexes to start kicking in.
           (Darafei Praliaskouski)
  - #4698, Add a precision parameter to ST_AsEWKT (Raúl Marín)

 * Enhancements *
  - #4789, Sped up TopoJSON output for areal TopoGeometry with
           many holes (Sandro Santilli)
  - #4758, Improved topology noding robustness (Sandro Santilli)
  - Make ST_Subdivide interruptable (Sandro Santilli)
  - #4660, Changes in double / coordinate printing (Raúl Marín)
         - Use the shortest representation (enough to guarantee roundtrip).
         - Uses scientific notation for absolute numbers smaller than 1e-8.
           The previous behaviour was to output 0 for absolute values smaller than
           1e-12 and fixed notation for anything bigger than that.
         - Uses scientific notation for absolute numbers greater than 1e+15
           (same behaviour).
         - The precision parameter now also affects the scientific notation
           (before it was fixed [5-8]).
         - All output functions now respect the requested precision (without
           any limits).
         - The default precision is the same (9 for GeoJSON, 15 for everything else).
  - #4746, Micro optimizations to the serialization process (Raúl Marín)
  - #4623, Optimize varlena returning functions (Raúl Marín)
  - #4615, Speed up geojson output (Raúl Marín)
  - #4737, Improve performance and reduce memory usage in ST_AsMVT, especially in
           queries involving parallelism (Raúl Marín)
  - #4719, Fail fast when srids don't match ST_Intersection(geometry,raster)
           Also schema qualify calls in function. (Regina Obe)
  - #4784, Add ST_CollectionExtract(geometry) with default behaviour of
           extracting the components of highest coordinate dimension. (Paul Ramsey)
  - #4675, topology.GetRingEdges now implemented in C (Sandro Santilli)
  - #4672, Cache getSRSbySRID and getSRIDbySRS for better performance (Raúl Marín)
  - #4676, #4657 Avoid decompressing toasted geometries to read only the header
           (Raúl Marín)
  - #4677, Share gserialized objects between different cache types (Raúl Marín)
  - #4601, Add ST_TileEnvelope margin argument (Yuri Astrakhan)
  - #2972, Add quiet mode (-q) to pgsql2shp (Kristian Thy)
  - #3057, Optional value params for Force3D*, Force4D functions (Kristian Thy)
  - #4569, Allow unknown SRID geometry insertion into typmod SRID column (Paul Ramsey)
  - #4149, ST_Simplify(geom, 0) is now O(N).
           ST_Affine (ST_Translate, ST_TransScale, ST_Rotate) optimized.
           ST_SnapToGrid optimized. (Darafei Praliaskouski)
  - #4656, Cast a geojson_text::geometry for implicit GeoJSON ingestion (Raúl Marín)

Revision 1.85 / (download) - annotate - [select for diffs], Fri Dec 4 04:55:42 2020 UTC (3 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.84: +2 -1 lines
Diff to previous 1.84 (colored) to selected 1.94 (colored)

Revbump for openpam cppflags change months ago, belatedly.

Revision 1.84 / (download) - annotate - [select for diffs], Wed Nov 25 01:04:53 2020 UTC (3 years, 4 months ago) by gdt
Branch: MAIN
Changes since 1.83: +2 -3 lines
Diff to previous 1.83 (colored) to selected 1.94 (colored)

postgis: Update to 3.0.3

Packaging changes: make bl3 refer to PGSQL_VERSION, not 12, reverting
an earlier change labeled "revbump" which does not make sense for such
a change.

Upstream changes: bugfixes

Revision 1.83 / (download) - annotate - [select for diffs], Thu Nov 5 09:06:45 2020 UTC (3 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.82: +2 -1 lines
Diff to previous 1.82 (colored) to selected 1.94 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.82 / (download) - annotate - [select for diffs], Sun Oct 4 00:08:38 2020 UTC (3 years, 5 months ago) by gdt
Branch: MAIN
Changes since 1.81: +2 -3 lines
Diff to previous 1.81 (colored) to selected 1.94 (colored)

postgis: Update to 3.0.2

pkgsrc changes: Adjust API_DEPENDS to 2.0.  I don't have a specific
reason, but the previous 1.4 is so ancient that accepting it defies
the Principle of Least Astonishment.

Note that regression tests crash, but in the same way as 3.0.1.
3.0.1, when committed, passed, and I believe this is about proj.

Upstream changes: Bug fixes

Revision 1.81 / (download) - annotate - [select for diffs], Mon Aug 31 18:07:09 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored) to selected 1.94 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.80 / (download) - annotate - [select for diffs], Mon Aug 17 20:18:21 2020 UTC (3 years, 7 months ago) by leot
Branch: MAIN
Changes since 1.79: +2 -1 lines
Diff to previous 1.79 (colored) to selected 1.94 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.79 / (download) - annotate - [select for diffs], Mon Jun 22 00:30:17 2020 UTC (3 years, 9 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.78: +9 -6 lines
Diff to previous 1.78 (colored) to selected 1.94 (colored)

database/postgresql-postgis2: Update to 3.0.1

Packaging changes: depend on protobuf-c and json-c


PostGIS 3.0.1
2020/02/20

* Breaking Changes *
  - #4637 svn number replaced by git hash in version output
    (Sandro Santilli, Regina Obe, Bas Couwenberg)

* New Features *
 - #4617, Add configure switch `--without-phony-revision` (Raúl Marín)
          Use to prevent postgis_revision.h from rebuilding
          (when building from tar ball) and building in a gitted folder.

* Bug Fixes and Enhancements *
  [many, see NEWS]


PostGIS 3.0.0
2019/10/20

This version requires PostgreSQL 9.5+-12 and GEOS >= 3.6+
Additional features enabled if you are running Proj6+, PostgreSQL 12
and GEOS 3.8.0

* Breaking Changes *
  - #4267, Bump minimum GEOS version to 3.6 (Regina Obe, Darafei Praliaskouski)
  - #3888, Raster support now available as a separate extension
           (Sandro Santilli)
  - #3807, Extension library files no longer include the minor version.
           Use New configure switch --with-library-minor-version
           if you need the old behavior (Regina Obe)
  - #4230, ND box operators (overlaps, contains, within, equals) now
           don't look on dimensions that aren't present in both operands.
           Please REINDEX your ND indexes after upgrade. (Darafei Praliaskouski)
  - #4229, Dropped support for PostgreSQL < 9.5. (Darafei Praliaskouski)
  - #4260, liblwgeom headers are not installed anymore.
           If your project depends on them available, please use
           librttopo instead. (Darafei Praliaskouski)
  - #4258, Remove SFCGAL support for ST_Area, ST_Distance, ST_Intersection,
           ST_Difference, ST_Union, ST_Intersects, ST_3DIntersects, ST_3DDistance
           and postgis.backend switch (Darafei Praliaskouski)
  - #4267, Enable Proj 6 deprecated APIs (Darafei Praliaskouski, Raúl Marín)
  - #4268, Bump minimum SFCGAL version to 1.3.1 (Darafei Praliaskouski)
  - #4331, ST_3DMakeBox now returns error instead of a miniscule box (Regina Obe)
  - #4342, Removed "versioned" variants of ST_AsGeoJSON and ST_AsKML (Paul Ramsey)
  - #4356, ST_Accum removed. Use array_agg instead. (Darafei Praliaskouski)
  - #4414, Include version number in address_standardizer lib (Raúl Marín)
  - #4334, Fix upgrade issues related to renamed function parameters (Raúl Marín)
  - #4442, raster2pgsql now skips NODATA tiles. Use -k option if you still want
           them in database for some reason. (Darafei Praliaskouski)
  - #4433, 32-bit hash fix (requires reindexing hash(geometry) indexes) (Raúl Marín)
  - #3383, Sorting now uses Hilbert curve and Postgres Abbreviated Compare.
           You need to REINDEX your btree indexes if you had them.
           (Darafei Praliaskouski)

* New Features *
  - #2902, postgis_geos_noop (Sandro Santilli)
  - #4128, ST_AsMVT support for Feature ID (Stepan Kuzmin)
  - #4230, SP-GiST and GiST support for ND box operators overlaps, contains,
           within, equals (Esteban Zimányi and Arthur Lesuisse from Université
           Libre de Bruxelles (ULB), Darafei Praliaskouski)
  - #4171, ST_3DLineInterpolatePoint (Julien Cabieces, Vincent Mora)
  - #4311, Introduce WAGYU to validate MVT polygons. This option requires a C++11
           compiler and will use CXXFLAGS (not CFLAGS). Add `--without-wagyu`
           to disable this option and keep the behaviour from 2.5 (Raúl Marín)
  - #1833, ST_AsGeoJSON(row) generates full GeoJSON Features (Joe Conway)
  - #3687, Casts json(geometry) and jsonb(geometry) for implicit GeoJSON
           generation (Paul Ramsey)
  - #4198, Add ST_ConstrainedDelaunayTriangles SFCGAL function (Darafei
           Praliaskouski)

* Enhancements *
  - #4322, Support for Proj 6+ API, bringing more accurate datum transforms
           and support for WKT projections
  [many more; see NEWS]

Revision 1.78 / (download) - annotate - [select for diffs], Fri Jun 5 12:49:03 2020 UTC (3 years, 9 months ago) by jperkin
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored) to selected 1.94 (colored)

*: Apply revbump for graphics/giflib API change.

Revision 1.77 / (download) - annotate - [select for diffs], Tue Jun 2 08:22:34 2020 UTC (3 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored) to selected 1.94 (colored)

Revbump for icu

Revision 1.76 / (download) - annotate - [select for diffs], Fri May 22 10:56:01 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored) to selected 1.94 (colored)

revbump after updating security/nettle

Revision 1.75 / (download) - annotate - [select for diffs], Sat May 16 11:23:57 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.74: +1 -9 lines
Diff to previous 1.74 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: remove no-op SUBST block

The mentioned files don't contain any placeholder, and they are not
installed either.

Revision 1.74 / (download) - annotate - [select for diffs], Sat May 16 11:08:59 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.73: +1 -4 lines
Diff to previous 1.73 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: remove outdated PGSQL_VERSIONS_ACCEPTED

This should have been PGSQL_VERSIONS_INCOMPATIBLE from the beginning, as
the comment above that line clearly said.

Revision 1.73 / (download) - annotate - [select for diffs], Wed May 6 14:04:24 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored) to selected 1.94 (colored)

revbump after boost update

Revision 1.72 / (download) - annotate - [select for diffs], Tue Apr 28 23:59:21 2020 UTC (3 years, 10 months ago) by gdt
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored) to selected 1.94 (colored)

Revbump for gdal-lib

Revision 1.71 / (download) - annotate - [select for diffs], Sun Apr 12 08:27:50 2020 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.94 (colored)

Recursive revision bump after textproc/icu update

Revision 1.70 / (download) - annotate - [select for diffs], Wed Mar 11 12:55:37 2020 UTC (4 years ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored) to selected 1.94 (colored)

revbump to work around libtool bug triggered by geos update

Revision 1.69 / (download) - annotate - [select for diffs], Tue Mar 10 22:09:32 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.94 (colored)

librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.68 / (download) - annotate - [select for diffs], Sun Mar 8 16:49:06 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.94 (colored)

*: recursive bump for libffi

Revision 1.67 / (download) - annotate - [select for diffs], Sun Jan 26 17:30:53 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.94 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.66 / (download) - annotate - [select for diffs], Sat Jan 18 21:48:59 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) to selected 1.94 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.65 / (download) - annotate - [select for diffs], Sun Jan 12 20:20:08 2020 UTC (4 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored) to selected 1.94 (colored)

*: Recursive revbump from devel/boost-libs

Revision 1.64 / (download) - annotate - [select for diffs], Thu Aug 22 12:22:58 2019 UTC (4 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 (colored) to selected 1.94 (colored)

Recursive revbump from boost-1.71.0

Revision 1.63 / (download) - annotate - [select for diffs], Sun Aug 11 15:20:04 2019 UTC (4 years, 7 months ago) by gdt
Branch: MAIN
Changes since 1.62: +2 -3 lines
Diff to previous 1.62 (colored) to selected 1.94 (colored)

postgresql-postgis2: Update to 2.5.3 (bug fixes)

PostGIS 2.5.3
2019/08/11

 * Bug fixes *

  - #4348, ST_AsMVTGeom (GEOS): Enforce validation at all times (Raúl Marín)
  - #4361, Fix postgis_type_name with (GEOMETRYM,3) (Matt Bretl)
  - #4326, Fix circular arc distance calculation (Paul Ramsey)
  - #4380, Simple TIN support to allow viz in QGIS (Paul Ramsey)
  - #4388, AddRasterConstraints: Ignore NULLs when generating constraints (Raúl Marín)
  - #4327, Avoid pfree'ing the result of getenv (Raúl Marín)
  - #4406, Throw on invalid characters when decoding geohash (Raúl Marín)
  - #4440, Internal type lookups fail over FDW (Paul Ramsey)
  - #4445, Fix bug in lwgeom_le (Raúl Marín)
  - #4466, Fix undefined behaviour in _postgis_gserialized_stats (Raúl Marín)
  - #4209, Handle NULL geometry values in pgsql2shp (Paul Ramsey)
  - #4419, Use protobuf version to enable/disable mvt/geobuf (Paul Ramsey)
  - #4437, Handle POINT EMPTY in shape loader/dumper (Paul Ramsey)
  - #4461, ST_AsTWKB doesn't always remove duplicate points (Nicklas Avén)
  - #4459, Fix ST_Subdivide crash on intermediate EMPTY (Darafei Praliaskouski)
  - #4470, ST_GeomFromGeoJSON crash on empty rings (Darafei Praliaskouski)
  - #4420, update path does not exists for address_standardizer extension (Regina Obe)

Revision 1.62 / (download) - annotate - [select for diffs], Sun Aug 11 13:18:36 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.61: +2 -3 lines
Diff to previous 1.61 (colored) to selected 1.94 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.61 / (download) - annotate - [select for diffs], Sun Jul 21 22:24:35 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.94 (colored)

*: recursive bump for gdk-pixbuf2-2.38.1

Revision 1.60 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:13 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored) to selected 1.94 (colored)

*: recursive bump for nettle 3.5.1

Revision 1.59 / (download) - annotate - [select for diffs], Mon Jul 1 04:08:02 2019 UTC (4 years, 8 months ago) by ryoon
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored) to selected 1.94 (colored)

Recursive revbump from boost-1.70.0

Revision 1.58 / (download) - annotate - [select for diffs], Mon Mar 18 16:17:46 2019 UTC (5 years ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored) to selected 1.94 (colored)

Recursive bump for ghostscript default change

Revision 1.57 / (download) - annotate - [select for diffs], Tue Mar 12 00:18:28 2019 UTC (5 years ago) by gdt
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored) to selected 1.94 (colored)

databases/postgresql-postgis2: Update to 2.5.2

PostGIS 2.5.2
2019/03/11

 * Bug fixes *

  - #4231, Support for PostgreSQL 12dev (remove use of pg_constraint.consrc)
           (Regina Obe, Laurenz Albe)
  - #4247, Avoid undefined behaviour in next_float functions (Raúl Marín)
  - #4249, Fix undefined behaviour in raster intersection (Raúl Marín)
  - #4246, Fix undefined behaviour in ST_3DDistance (Raúl Marín)
  - #4244, Avoid unaligned memory access in BOX2D_out (Raúl Marín)
  - #4139, Make mixed-dimension ND index build tree correctly.
  WARNING: REINDEX your ND index on tables that have records with different M/Z
           dimensions for &&& operator to work predictably.
           (Darafei Praliaskouski, Arthur Lesuisse, Andrew Gierth, Raúl Marín)
  - #4262, Document MULTISURFACE compatibility of ST_LineToCurve (Steven Ottens)
  - #4267, Enable Proj 6 deprecated APIs (Darafei Praliaskouski, Raúl Marín)
  - #4276, ST_AsGeoJSON documentation refresh (Darafei Praliaskouski)ï¿  - #4273, Tighter parsing of WKT (Paul Ramsey)
  - #4292, ST_AsMVT: parse JSON numeric values with decimals as doubles (Raúl Marín)
  - #4300, ST_AsMVTGeom: Always return the simplest geometry (Raúl Marín)
  - #4301, ST_Subdivide: fix endless loop on coordinates near coincident to bounds
           (Darafei Praliaskouski)
  - #4261, Use AccessShareLock in spatial_index_read_extent (Paul Ramsey)
  - #4289, ST_AsMVTGeom: Transform coordinates space before clipping (Raúl Marín)
  - #4275, Avoid passing a NULL pointer to GEOSisEmpty (Raúl Marín)
  - #4296, Use `server_version_num` instead of parsing `version()` (Raúl Marín)
  - #4290, More robust geography distance (Paul Ramsey)
  - #4283, Avoid final point duplicates for circle stroking (Paul Ramsey)
  - #4314, ST_ClipByBox2D: Do not throw when the geometry is invalid (Raúl Marín)
  - #4313, #4307, PostgreSQL 12 compatibility (Laurenz Albe, Raúl Marín)
  - #4290, Schema qualify geometry casts in raster functions (Regina Obe)
  - #4086, Constraint violation loading tiger_data (zcta5 geometry type) (Regina Obe)

Revision 1.56 / (download) - annotate - [select for diffs], Thu Dec 13 19:51:45 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.94 (colored)

revbump for boost 1.69.0

Revision 1.55 / (download) - annotate - [select for diffs], Fri Nov 30 16:06:13 2018 UTC (5 years, 3 months ago) by gdt
Branch: MAIN
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored) to selected 1.94 (colored)

revbump for geos update

(This revbump should not be necessary, because goes's public ABI did
not change.  Due to a misfeature/bug in libtool, linking against the
stable geos C API results in a directed NEEDED entry on the unstable
C++ library.)

Revision 1.54 / (download) - annotate - [select for diffs], Tue Nov 20 18:16:15 2018 UTC (5 years, 4 months ago) by gdt
Branch: MAIN
Changes since 1.53: +2 -3 lines
Diff to previous 1.53 (colored) to selected 1.94 (colored)

postgresql-postgis2: update to 2.5.1

upstream NEWS is: bug fixes

Revision 1.53 / (download) - annotate - [select for diffs], Wed Nov 14 22:21:12 2018 UTC (5 years, 4 months ago) by kleink
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.94 (colored)

Revbump after cairo 1.16.0 update.

Revision 1.52 / (download) - annotate - [select for diffs], Mon Nov 12 03:51:50 2018 UTC (5 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored) to selected 1.94 (colored)

Recursive revbump from hardbuzz-2.1.1

Revision 1.51 / (download) - annotate - [select for diffs], Sat Sep 29 15:13:01 2018 UTC (5 years, 5 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.50: +4 -1 lines
Diff to previous 1.50 (colored) to selected 1.94 (colored)

postgresql-postgis2: does not support 9.3

Revision 1.50 / (download) - annotate - [select for diffs], Sun Sep 23 23:11:49 2018 UTC (5 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.49: +7 -8 lines
Diff to previous 1.49 (colored) to selected 1.94 (colored)

postgresql-postgis: Update to 2.5.0

(Upstream also has news for beta and rc, and it's not clear if those
are additional or folded into the following.)

PostGIS 2.5.0
2018/09/23
WARNING: If compiling with PostgreSQL+JIT, LLVM >= 6 is required
Supported PostgreSQL versions for this release are:
PostgreSQL 9.4 - PostgreSQL 12 (in development)
GEOS >= 3.5

* New Features *
  - #1847, spgist 2d and 3d support for PG 11+
    (Esteban Zimányi and Arthur Lesuisse from Université Libre de Bruxelles (ULB),
      Darafei Praliaskouski)
  - #4056, ST_FilterByM (Nicklas Avén)
  - #4050, ST_ChaikinSmoothing (Nicklas Avén)
  - #3989, ST_Buffer single sided option (Stephen Knox)
  - #3876, ST_Angle function (Rémi Cura)
  - #3564, ST_LineInterpolatePoints (Dan Baston)
  - #3896, PostGIS_Extensions_Upgrade() (Regina Obe)
  - #3913, Upgrade when creating extension from unpackaged (Sandro Santilli)
  - #2256, _postgis_index_extent() for extent from index (Paul Ramsey)
  - #3176, Add ST_OrientedEnvelope (Dan Baston)
  - #4029, Add ST_QuantizeCoordinates (Dan Baston)
  - #4063, Optional false origin point for ST_Scale (Paul Ramsey)
  - #4082, Add ST_BandFileSize and ST_BandFileTimestamp,
           extend ST_BandMetadata (Even Rouault)
  - #2597, Add ST_Grayscale (Bborie Park)
  - #4007, Add ST_SetBandPath (Bborie Park)
  - #4008, Add ST_SetBandIndex (Bborie Park)

* Breaking Changes *
  - #4054, ST_SimplifyVW changed from > tolerance to >= tolerance
  - #3885, version number removed from address_standardize lib file
          (Regina Obe)
  - #3893, raster support functions can only be loaded in the same schema
           with core PostGIS functions. (Sandro Santilli)
  - #4035, remove dummy pgis_abs type from aggregate/collect routines.
           (Paul Ramsey)
  - #4069, drop support for GEOS < 3.5 and PostgreSQL < 9.4 (Regina Obe)
  - #4082, ST_BandMetaData extended to include filesize, timestamp (Even Rouault)

* Enhancements and Fixes*
  - Upgrade scripts from multiple old versions are now all symlinks
    to a single upgrade script (Sandro Santilli)
  - #3944, Update to EPSG register v9.2 (Even Rouault)
  - #3927, Parallel implementation of ST_AsMVT
  - #3925, Simplify geometry using map grid cell size before generating MVT
  - #3899, BTree sort order is now defined on collections of EMPTY and
           same-prefix geometries (Darafei Praliaskouski)
  - #3864, Performance improvement for sorting POINT geometries
           (Darafei Praliaskouski)
  - #3900, GCC warnings fixed, make -j is now working (Darafei Praliaskouski)
  - TopoGeo_addLinestring robustness improvements (Sandro Santilli)
    #1855, #1946, #3718, #3838
  - #3234, Do not accept EMPTY points as topology nodes (Sandro Santilli)
  - #1014, Hashable geometry, allowing direct use in CTE signatures (Paul Ramsey)
  - #3097, Really allow MULTILINESTRING blades in ST_Split() (Paul Ramsey)
  - #3942, geojson: Do not include private header for json-c >= 0.13 (Björn Esser)
  - #3954, ST_GeometricMedian now supports point weights (Darafei Praliaskouski)
  - #3965, #3971, #3977, #4071 ST_ClusterKMeans rewritten: better initialization,
           faster convergence, K=2 even faster (Darafei Praliaskouski)
  - #3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY
           (Darafei Praliaskouski)
  - #3986, ST_AsText now has second argument to limit decimal digits
           (Marc Ducobu, Darafei Praliaskouski)
  - #4020, Casting from box3d to geometry now returns correctly connected
           PolyhedralSurface (Matthias Bay)
  - #2508, ST_OffsetCurve now works with collections (Darafei Praliaskouski)
  - #4006, ST_GeomFromGeoJSON support for json and jsonb as input
           (Paul Ramsey, Regina Obe)
  - #4038, ST_Subdivide now selects pivot for geometry split that reuses input
           vertices. (Darafei Praliaskouski)
  - #4025, #4032 Fixed precision issue in ST_ClosestPointOfApproach,
           ST_DistanceCPA, and ST_CPAWithin (Paul Ramsey, Darafei Praliaskouski)
  - #4076, Reduce use of GEOS in topology implementation (Björn Harrtell)
  - #4080, Add external raster band index to ST_BandMetaData
  - Add Raster Tips section to Documentation for information about
    Raster behavior (e.g. Out-DB performance, maximum open files)
  - #4084: Fixed wrong code-comment regarding front/back of BOX3D (Matthias Bay)
  - #4060, #4094, PostgreSQL JIT support (Raúl Marín, Laurenz Albe)
  - #3960, ST_Centroid now uses lwgeom_centroid (Darafei Praliaskouski)
  - #4027, Remove duplicated code in lwgeom_geos (Darafei Praliaskouski,
           Daniel Baston)
  - #4115, Fix a bug that created MVTs with incorrect property values under
    parallel plans (Raúl Marín).
  - #4120, ST_AsMVTGeom: Clip using tile coordinates (Raúl Marín).
  - #4132, ST_Intersection on Raster now works without throwing TopologyException
          (Vinícius A.B. Schmidt, Darafei Praliaskouski)
  - #4177, #4180 Support for PostgreSQL 12 dev branch (Laurenz Albe, Raúl Marín)
  - #4156, ST_ChaikinSmoothing: also smooth start/end point of
  polygon by default (Darafei Praliaskouski)

Revision 1.49 / (download) - annotate - [select for diffs], Sun Sep 23 15:38:00 2018 UTC (5 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.48: +1 -2 lines
Diff to previous 1.48 (colored) to selected 1.94 (colored)

postgresql-postgis2: Drop PGSQL_VERSIONS_ACCEPTED

Currently, this package builds with all versions of postgreqsl in
pkgsrc, and it is likely to do so in the future, so there is no need
for an explicit list.

Revision 1.48 / (download) - annotate - [select for diffs], Tue Sep 11 17:26:13 2018 UTC (5 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.94 (colored)

postgresql-postgis2: revbump due to geos/libtool

Revision 1.47 / (download) - annotate - [select for diffs], Wed Aug 22 09:43:22 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.94 (colored)

Recursive bump for perl5-5.28.0

Revision 1.46 / (download) - annotate - [select for diffs], Thu Aug 16 18:54:39 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored) to selected 1.94 (colored)

revbump after boost-libs update

Revision 1.45 / (download) - annotate - [select for diffs], Wed May 30 17:03:56 2018 UTC (5 years, 9 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.44: +7 -2 lines
Diff to previous 1.44 (colored) to selected 1.94 (colored)

postresql-postgis2: Substitute major version in PLIST

Add a variable MAJOR, currently 2.4, and instead of open-coding 2.4 in
PLIST, use ${MAJOR}, and teach print-PLIST how to invert that in only
the right places.

No functional change; this just reduces work on updating.

Revision 1.44 / (download) - annotate - [select for diffs], Wed May 30 12:03:46 2018 UTC (5 years, 9 months ago) by gdt
Branch: MAIN
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored) to selected 1.94 (colored)

Update to 2.4.4

PostGIS 2.4.4
2018/04/08

 * 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
           (Björn 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 (Raúl Marín Rodríguez)
  - #4004, Avoid memory exhaustion when building a btree index (Edmund Horner)
  - #4016, proj 5.0.0 support (Raúl Marín Rodríguez)
  - #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)

 * Enhancements *
  - #3946, Compile support for PgSQL 11 (Paul Ramsey)
  - #3992, Use PKG_PROG_PKG_CONFIG macro from pkg.m4 to detect pkg-config
           (Bas Couwenberg)
  - #4044, Upgrade support for PgSQL 11 (Regina Obe)

Revision 1.43 / (download) - annotate - [select for diffs], Mon May 21 08:12:23 2018 UTC (5 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.94 (colored)

Removed 92 from PGSQL_VERSIONS_ACCEPTED

Revision 1.42 / (download) - annotate - [select for diffs], Sun Apr 29 21:31:30 2018 UTC (5 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.94 (colored)

revbump for boost-libs update

Revision 1.41 / (download) - annotate - [select for diffs], Tue Apr 17 22:29:36 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.94 (colored)

Add p11-kit to gnutls/bl3.mk and bump dependencies.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Apr 16 14:34:17 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.94 (colored)

Recursive bump for new fribidi dependency in pango.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Mar 15 18:31:58 2018 UTC (6 years ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored) to selected 1.94 (colored)

postgresql-postgis2: Update todo list

(This does not change any code.)

Revision 1.38 / (download) - annotate - [select for diffs], Mon Mar 12 11:16:14 2018 UTC (6 years ago) by wiz
Branch: MAIN
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (colored) to selected 1.94 (colored)

Recursive bumps for fontconfig and libzip dependency changes.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Mar 4 01:29:27 2018 UTC (6 years ago) by ryoon
Branch: MAIN
Changes since 1.36: +4 -5 lines
Diff to previous 1.36 (colored) to selected 1.94 (colored)

Update to 2.4.3

* O.k. by gdt@

Changelog:
PostGIS 2.4.3
2018/01/17

 * Bug fixes *
  - #3713, Support encodings that happen to output a '\' character
  - #3827, Set configure default to not do interrupt testing,
           was causing false negatives for many people (Regina Obe)
           revised to be standards compliant in #3988 (Greg Troxel)
  - #3930, Minimum bounding circle issues on 32-bit platforms
  - #3965, ST_ClusterKMeans used to lose some clusters on initialization
           (Darafei Praliaskouski)
  - #3956, Brin opclass object does not upgrade properly (Sandro Santilli)
  - #3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY
           (Darafei Praliaskouski)
  - #3975, ST_Transform runs query on spatial_ref_sys without schema
           qualification. Was causing restore issues. (Paul Ramsey)

 * Enhancements *
  - #3944, Update to EPSG register v9.2 (Even Rouault)

Revision 1.36 / (download) - annotate - [select for diffs], Fri Mar 2 01:16:25 2018 UTC (6 years ago) by gdt
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.94 (colored)

postgresql-postgis2: revbump for proj

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 28 20:10:45 2018 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.94 (colored)

Bump PKGREVISION for gdbm shlib major bump

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 1 21:18:19 2018 UTC (6 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored) to selected 1.94 (colored)

Revbump after boost update

Revision 1.33 / (download) - annotate - [select for diffs], Fri Dec 8 14:16:33 2017 UTC (6 years, 3 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (colored) to selected 1.94 (colored)

Update to 2.4.2

This is a micro update.  Relative to 2.4.0, upstream NEWS has bugfixes
and:

  - #3815, Tiger 2017 data support and option to load zcta5

Revision 1.32 / (download) - annotate - [select for diffs], Thu Nov 23 17:19:50 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored) to selected 1.94 (colored)

recursive bump for libxkbcommon removal from at-spi2-core

Revision 1.31 / (download) - annotate - [select for diffs], Sat Oct 7 18:39:47 2017 UTC (6 years, 5 months ago) by gdt
Branch: MAIN
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored) to selected 1.94 (colored)

postgresql-postgis2: Update to 2.4.0

PostGIS 2.4.0
2017/09/30

 * New Features *
  - #3822, Have postgis_full_version() also show and check version of
           PostgreSQL the scripts were built against (Sandro Santilli)
  - #2411, curves support in ST_Reverse (Sandro Santilli)
  - #2951, ST_Centroid for geography (Danny Götte)
  - #3788, Allow postgis_restore.pl to work on directory-style (-Fd) dumps
           (Roger Crew)
  - #3772, Direction agnostic ST_CurveToLine output (Sandro Santilli / KKGeo)
  - #2464, ST_CurveToLine with MaxError tolerance (Sandro Santilli / KKGeo)
  - #3599, Geobuf output support via ST_AsGeobuf (Björn Harrtell)
  - #3661, Mapbox vector tile output support via ST_AsMVT (Björn Harrtell / CartoDB)
  - #3689, Add orientation checking and forcing functions (Dan Baston)
  - #3753, Gist penalty speed improvements for 2D and ND points
           (Darafei Praliaskouski, Andrey Borodin)
  - #3677, ST_FrechetDistance (Shinichi Sugiyama)
  - Most aggregates (raster and geometry),
    and all stable / immutable (raster and geometry) marked as parallel safe
  - #2249, ST_MakeEmptyCoverage for raster (David Zwarg, ainomieli)
  - #3709, Allow signed distance for ST_Project (Darafei Praliaskouski)
  - #524, Covers support for polygon on polygon, line on line,
          point on line for geography (Danny Götte)

* Enhancements and Fixes*
  - Many corrections to docs and several translations almost complete.
    Andreas Schild who provided many corrections to core docs.
    PostGIS Japanese translation team first to reach completion of translation.

  - Support for PostgreSQL 10
  - Preliminary support for PostgreSQL 11
  - #3645, Avoid loading logically deleted records from shapefiles
  - #3747, Add zip4 and address_alphanumeric as attributes
           to norm_addy tiger_geocoder type.
  - #3748, address_standardizer lookup tables update
           so pagc_normalize_address better standardizes abbreviations
  - #3647, better handling of noding in ST_Node using GEOSNode
          (Wouter Geraedts)
  - #3684, Update to EPSG register v9
          (Even Rouault)
  - #3830, Fix initialization of incompatible type (>=9.6) address_standardizer
  - #3662, Make shp2pgsql work in debug mode by sending debug to stderr
  - #3405, Fixed memory leak in lwgeom_to_points
  - #3832, Support wide integer fields as int8 in shp2pgsql
  - #3841, Deterministic sorting support for empty geometries in btree geography
  - #3844, Make = operator a strict equality test, and < > to rough "spatial sorting"
  - #3855, ST_AsTWKB memory and speed improvements


* Breaking Changes *
  - Dropped support for PostgreSQL 9.2.
  - #3810, GEOS 3.4.0 or above minimum required to compile
  - Most aggregates now marked as parallel safe,
    which means most aggs have to be dropped / recreated.
    If you have views that utilize PostGIS aggs,
    you'll need to drop before upgrade and recreate after upgrade
  - #3578, ST_NumInteriorRings(POLYGON EMPTY) now returns 0 instead of NULL
  - _ST_DumpPoints removed, was no longer needed after PostGIS 2.1.0
    when ST_DumpPoints got reimplemented in C
  - B-Tree index operators < = > changed to provide better spatial locality on sorting
    and have expected behavior on GROUP BY.
    If you have btree index for geometry or geography, you need to REINDEX it, or review
    if it was created by accident and needs to be replaced with GiST index.
    If your code relies on old left-to-right box compare ordering,
    update it to use << >> operators

PostGIS 2.4.0rc3
2017/09/27
* Fixes and Enhancements since PostGIS 2.4.0rc2 *
  - #3781 st_contains cannot handle curvepolygon / compoundcurve
    consisting of only straight lines
  - #3866 server crashing from large values in ST_AsTWKB
  - #3818 Allow triangles unclosed in M to be WKT parsed
  - several packaging changes regarding checking trailing blanks


PostGIS 2.4.0rc2
2017/09/24
* Fixes and Enhancements since PostGIS 2.4.0rc1 *
  - Numerous fixes to ST_AsMVT, ST_AsGeoBuf
  - ST_AsTWKB speed and memory performance enhancments
  - ST_RepeatedPoints speed improvements
  - ST_ConcaveHull bug fix

See PostGIS 2.4.0 section for details of
new features and enhancements in this release.

PostGIS 2.4.0rc1
2017/09/13
Note possible breaking changes since 2.4.0 beta1 release are:
* Breaking Changes *
  - B-Tree index operators < = > changed to provide better spatial locality on sorting
    and have expected behavior on GROUP BY.
    If you have btree index for geometry or geography, you need to REINDEX it, or review
    if it was created by accident and needs to be replaced with GiST index.
    If your code relies on old left-to-right box compare ordering,
    update it to use << >> operators.
  - ST_AsMVT aggregate now overloaded and arg order changed.
    Check your code if you are already using this function.
  - _ST_DumpPoints removed, was no longer needed after PostGIS 2.1.0
    when ST_DumpPoints got reimplemented in C

Revision 1.30 / (download) - annotate - [select for diffs], Fri Sep 22 17:18:42 2017 UTC (6 years, 6 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored) to selected 1.94 (colored)

postgresql-postgis2: Work around an upstream configure bug

Upstream has very complicated ifdefs that try to define UNIX
everywhere but windows, except that it fails to include NetBSD.  Then,
it uses UNIX to avoid using the non-standard stricmp and instead use
the POSIX-conforming strcasecmp.

For pkgsrc, rip out an entire screenful of complexity and just define
UNIX if not defined.  Resolves build on NetBSD 7, and probably other places.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Sep 2 16:53:29 2017 UTC (6 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored) to selected 1.94 (colored)

Update to 2.3.3

Upstream changes: bug fixes

Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 24 20:03:08 2017 UTC (6 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.94 (colored)

Revbump for boost update

Revision 1.27 / (download) - annotate - [select for diffs], Sun Apr 30 01:21:31 2017 UTC (6 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.94 (colored)

Recursive revbump from boost update

Revision 1.26 / (download) - annotate - [select for diffs], Tue Feb 28 15:20:02 2017 UTC (7 years ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.94 (colored)

Recursive revbump from graphics/libwebp

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jan 22 10:58:45 2017 UTC (7 years, 2 months ago) by fhajny
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.94 (colored)

Postgis no longer supports PostgreSQL < 9.2.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jan 18 13:04:27 2017 UTC (7 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.94 (colored)

Support postgresql96.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jan 1 16:06:07 2017 UTC (7 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored) to selected 1.94 (colored)

Revbump after boost update

Revision 1.22 / (download) - annotate - [select for diffs], Mon Dec 5 15:12:08 2016 UTC (7 years, 3 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored) to selected 1.94 (colored)

Update to 2.3.1

Drop build patch incorporated upstream.

Upstream changes:

PostGIS 2.3.1 (2016/11/28)

* Bug fixes

PostGIS 2.3.0 (2016/09/26)

* Important / Breaking Changes

  - #3466, Casting from box3d to geometry now returns a 3D
           geometry (Julien Rouhaud of Dalibo)

  - #3604, pgcommon/Makefile.in orders CFLAGS incorrectly leading to
           wrong liblwgeom.h (Greg Troxel)

  - #3396, ST_EstimatedExtent, throw WARNING instead of ERROR
           (Regina Obe)

* New Features

  - Add support for custom TOC in postgis_restore.pl
    (Christoph Moench-Tegeder)
  - Add support for negative indexing in ST_PointN and ST_SetPoint
    (Rémi Cura)
  - Add parameters for geography ST_Buffer (Thomas Bonfort)
  - TopoGeom_addElement, TopoGeom_remElement (Sandro Santilli)
  - populate_topology_layer (Sandro Santilli)
  - #454,  ST_WrapX and lwgeom_wrapx (Sandro Santilli)
  - #1758, ST_Normalize (Sandro Santilli)
  - #2236, shp2pgsql -d now emits "DROP TABLE IF EXISTS"
  - #2259, ST_VoronoiPolygons and ST_VoronoiLines (Dan Baston)
  - #2841 and #2996, ST_MinimumBoundingRadius and new ST_MinimumBoundingCircle
           implementation using Welzl's algorithm (Dan Baston)
  - #2991, Enable ST_Transform to use PROJ.4 text (Mike Toews)
  - #3059, Allow passing per-dimension parameters in ST_Expand (Dan Baston)
  - #3339, ST_GeneratePoints (Paul Ramsey)
  - #3362, ST_ClusterDBSCAN (Dan Baston)
  - #3364, ST_GeometricMedian (Dan Baston)
  - #3391, Add table inheritance support in ST_EstimatedExtent
           (Alessandro Pasotti)
  - #3424, ST_MinimumClearance (Dan Baston)
  - #3428, ST_Points (Dan Baston)
  - #3465, ST_ClusterKMeans (Paul Ramsey)
  - #3469, ST_MakeLine with MULTIPOINTs (Paul Norman)
  - #3549, Support PgSQL 9.6 parallel query mode, as far as possible
           (Paul Ramsey, Regina Obe)
  - #3557, Geometry function costs based on query stats (Paul Norman)
  - #3591, Add support for BRIN indexes. PostgreSQL 9.4+ required.
           (Giuseppe Broccolo of 2nd Quadrant, Julien Rouhaud
            and Ronan Dunklau of Dalibo)
  - #3496, Make postgis non-relocateable for extension install,
           schema qualify calls in functions (Regina Obe)
           Should resolve once and for all for extensions #3494, #3486, #3076
  - #3547, Update tiger geocoder to support TIGER 2016
           and to support both http and ftp.
  - #3613, Segmentize geography using equal length segments
           (Hugo Mercier of Oslandia)

* Bug Fixes

* Performance Enhancements

  - #75, Enhancement to PIP short circuit (Dan Baston)
  - #3383, Avoid deserializing small geometries during index operations
           (Dan Baston)
  - #3400, Minor optimization of PIP routines (Dan Baston)
  - Make adding a line to topology interruptible (Sandro Santilli)

Revision 1.21 / (download) - annotate - [select for diffs], Sun Oct 9 21:41:57 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.94 (colored)

Recursive bump for all users of pgsql now that the default is 95.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Oct 7 18:25:41 2016 UTC (7 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.94 (colored)

Revbump post boost update

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:01 2016 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored) to selected 1.94 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 11 12:22:02 2016 UTC (7 years, 11 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored) to selected 1.94 (colored)

Update to 2.2.2.

PostGIS 2.2.2
2016/03/22

 * Bug Fixes *

  - #3463, Fix crash on face-collapsing edge change
  - #3422, Improve ST_Split robustness on standard precision double
           systems (arm64, ppc64el, s390c, powerpc, ...)
  - #3427, Update spatial_ref_sys to EPSG version 8.8
  - #3433, ST_ClusterIntersecting incorrect for MultiPoints
  - #3435, ST_AsX3D fix rendering of concave geometries
  - #3436, memory handling mistake in ptarray_clone_deep
  - #3437, ST_ClusterIntersecting incorrect for MultiPoints
  - #3461, ST_GeomFromKML crashes Postgres when there are
           innerBoundaryIs and no outerBoundaryIs
  - #3429, upgrading to 2.3 or from 2.1 can cause loop/hang on some
           platforms
  - #3460, ST_ClusterWithin 'Tolerance not defined' error after upgrade
  - #3490, Raster data restore issues, materialized views
  		   Scripts postgis_proc_set_search_path.sql, rtpostgis_proc_set_search_path.sql
  		   refere to http://postgis.net/docs/manual-2.2/RT_FAQ.html#faq_raster_data_not_restore
  - #3426, failing POINT EMPTY tests on fun architectures

Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 13 21:40:22 2016 UTC (8 years ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.94 (colored)

Enable postgresql-postgis2 for PostgreSQL 9.5

Revision 1.16 / (download) - annotate - [select for diffs], Sat Mar 5 11:28:13 2016 UTC (8 years ago) by jperkin
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored) to selected 1.94 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jan 10 01:24:49 2016 UTC (8 years, 2 months ago) by gdt
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored) to selected 1.94 (colored)

Belatedly clear PKGREVISION

The previous upgrade should have cleared it; use the 5-minute rule for
dropped food.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 10 01:21:13 2016 UTC (8 years, 2 months ago) by gdt
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.94 (colored)

Update to 2.2.1.
(Passes make check on netbsd-6 i386 with pgsql 9.3.)

PostGIS 2.2.1
2016/01/06

 * Bug Fixes *

  - #2232, avoid accumulated error in SVG rounding
  - #3321, Fix performance regression in topology loading
  - #3329, Fix robustness regression in TopoGeo_addPoint
  - #3349, Fix installation path of postgis_topology scripts
  - #3351, set endnodes isolation on ST_RemoveIsoEdge
           (and lwt_RemIsoEdge)
  - #3355, geography ST_Segmentize has geometry bbox
  - #3359, Fix toTopoGeom loss of low-id primitives from
           TopoGeometry definition
  - #3360, _raster_constraint_info_scale invalid input syntax
  - #3375, crash in repeated point removal for collection(point)
  - #3378, Fix handling of hierarchical TopoGeometries
           in presence of multiple topologies
  - #3380, #3402, Decimate lines on topology load
  - #3388, #3410, Fix missing end-points in ST_Removepoints
  - #3389, Buffer overflow in lwgeom_to_geojson
  - #3390, Compilation under Alpine Linux 3.2
  			gives an error when compiling the postgis and postgis_topology extension
  - #3393, ST_Area NaN for some polygons
  - #3401, Improve ST_Split robustness on 32bit systems
  - #3404, ST_ClusterWithin crashes backend
  - #3407, Fix crash on splitting a face or an edge
           defining multiple TopoGeometry objects
  - #3411, Clustering functions not using spatial index
  - #3412, Improve robustness of snapping step in TopoGeo_addLinestring
  - #3415, Fix OSX 10.9 build under pkgsrc
  - Fix memory leak in lwt_ChangeEdgeGeom [liblwgeom]

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jan 6 10:46:51 2016 UTC (8 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.94 (colored)

Revbump after updating graphics/libwebp

Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 15 00:44:40 2015 UTC (8 years, 3 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.11: +8 -2 lines
Diff to previous 1.11 (colored) to selected 1.94 (colored)

Update to 2.2.0

Disable address standardizer, which seems to build if some of what it
requires (pcre) happens to be installed, until I figure out if it should
be built and require the dependencies.

Add patches (already reported upstream) to work around upstream using
PERL from pgxs, which is "missing" in pkgsrc, because the
postgresql-client build didn't require perl, and to use @PERL@, found
by postgis configure instead.

Passes tests on NetBSD-6 i386 with postgresql93.

PostGIS 2.2.0
2015/10/07

 * Important / Breaking Changes *

  - PROJ4 4.6 and higher only
  - #2703, KNN <-> operator now returns the correct distance ordering
           for all geometry types, not just for points. Code that expects
           the looser "centroid distance" ordering should be updated.
  - #3022, ValidateTopology swapped meaning of id1 and id2 for the
           'edge crosses node' error (now edge_id,node_id)
  - #2565, ST_SummaryStats(tablename, rastercolumn, ...) uses
           ST_SummaryStatsAgg()
  - #2567, ST_Count(tablename, rastercolumn, ...) uses ST_CountAgg()
  - #2842, raster - Hide unselectable tables from raster_overview
        and raster_columns
  - By default, PostGIS raster disables all GDAL drivers affecting
    out-db rasters, ST_FromGDALRaster() and ST_AsGDALRaster() variants
  - #3181, POINT EMPTY is now stored as POINT(NaN NaN) in WKB, instead of as MULTIPOINT EMPTY
  - Java binding moved to separate repository:
    https://github.com/postgis/postgis-java


 * Deprecated signatures *

  - #2748, ST_Shift_Longitude renamed to ST_ShiftLongitude,
           ST_Find_Extent renamed to ST_FindExtent,
           ST_Combine_BBox renamed to ST_CombineBbox,
           ST_Length_Spheroid renamed to ST_LengthSpheroid,
           ST_Distance_Spheroid renamed to ST_DistanceSpheroid,
           ST_Distance_Sphere renamed to ST_DistanceSphere,
           ST_3DLength_Spheroid deprecated (use ST_LengthSpheroid)
  - #2769, ST_Mem_Size renamed to ST_MemSize
  - #2565, ST_SummaryStats(tablename, rastercolumn, ...)
  - #2567, ST_Count(tablename, rastercolumn, ...)

 * New Features *

  - Topology API in liblwgeom
    (Sandro Santilli / Regione Toscana - SITA)
  - New lwgeom_version method in liblwgeom
  - New lwgeom_unaryunion method in liblwgeom
  - New lwgeom_linemerge method in liblwgeom
  - New lwgeom_is_simple method in liblwgeom
  - #3117, Add SFCGAL 1.1 support: add ST_3DDifference, ST_3DUnion,
           ST_Volume, ST_MakeSolid, ST_IsSolid (Vincent Mora / Oslandia)
  - #3169, ST_ApproximateMedialAxis (Sandro Santilli)
  - ST_CPAWithin (Sandro Santilli / Boundless)
  - Add |=| operator with CPA semantic and KNN support with PgSQL 9.5+
    (Sandro Santilli / Boundless)
  - #3131, KNN support for the geography type (Paul Ramsey / CartoDB)
  - #3023, ST_ClusterIntersecting / ST_ClusterWithin (Dan Baston)
  - #2703, Exact KNN results for all geometry types, aka "KNN re-check" (Paul Ramsey / CartoDB)
  - #1137, Allow a tolerance value in ST_RemoveRepeatedPoints (Paul Ramsey / CartoDB)
  - #3062, Allow passing M factor to ST_Scale (Sandro Santilli / Boundless)
  - #3139, ST_BoundingDiagonal (Sandro Santilli / Boundless)
  - #3129, ST_IsValidTrajectory (Sandro Santilli / Boundless)
  - #3128, ST_ClosestPointOfApproach (Sandro Santilli / Boundless)
  - #3152, ST_DistanceCPA (Sandro Santilli / Boundless)
  - Canonical output for index key types
  - ST_SwapOrdinates (Sandro Santilli / Boundless)
  - #2918, Use GeographicLib functions for geodetics (Mike Toews)
  - #3074, ST_Subdivide to break up large geometry (Paul Ramsey / CartoDB)
  - #3040, KNN GiST index based centroid (<<->>)
           n-D distance operators (Sandro Santilli / Boundless)
  - Interruptibility API for liblwgeom (Sandro Santilli / CartoDB)
  - #2939, ST_ClipByBox2D (Sandro Santilli / CartoDB)
  - #2247, ST_Retile and ST_CreateOverview: in-db raster overviews creation
           (Sandro Santilli / Vizzuality)
  - #899, -m shp2pgsql attribute names mapping -m switch
           (Regina Obe / Sandro Santilli)
  - #1678, Added GUC postgis.gdal_datapath to specify GDAL config
           variable GDAL_DATA
  - #2843, Support reprojection on raster import
           (Sandro Santilli / Vizzuality)
  - #2349, Support for encoded_polyline input/output (Kashif Rasul)
  - #2159, report libjson version from postgis_full_version()
  - #2770, ST_MemSize(raster)
  - Add postgis_noop(raster)
  - Added missing variants of ST_TPI(), ST_TRI() and ST_Roughness()
  - Added GUC postgis.gdal_enabled_drivers to specify GDAL config
    variable GDAL_SKIP
  - Added GUC postgis.enable_outdb_rasters to enable access to
    rasters with out-db bands
  - #2387, address_standardizer extension as part of PostGIS
           Stephen Woodbridge (imaptools.com), Walter Sinclair, Regina Obe
  - #2816, address_standardizer_data_us extension
           provides reference lex,gaz,rules for address_standardizer
           Stephen Woodbridge (imaptools.com), Walter Sinclair, Regina Obe
  - #2341, New mask parameter for ST_MapAlgebra
  - #2397, read encoding info automatically in shapefile loader
  - #2430, ST_ForceCurve
  - #2565, ST_SummaryStatsAgg()
  - #2567, ST_CountAgg()
  - #2632, ST_AsGML() support for curved features
  - #2652, Add --upgrade-path switch to run_test.pl
  - #2754, sfcgal wrapped as an extension
  - #2227, Simplification with Visvalingam-Whyatt algorithm
           ST_SimplifyVW, ST_SetEffectiveArea (Nicklas Avén)
  - Functions to encode and decode TWKB
    ST_AsTWKB, ST_GeomFromTWKB (Paul Ramsey / Nicklas Avén / CartoDB)

 * Enhancements *

  - #3223, Add memcmp short-circuit to ST_Equals (Daniel Baston)
  - #3227, Tiger geocoder upgraded to support Tiger 2015 census
  - #2278, Make liblwgeom compatible between minor releases
  - #897, ST_AsX3D support for GeoCoordinates and systems "GD" "WE"
           ability to flip x/y axis (use option = 2, 3)
  - ST_Split: allow splitting lines by multilines, multipoints
              and (multi)polygon boundaries
  - #3070, Simplify geometry type constraint
  - #2839, Implement selectivity estimator for functional indexes,
           speeding up spatial queries on raster tables.
           (Sandro Santilli / Vizzuality)
  - #2361, Added spatial_index column to raster_columns view
  - #2390, Testsuite for pgsql2shp
  - #2527, Added -k flag to raster2pgsql to skip checking that
           band is NODATA
  - #2616, Reduce text casts during topology building and export
  - #2717, support startpoint, endpoint, pointn, numpoints for compoundcurve
  - #2747, Add support for GDAL 2.0
  - #2754, SFCGAL can now be installed with CREATE EXTENSION
       Vincent Mora (Oslandia)
  - #2828, Convert ST_Envelope(raster) from SQL to C
  - #2829, Shortcut ST_Clip(raster) if geometry fully contains the raster
           and no NODATA specified
  - #2906, Update tiger geocoder to handle tiger 2014 data
  - #3048, Speed up geometry simplification (J.Santana @ CartoDB)
  - #3092, Slow performance of geometry_columns with many tables

 * Bug Fixes *

  - #2893, Allow interruptibility of ST_Segmentize(geometry)
           (Sandro Santilli / CartoDB)
  - #2540, Change GUC name for GDAL_DATA to postgis.gdal_datapath
  - #2777, Raster max extent constraint based upon envelope to behave
           like geometry extent
  - #2822, Use @ operator instead of ST_CoveredBy() for raster
           max extent constraint
  - #3018, GROUP BY geography sometimes returns duplicate rows
  - #3020, ST_AddBand out-db bug where height using width value
  - #3048, shp2pgsql - illegal number format when specific system locale set
  - #3061, Allow duplicate points in JSON, GML, GML ST_GeomFrom* functions
  - #3086, ST_DumpValues() crashes backend on cleanup with invalid
           band indexes

Revision 1.11 / (download) - annotate - [select for diffs], Sat Oct 24 21:18:12 2015 UTC (8 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.94 (colored)

Drop EOLed PostgreSQL 8.4 and 9.0 from the supported list of PG
versions.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Aug 23 20:34:07 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.94 (colored)

Use BUILD_DEPENDS instead of including buildlink3.mk for docbook-xsl.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 7 17:26:10 2015 UTC (8 years, 8 months ago) by gdt
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored) to selected 1.94 (colored)

Add a TODO about a build issue.

When postgis is built as a non-root user, but postgresql was built as
root, postgis's use of pgxs.mk leads to install -o root, which fails.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 7 15:49:48 2015 UTC (8 years, 8 months ago) by gdt
Branch: MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored) to selected 1.94 (colored)

Update to 2.1.8.  Upstream changes:

  - #3159, do not force a bbox cache on ST_Affine
  - #3018, GROUP BY geography sometimes returns duplicate rows
  - #3048, shp2pgsql - illegal number format when specific system locale set
  - #3094, Malformed GeoJSON inputs crash backend
  - #3104, st_asgml introduces random characters in ID field
  - #3155, Remove liblwgeom.h on make uninstall
  - #3177, gserialized_is_empty cannot handle nested empty cases
  - Fix crash in ST_LineLocatePoint

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 12 10:48:44 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.94 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 5 13:31:39 2015 UTC (8 years, 9 months ago) by gdt
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.94 (colored)

Update to 2.1.7.

Upstream changes (plus many bug fixes):

PostGIS 2.1.7
2015/03/30

PostGIS 2.1.6
2015/03/20

  - #3000, Ensure edge splitting and healing algorithms use indexes
  - #3048, Speed up geometry simplification (J.Santana @ CartoDB)
  - #3050, Speep up geometry type reading (J.Santana @ CartoDB)

PostGIS 2.1.5
2014/12/18

  - #2933, Speedup construction of large multi-geometry objects

Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 18 10:20:13 2015 UTC (9 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.94 (colored)

Build for PostgreSQL 9.4 too.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 14 18:44:08 2015 UTC (9 years ago) by gdt
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.94 (colored)

bl3bump from geography/proj ABI change

Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 7 16:47:20 2014 UTC (9 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.94 (colored)

Revbump after updating libwebp and icu

Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 15 13:57:58 2014 UTC (9 years, 6 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.1: +2 -3 lines
Diff to previous 1.1 (colored) to selected 1.94 (colored)

Update to 2.1.4.  Upstream changes:

Enhancements

    #2745, Speedup ST_Simplify calls against points
    #2747, Support for GDAL 2.0
    #2749, Make rtpostgisupgrade20_21.sql ACID
    #2811, Do not specify index names when loading shapefiles/rasters
    #2829, Shortcut ST_Clip(raster) if geometry fully contains the raster
           and no NODATA specified
    #2895, Raise cost of ST_ConvexHull(raster) to 300 for better query plans

[Many bugfixes omitted]

(This is minor update and a leaf package.)

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 14 14:40:00 2014 UTC (9 years, 6 months ago) by gdt
Branch: MAIN
Diff to selected 1.94 (colored)

Import postgresql-postgis-2.1.3 as databases/postgresql-postgis2.

PostGIS adds support for geographic objects to the PostgreSQL object-relational
database. In effect, PostGIS "spatially enables" the PostgreSQL server,
allowing it to be used as a backend spatial database for geographic information
systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
follows the OpenGIS "Simple Features Specification for SQL" and has been
certified as compliant with the "Types and Functions" profile.

PostGIS/PostgreSQL includes the following functionality:
* Simple Features as defined by the OpenGIS Consortium (OGC)
* Support for Well-Known Text and Well-Known Binary representations of GIS
  objects
* Fast spatial indexing using GiST
* Geospatial analysis functions
* PostgreSQL JDBC extension objects corresponding to the geometries
* Support for OGC access functions as defined by the Simple Features
  Specification

This is postgis 2.x, the currently-maintained and recommended version.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>