40 Commits

Author SHA1 Message Date
naddy
ffa1cebd1b drop RCS Ids 2022-03-11 19:06:11 +00:00
landry
c9209e2afc geo/geos: update to 3.10.2.
see https://lists.osgeo.org/pipermail/geos-devel/2022-January/010638.html
2022-01-17 12:13:41 +00:00
landry
72120fab8f geo/geos: update to 3.10.1.
See https://lists.osgeo.org/pipermail/geos-devel/2021-November/010556.html
2021-11-05 10:44:49 +00:00
landry
81b32f9cfb geo/geos: update to 3.10.0.
See https://lists.osgeo.org/pipermail/geos-devel/2021-October/010484.html
2021-10-23 09:15:12 +00:00
landry
e19cd6aa79 geo/geos: switch to cmake build
upstream plans to deprecate autotools in the next version, per
https://trac.osgeo.org/geos/wiki/RFC7

went in a bulk build without issues, thanks ajacoutot@
2021-03-24 10:53:30 +00:00
landry
2c700a585f geo/geos: update to 3.9.1.
See https://lists.osgeo.org/pipermail/geos-devel/2021-February/010138.html

Face reality & take maintainership while here.
2021-02-21 09:31:48 +00:00
landry
b649fe5daa geo/geos: drop unneeded chunk forcefully linking against -lstdc++
that bit was added in 2008, but now down the line, this caused gdal*
commands to blow on sparc64 with warnings such as
"/usr/local/lib/libestdc++.so.19.0:/usr/lib/libstdc++.so.57.0 : WARNING:
symbol(_ZNSt6locale5_Impl11_S_id_ctypeE) size mismatch, relink your
program", as reported by Phil Plane.

With all the gdal stack rebuilt, a basic gdalbuildvrt test now succeeds
on sparc64.

while here, fix geos-config --libs output which appended the lib version
we remove..

Went in an amd64 bulk without fallout, thanks ajacoutot@
2021-02-21 07:36:49 +00:00
landry
cb70cd0868 geo/geos: update to 3.9.0.
See https://lists.osgeo.org/pipermail/geos-devel/2020-December/010003.html
2020-12-23 10:18:19 +00:00
sthen
6d15ca9821 Set "BROKEN-arm" for some of the slower-to-build ports that fail late on
armv7, this should save around 40h overall build time, and makes it more
visible to anyone working on the port that they are indeed broken on the
arch.  OK phessler@ naddy@

Of note because the port is important to the architecture and
self-hosted builds are a good thing: building u-boot on armv7 fails
with an Internal Compiler Error (SIGBUS) in lib/time.c, it would be
particularly nice if someone has an idea how to fix this!
2020-05-07 14:24:53 +00:00
landry
03ccb8dbbd Update to geos 3.8.1.
See https://lists.osgeo.org/pipermail/geos-devel/2020-March/009478.html
- bump major to be on the safe side, two prototypes changed.
2020-03-11 15:35:58 +00:00
landry
89f45c6266 Update to geos 3.8.0
See https://lists.osgeo.org/pipermail/geos-devel/2019-October/009342.html
2019-10-31 19:48:21 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
landry
54d9174407 Update to geos 3.7.1.
See https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.7.1
2019-03-16 08:09:45 +00:00
landry
27c61e21a3 Update to geos 3.7.0.
Now requires c++11 per https://trac.osgeo.org/geos/wiki/RFC5 so set
COMPILER accordingly.

Built the following consumers on amd64: mapserver, mapcache, qgis, gdal,
libosmium, postgis, and gdal on i386. No fallout.
2018-09-16 16:46:28 +00:00
jca
9a7f4dc1ec Bigger hammer to kill UTF-8 BOM (fails to build with base gcc) 2017-12-14 05:57:44 +00:00
landry
3904c0538b Remove UTF8 BOM, hopefully fixing the build on non-clang archs.
Reported upstream in https://trac.osgeo.org/geos/ticket/846.
2017-11-20 09:09:47 +00:00
landry
323c15cb4b Update to geos 3.6.2.
tested in a bulk by ajacoutot@, thanks!
2017-11-04 10:11:30 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
landry
933eabfbbc Update to geos 3.6.1, all from Rafael Sadowksi, thanks!
Drop doxygen dependency/resulting docs.
2017-02-06 09:56:49 +00:00
jca
d3dba4f02e Switch HOMEPAGE to https://
From Rafael Sadowski, as part of a larger diff.
2016-11-12 20:54:09 +00:00
jca
af64c8bb61 Update to doxygen-1.8.12 and switch the gui to Qt5
From Rafael Sadowski, who takes maintainership.
2016-11-12 20:50:41 +00:00
jca
4ea50190a7 Update to doxygen-1.8.11 (latest)
This switches doxygen to the cmake build system.

All the hard work done by Rafael Sadowski, thanks!

Bulk build and ok ajacoutot@
2016-03-01 20:36:39 +00:00
landry
09f8d8c829 update to geos 3.5.0, tested in a bulk by ajacoutot@ 2015-09-20 07:59:09 +00:00
landry
29590c3ca1 Fix packaging by using DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC} in the env
when running doxygen. I hate you doxygen.
Didnt package so no bump.
2014-08-27 08:28:29 +00:00
landry
2007e436e9 Update to geos 3.4.2.
patch-include_geos_platform_h_in merged upstream, will disappear in next
update.
2014-08-26 19:00:31 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
landry
58c507d60a Update to geos 3.3.8, based on a diff from Amit Kulkarni
Rest MAINTAINER after discussing it with him
2013-03-09 20:18:47 +00:00
landry
7973a858c6 Mark as BROKEN-hppa, since last update to 3.3.4.
undefined reference to `std::auto_ptr<geos::geom::Envelope>::~auto_ptr()'
2012-12-21 17:52:11 +00:00
sthen
8772f2e41f sync plist; doxygen 2012-12-16 11:39:51 +00:00
eric
7f51d22d74 update to 3.3.4
ok landry@
2012-06-24 09:34:03 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
jasper
8204cd9b5a - regen PLIST after doxygen update
- tighten build dependency on doxygen
2010-11-04 20:14:20 +00:00
eric
395aaecde2 update to 3.2.2
ok jim@
2010-07-01 00:26:03 +00:00
eric
953ea3ba5b update to geos 3.2.0
ok landry@
2010-04-02 09:21:43 +00:00
landry
4d7c78badc Maintenance update to geos 3.0.3, update licence marker & master_sites.
looks fine to jasper@ and pval@.
2009-03-07 10:36:26 +00:00
eric
a02fbdd612 update to 3.0.0
ok ajacoutot@
2008-06-15 07:01:36 +00:00
eric
10b2378134 GEOS (Geometry Engine - Open Source) is a C++ port of the Java
Topology Suite (JTS). As such, it aims to contain the complete
functionality of JTS in C++. This includes all the OpenGIS "Simple
Features for SQL" spatial predicate functions and spatial operators,
as well as specific JTS topology functions such as IsValid(). 

help and ok sthen@, steven@
2007-09-14 22:47:06 +00:00