Summary: | [NEW PORT] databases/postgis30: Geographic objects support for PostgreSQL databases | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Loïc Bartoletti <lbartoletti> | ||||||||||||||||||
Component: | Individual Port(s) | Assignee: | Tobias C. Berner <tcberner> | ||||||||||||||||||
Status: | Closed FIXED | ||||||||||||||||||||
Severity: | Affects Some People | CC: | amdmi3, darcy, lbartoletti, rhurlin, sunpoet, tcberner, wen | ||||||||||||||||||
Priority: | --- | Keywords: | feature | ||||||||||||||||||
Version: | Latest | Flags: | lbartoletti:
maintainer-feedback+
|
||||||||||||||||||
Hardware: | Any | ||||||||||||||||||||
OS: | Any | ||||||||||||||||||||
URL: | https://postgis.net/2019/10/20/postgis-3.0.0/ | ||||||||||||||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241359 | ||||||||||||||||||||
Bug Depends on: | |||||||||||||||||||||
Bug Blocks: | 241359 | ||||||||||||||||||||
Attachments: |
|
Description
Loïc Bartoletti
2019-10-20 07:46:59 UTC
Created attachment 208442 [details]
postgis 2.3.10_1
Created attachment 208443 [details]
postgis 2.4.8_1
Created attachment 208444 [details]
postgis 2.5.3_1
@Loïc Could you please: - Include the 2.x CONFLICTS additions to the 3.x patch - Separate our the other 2.x changes into a separate issue (they're logically unrelated to this one) Feel free to add this bugs ID to the new bugs See Also field if its useful to do so Created attachment 208445 [details]
postgis 2.5.3_1
For this issue, only add CONFLICTS_INSTALL in postgis 2.x. Thanks to koobs@
Created attachment 208446 [details]
postgis 2.4.8_1
For this issue, only add CONFLICTS_INSTALL in postgis 2.x. Thanks to koobs@
Created attachment 208447 [details]
postgis 2.3.10_1
For this issue, only add CONFLICTS_INSTALL in postgis 2.x. Thanks to koobs@
(In reply to Loïc Bartoletti from comment #0) databases/postgis30: Geographic objects support for PostgreSQL databases * Add CONFLICTS_INSTALL for databases/postgis2* * New port databases/postgis30 * New default options for postgis: WAGYU, PROTOBUF and JSON * RASTER is now a separated extension (enabled by default), use "CREATE EXTENSION postgis_raster;" as for topology or sfcgal extensions Changelog: https://postgis.net/2019/10/20/postgis-3.0.0/ QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 11, 12 HEAD, i386/amd64) * maketest: OK (all tests passed, upstream CI and personal CI) Created attachment 208448 [details]
postgis 2.x add CONFLICTS_INSTALL with postgis30
Merge patches for postgis 2.x and fix postgis 2.5 CONFLICTS_INSTALL
A commit references this bug: Author: tcberner Date: Sat Nov 2 13:54:51 UTC 2019 New revision: 516323 URL: https://svnweb.freebsd.org/changeset/ports/516323 Log: databases/postgis30: Geographic objects support for PostgreSQL databases * Add CONFLICTS_INSTALL for databases/postgis2* * Add USE=NLS for databases/postgis2* * New port databases/postgis30 * New default options for postgis: WAGYU, PROTOBUF and JSON * RASTER is now a separated extension (enabled by default), use "CREATE EXTENSION postgis_raster;" as for topology or sfcgal extensions Changelog: https://postgis.net/2019/10/20/postgis-3.0.0/ PR: 241358 Submitted by: Lo?c Bartoletti <lbartoletti@tuxfamily.org> Changes: head/databases/Makefile head/databases/postgis23/Makefile head/databases/postgis24/Makefile head/databases/postgis25/Makefile head/databases/postgis30/ head/databases/postgis30/Makefile head/databases/postgis30/distinfo head/databases/postgis30/pkg-descr head/databases/postgis30/pkg-plist Committed. Thanks. |