non port: databases/postgis23/Makefile |
Number of commits found: 27 |
Thursday, 22 Oct 2020
|
12:20 lbartoletti
graphics/gdal: Add more default options
GDAL is an essential component for GIS software as graphics/qgis*, math/saga,
databases/postgis*, databases/grass*.
Unfortunately too many options are not enabled by default, causing the user
of theses softwares to rebuild graphics/gdal and its bindings (especially
graphics/py-gdal) for basic use.
With this commit, the vast majority of user needs will be covered, leaving
the build of graphics/gdal with the less relevant and less used options to
the users who really need it.
As gdal now requires postgresql, the package will install the default
version (postgresql12), however databases/postgis23 cannot be built with
postgresql>10 so it is marked as BROKEN -- however this is not a problem
since it is largely deprecated and will be removed soon.
PR: 224004
Approved by: Maintainer timeout
|
Thursday, 15 Oct 2020
|
05:54 lbartoletti
databases/postgis23: Mark deprecated
|
Thursday, 30 Jul 2020
|
19:31 lbartoletti
databases/postgis23: Update to 2.3.11
Changelog:
- https://postgis.net/2020/05/31/postgis-2.3.11/
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25850
|
Friday, 24 Jul 2020
|
16:51 rene
databases/postgis23: limit to PostgreSQL 9.5 - 10, bump PORTREVISION
|
Friday, 22 May 2020
|
19:20 sunpoet
Bump PORTREVISION for devel/json-c json-c
|
Friday, 8 May 2020
|
05:35 lbartoletti
smath/cgal: Update to 5.0.2
The new version of CGAL brings improvements and a lot of changes, including 2
major ones [1](header only[2] and require c++14) requiring to patch all software
depending on it.
[1] https://www.cgal.org/2019/11/08/cgal50/
[2] https://doc.cgal.org/latest/Manual/installation.html
math/cgal:
- Update to 5.0.2
databases/sfcgal:
- Fix with cgal5 : use c++14 and add gmpxx link
databases/postgis*:
- bump portversion needed due to cgal and sfcgal changes
cad/openscad:
- remove LIB_DEPENDS and add BUILD_DEPENDS
- Use c++14
cad/openscad-devel:
- remove LIB_DEPENDS and add BUILD_DEPENDS
- Use c++14
games/flightgear-terragear:
- remove LIB_DEPENDS and add BUILD_DEPENDS
- fix Boost error (ld: error: undefined symbol:
boost::thread::hardware_concurrency())
graphics/colmap:
- remove LIB_DEPENDS and add BUILD_DEPENDS
- fix CMAKE_CXX_FLAGS with c++14
PR: 245824
Approved by: wen, jbeich, tcberner (mentor)
Differential Revision: D24578
|
Wednesday, 22 Jan 2020
|
06:02 sunpoet
Bump PORTREVISION for graphics/gdal shlib change
|
Tuesday, 14 Jan 2020
|
21:45 lbartoletti
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169
|
Saturday, 2 Nov 2019
|
13:54 tcberner
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: Loic Bartoletti <lbartoletti@tuxfamily.org>
|
Saturday, 14 Sep 2019
|
21:11 sunpoet
Update to 2.3.10
Changes:` https://git.osgeo.org/gitea/postgis/postgis/raw/tag/2.3.10/NEWS
PR: 240564
Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Friday, 22 Mar 2019
|
22:17 bhughes
databases/postgis23: Update 2.3.7_2 -> 2.3.9
PR: 236556
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Sponsored by: Miles AS
Differential Revision: https://reviews.freebsd.org/D19600
|
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Friday, 30 Nov 2018
|
20:06 sunpoet
Update MASTER_SITES and WWW
Approved by: portmgr (blanket)
|
Saturday, 22 Sep 2018
|
05:30 linimon
Fix build on gcc-based archs by updating USES.
Tested on powerpc64 and amd64 (for no regression).
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Wednesday, 5 Sep 2018
|
22:01 sunpoet
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine
|
Sunday, 24 Jun 2018
|
00:54 linimon
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'
Neither emaste nor I can figure out exactly where the offending stanza is
coming in. It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Saturday, 21 Apr 2018
|
12:10 riggs
Update to upstream version 2.3.7
Details:
Bug Fixes and Enhancements:
- #3055, [raster] ST_Clip() on a raster without band crashes the server
(Regina Obe)
- #3978, Fix KNN when upgrading from 2.1 or older (Sandro Santilli)
- #4003, lwpoly_construct_circle: Avoid division by zero (RaAol MarAn RodrAguez)
- #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
in ST_ClosestPointOfApproach and ST_CPAWithin
(Paul Ramsey, Darafei Praliaskouski)
- #4052, schema qualify several functions in geography (Regina Obe)
PR: 227360
Submitted by: lbartoletti@tuxfamily.org (maintainer)
MFH: 2018Q2
|
Sunday, 28 Jan 2018
|
12:49 pizzamig
databases/postgis23, databases/postgis24: minor updates
PR: 225274
Submitted by: lbartoletti@tuxfamily.org (maintainer)
|
Wednesday, 3 Jan 2018
|
13:36 sunpoet
Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine
|
Sunday, 17 Dec 2017
|
11:25 rodrigo
Add new port postgis24 for v2.4.x
See https://svn.osgeo.org/postgis/tags/2.4.2/NEWS for new features in 2.4
branch,
bugfixes and enhancements
Upgrade postgis22 from v2.2.5 to 2.2.6
Multiple bug fixes, see changelog
https://svn.osgeo.org/postgis/tags/2.2.6/NEWS
Upgrade postfix23 from v2.3.3 to v2.3.5
Multiple bug fixes and enhancements, see changelog
https://svn.osgeo.org/postgis/tags/2.3.5/NEWS
Fix and expand CONFLICTS_INSTALL for the postgis2* ports
reorder USES and USE_* in database/postgis20 to makes portlint happy
PR: 222703
Submitted by: lbartoletti@tuxfamily.org
Approved by: rhurlin@gwdg.de (maintainer)
|
Sunday, 16 Jul 2017
|
01:50 dbaio
databases/postgis23: Update to 2.3.3
Changes: https://git.osgeo.org/gogs/postgis/postgis/raw/2.3.3/NEWS
PR: 220695
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: garga (mentor, implicit)
|
Monday, 15 May 2017
|
15:53 sunpoet
Add missing dependency
- Bump PORTREVISION for dependency change
PR: 218226
Submitted by: Jason Bacon <bacon4000@gmail.com>
Approved by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
Wednesday, 5 Apr 2017
|
19:59 sunpoet
Use WANT_PGSQL instead of hard-coded RUN_DEPENDS
Note that postgresql-client was already brought in via USES=pgsql.
Therefore the equivalent WANT_PGSQL is "lib server".
Approved by: portmgr (blanket)
|
Thursday, 16 Feb 2017
|
20:42 lifanov
update databases/postgis23 to 2.3.2
Changes: http://postgis.net/2017/01/31/postgis-2.3.2/
PR: 216913
Submitted by: cmt
Approved by: lbartoletti@tuxfamily.org (maintainer)
|
Thursday, 8 Dec 2016
|
11:51 cmt
update postgis23 to 2.3.1
PR: 215069
Approved by: lbartoletti@tuxfamily.org (maintainer), rene (mentor)
|
Monday, 14 Nov 2016
|
16:26 cmt
New port: databases/postgis23
This is PostGIS 2.3, the popular open source geographical information
system for PostgreSQL.
PR: 213067
Submitted by: lbartoletti () tuxfamily.org
Approved by: rene (mentor)
|
Number of commits found: 27 |