diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2021-05-20 10:53:00 +0200 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2021-05-20 16:38:55 +0200 |
| commit | fccc45e5ff4a8aea150005196c0d4f2cbaeed5db (patch) | |
| tree | b308d056494290f6e3b9e2bfa8e6750ec82183e6 /databases/postgresql14-server/pkg-plist-plpython | |
| parent | databases/postgresql1[123]-server: remove trailing space in pkg-plist (diff) | |
databases/postgresql14-*: Add postgresql 14 beta1 the the ports tree.
Release notes: https://www.postgresql.org/docs/devel/release-14.html
Also reintroduce parallel builds. Some components, namely plperl,
plpython, pltcl and contrib, fail to build properly when using parallel
builds. Something with static linking using `ar` that fails.
MAKE_JOBS_UNSAFE is set for these ports.
Diffstat (limited to 'databases/postgresql14-server/pkg-plist-plpython')
| -rw-r--r-- | databases/postgresql14-server/pkg-plist-plpython | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/databases/postgresql14-server/pkg-plist-plpython b/databases/postgresql14-server/pkg-plist-plpython new file mode 100644 index 000000000000..c7e8217d6332 --- /dev/null +++ b/databases/postgresql14-server/pkg-plist-plpython @@ -0,0 +1,44 @@ +include/postgresql/server/plpy_cursorobject.h +include/postgresql/server/plpy_elog.h +include/postgresql/server/plpy_exec.h +include/postgresql/server/plpy_main.h +include/postgresql/server/plpy_planobject.h +include/postgresql/server/plpy_plpymodule.h +include/postgresql/server/plpy_procedure.h +include/postgresql/server/plpy_resultobject.h +include/postgresql/server/plpy_spi.h +include/postgresql/server/plpy_subxactobject.h +include/postgresql/server/plpy_typeio.h +include/postgresql/server/plpy_util.h +include/postgresql/server/plpython.h +lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk +%%DOCSDIR%%/README-plpython +%%PYTHON2%%lib/postgresql/plpython2.so +%%PYTHON3%%lib/postgresql/plpython3.so +%%PYTHON2%%%%DATADIR%%/extension/plpython2u--1.0.sql +%%PYTHON2%%%%DATADIR%%/extension/plpython2u.control +%%PYTHON3%%%%DATADIR%%/extension/plpython3u--1.0.sql +%%PYTHON3%%%%DATADIR%%/extension/plpython3u.control +%%PYTHON2%%%%DATADIR%%/extension/plpythonu--1.0.sql +%%PYTHON2%%%%DATADIR%%/extension/plpythonu.control +lib/postgresql/hstore_plpython3.so +lib/postgresql/jsonb_plpython3.so +lib/postgresql/ltree_plpython3.so +%%DATADIR%%/extension/hstore_plpython2u--1.0.sql +%%DATADIR%%/extension/hstore_plpython2u.control +%%DATADIR%%/extension/hstore_plpython3u--1.0.sql +%%DATADIR%%/extension/hstore_plpython3u.control +%%DATADIR%%/extension/hstore_plpythonu--1.0.sql +%%DATADIR%%/extension/hstore_plpythonu.control +%%DATADIR%%/extension/jsonb_plpython2u--1.0.sql +%%DATADIR%%/extension/jsonb_plpython2u.control +%%DATADIR%%/extension/jsonb_plpython3u--1.0.sql +%%DATADIR%%/extension/jsonb_plpython3u.control +%%DATADIR%%/extension/jsonb_plpythonu--1.0.sql +%%DATADIR%%/extension/jsonb_plpythonu.control +%%DATADIR%%/extension/ltree_plpython2u--1.0.sql +%%DATADIR%%/extension/ltree_plpython2u.control +%%DATADIR%%/extension/ltree_plpython3u--1.0.sql +%%DATADIR%%/extension/ltree_plpython3u.control +%%DATADIR%%/extension/ltree_plpythonu--1.0.sql +%%DATADIR%%/extension/ltree_plpythonu.control |
