aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2021-05-20 08:53:00 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2021-05-20 14:38:55 +0000
commitfccc45e5ff4a8aea150005196c0d4f2cbaeed5db (patch)
treeb308d056494290f6e3b9e2bfa8e6750ec82183e6 /databases/Makefile
parent21a4d52359f0e59b4f0dbb97212db803352e067e (diff)
downloadports-fccc45e5ff4a8aea150005196c0d4f2cbaeed5db.tar.gz
ports-fccc45e5ff4a8aea150005196c0d4f2cbaeed5db.zip
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/Makefile')
-rw-r--r--databases/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 8aa53036b3c6..5af88681127e 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -695,6 +695,14 @@
SUBDIR += postgresql13-plpython
SUBDIR += postgresql13-pltcl
SUBDIR += postgresql13-server
+ SUBDIR += postgresql14-client
+ SUBDIR += postgresql14-contrib
+ SUBDIR += postgresql14-docs
+ SUBDIR += postgresql14-pgtcl
+ SUBDIR += postgresql14-plperl
+ SUBDIR += postgresql14-plpython
+ SUBDIR += postgresql14-pltcl
+ SUBDIR += postgresql14-server
SUBDIR += postgresql95-client
SUBDIR += postgresql95-contrib
SUBDIR += postgresql95-docs