From fccc45e5ff4a8aea150005196c0d4f2cbaeed5db Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Thu, 20 May 2021 10:53:00 +0200 Subject: 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. --- databases/postgresql14-server/files/dot.cshrc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/postgresql14-server/files/dot.cshrc.in (limited to 'databases/postgresql14-server/files/dot.cshrc.in') diff --git a/databases/postgresql14-server/files/dot.cshrc.in b/databases/postgresql14-server/files/dot.cshrc.in new file mode 100644 index 000000000000..17c9ee69a7d0 --- /dev/null +++ b/databases/postgresql14-server/files/dot.cshrc.in @@ -0,0 +1,11 @@ +setenv PGLIB %%PREFIX%%/lib + +# note: PGDATA can be overridden by the -D startup option +setenv PGDATA $HOME/data96 + +#You might want to set some locale stuff here +#setenv PGDATESTYLE ISO +#setenv LC_ALL sv_SE.ISO_8859-1 + +# if you want to make regression tests use this TZ +#setenv TZ PST8PDT -- cgit v1.2.3