freebsd-ports/databases/postgis32
Po-Chuan Hsieh a6509f4844
databases/postgis32: Fix build on FreeBSD 12 by using c++14 explicitly
The error message is as follows:
cc -std=c++11 -x c++ -I../../liblwgeom -Iinclude  -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include -I/usr/local/include/json-c -I/usr/local/include -DNDEBUG -I/usr/local/include -isystem /usr/local/include -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include   -fPIC -DPIC -c -o flatgeobuf_c.o flatgeobuf_c.cpp
In file included from flatgeobuf_c.cpp:26:
In file included from ./feature_generated.h:7:
In file included from include/flatbuffers/flatbuffers.h:20:
In file included from include/flatbuffers/base.h:241:
In file included from /usr/local/include/absl/strings/string_view.h:39:
In file included from /usr/local/include/absl/base/attributes.h:37:
In file included from /usr/local/include/absl/base/config.h:86:
/usr/local/include/absl/base/policy_checks.h:79:2: error: "C++ versions less than C++14 are not supported."
#error "C++ versions less than C++14 are not supported."
 ^
1 error generated.
gmake[4]: *** [Makefile:50: flatgeobuf_c.o] Error 1
gmake[4]: Leaving directory '/wrkdirs/usr/ports/databases/postgis32/work/postgis-3.2.5/deps/flatgeobuf'
gmake[3]: *** [Makefile:213: ../deps/flatgeobuf/libflatgeobuf.la] Error 2
gmake[3]: Leaving directory '/wrkdirs/usr/ports/databases/postgis32/work/postgis-3.2.5/postgis'
gmake[2]: *** [GNUmakefile:22: all] Error 1
gmake[2]: Leaving directory '/wrkdirs/usr/ports/databases/postgis32/work/postgis-3.2.5'
gmake[1]: *** [Makefile:6: all] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/databases/postgis32/work/postgis-3.2.5'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer.
*** Error code 1

Approved by:	portmgr (blanket)
2023-11-01 13:30:13 +08:00
..
distinfo databases/postgis32: Update to 3.2.5 2023-07-27 09:50:40 +02:00
Makefile databases/postgis32: Fix build on FreeBSD 12 by using c++14 explicitly 2023-11-01 13:30:13 +08:00
pkg-descr
pkg-plist databases/postgis32: Update to 3.2.5 2023-07-27 09:50:40 +02:00