84 Commits

Author SHA1 Message Date
landry
c41a4830ef geo/postgis: update to 3.3.2 2022-11-14 07:03:36 +00:00
landry
f52687cbc1 geo/postgis: update to 3.3.1.
see https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.1/NEWS
drop patches/patch-configure, merged upstream since a while in 3.1 branch
2022-09-11 08:07:27 +00:00
landry
925ef1b0be geo/postgis: update to 3.3.0.
drop patch from https://trac.osgeo.org/postgis/ticket/4573, CPPFLAGS works
see https://postgis.net/2022/08/27/postgis-3.3.0-released/
2022-08-31 09:52:14 +00:00
landry
93f3731020 geo/postgis: update to 3.2.3 2022-08-25 07:09:40 +00:00
landry
ed537f1630 geo/postgis: update to 3.2.2 2022-07-25 07:33:45 +00:00
landry
f7b860e86e geo/postgis: fix WANTLIB after gdal update 2022-05-14 08:39:01 +00:00
landry
7c725d9f22 geo/postgis: refix WANTLIB, didnt package so no bump
reported by ajacoutot@
2022-04-28 08:03:12 +00:00
landry
220fdf32fb geo/postgis: fix WANTLIB after qhull update 2022-04-26 14:50:08 +00:00
naddy
ffa1cebd1b drop RCS Ids 2022-03-11 19:06:11 +00:00
landry
e0291807c1 geo/postgis: fix WANTLIB after gdal change, breakage reported by ajacoutot@ 2022-02-17 09:29:57 +00:00
landry
72cc3103a4 geo/postgis: update to 3.2.1 2022-02-14 06:57:49 +00:00
landry
94718e017c geo/postgis: fix WANTLIB after gdal switch to pcre2 and bump REVISION 2022-01-10 08:01:37 +00:00
landry
1fe9cafdbe geo/postgis: update to 3.2.0.
see https://postgis.net/2021/12/18/postgis-3.2.0/
2022-01-03 07:39:55 +00:00
landry
5590b6b92f geo/postgis: update to 3.1.4 2021-09-06 07:32:46 +00:00
landry
9a6a9edc6e geo/postgis: update to 3.1.3 2021-07-03 13:00:38 +00:00
landry
ed3627e7a8 geo/postgis: update to 3.1.2 2021-05-27 15:23:19 +00:00
landry
4290409538 geo/postgis: patch configure tu fix build with upcoming proj 8 update
detect proj_info() instead of pj_get_release(), adapted from
https://trac.osgeo.org/postgis/ticket/4860.
2021-03-08 11:07:28 +00:00
landry
caac145420 geo/postgis: update to 3.1.1 2021-02-03 14:29:43 +00:00
landry
c57865b334 geo/postgis: update to 3.1.0
See http://postgis.net/2020/12/18/postgis-3.1.0/

add a patch to workaround an openbsd libtool issue, to be investigated
2020-12-23 10:19:18 +00:00
landry
519a838cb6 geo/postgis: update to 3.0.3 2020-11-24 09:22:28 +00:00
landry
eff10df79d Update to postgis 3.0.2 2020-08-23 06:16:22 +00:00
landry
0e8392e950 Update to postgis 3.0.1 2020-02-25 10:24:12 +00:00
fcambus
b12beb061b Modify include paths order to prevent postgis from using system wide
devel/uthash headers if they are installed.

OK landry@
2019-11-09 15:19:50 +00:00
landry
f1c0a7e80d Update to postgis 3.0.0.
See http://postgis.net/2019/10/20/postgis-3.0.0/
2019-10-31 19:49:15 +00:00
landry
7fcd5ea0fe Update to postgis 2.5.3 2019-08-16 14:09:17 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
landry
a1d90d8632 Update to postgis 2.5.2. 2019-03-15 07:49:43 +00:00
landry
6a8bbac13f Add cunit to BDEP, otherwise if it's around during configure cmake detects it
and make fake blows if dpb junked it in the meantime. reported by naddy@
2018-12-12 14:17:46 +00:00
landry
0d5be95e80 Update to postgis 2.5.1 2018-12-07 09:45:17 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
landry
9ce0ffa28a Update postgis to 2.5.0.
- Point homepage to postgis.net, more updated than postgis.org
- Properly add protobuf-c to dependencies for MVT support
- Add test depends on cunit
2018-09-30 11:46:22 +00:00
landry
2dca1ab832 Update to postgis 2.4.5, takes full advantage of geos 3.7.0. 2018-09-16 16:46:57 +00:00
naddy
9e2b2c580d do not pick up devel/cunit if it happens to be installed 2018-08-09 20:38:36 +00:00
landry
0c18dc9717 Update to postgis 2.4.4. 2018-04-11 07:41:45 +00:00
landry
8eb78d8b90 Update to postgis 2.4.3 2018-02-25 09:47:03 +00:00
landry
863532e897 Fix build with json-c 0.13.
Taken from https://github.com/postgis/postgis/pull/173, tested with
json-c 0.12 and 0.13.
Similar diff from bket@
2018-02-11 15:17:16 +00:00
nigel
93e2f4c88e Add missing dependency on gettext
Ok sthen@ lendry@
2017-11-25 13:53:26 +00:00
landry
935d447f9d Update to postgis 2.4.2 2017-11-21 20:39:53 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
landry
a7ca110c9d Updqte to postgis 2.4.1.
https://git.osgeo.org/gogs/postgis/postgis/raw/2.4.1/NEWS
2017-10-28 16:40:55 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
landry
986a1add72 Update to postgis 2.3.3.
See http://postgis.net/2017/07/01/postgis-2.3.3/
2017-07-03 17:02:15 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
landry
a7dfb893f3 Update to postgis 2.3.2.
See http://postgis.net/2017/01/31/postgis-2.3.2/
2017-02-07 08:15:30 +00:00
sthen
c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00
landry
9ead524c2b Major update to postgis 2.3.0.
See http://postgis.net/2016/09/26/postgis-2.3.0/
2016-10-31 16:08:08 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
sthen
be8dfb30fb sync WANTLIB 2016-07-09 08:46:24 +00:00