Commit Graph

25 Commits

Author SHA1 Message Date
sthen
5173391ce6 postgresql-previous doesn't need Python; it was copied from the main
PostgreSQL port where it's used for building plpython, so remove the build
dependency (and as a bonus, it wasn't synced with the py27->py3 switch,
so this gets rid of another py27 user).
2022-11-16 17:27:29 +00:00
jeremy
d8c1f4326f Update postgresql-previous to PostgreSQL 14.6 following postgresql update
to 15.1.

OK tb@
2022-11-16 03:00:29 +00:00
sthen
03881fcf87 remove duplicate MODPY_VERSION line 2022-11-13 17:30:22 +00:00
sthen
3cdf2816b0 sync WANTLIB for some packages that could be semi-automated for some
common missing libs, with "help" from portbump, but i reviewed everything
2022-03-27 16:23:04 +00:00
naddy
7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
jeremy
9157f8db38 Update to PostgreSQL 13.5
Take MAINTAINER.

OK pea@ (previous MAINTAINER), sthen@
2022-01-13 16:00:15 +00:00
sthen
7b316b5bf2 update postgresql-previous to 12.8, from Mark Patruck, ok pea@ 2021-09-10 14:19:36 +00:00
jca
ca106e62b4 Missing spinlock workaround for riscv64 (synced from databases/postgresql) 2021-07-12 07:44:06 +00:00
jeremy
6630e77738 Update to PostgreSQL 12.7
Fixes CVE-2021-32029, CVE-2021-32028, CVE-2021-32027.

From Mark Patruck <mark@wrapped.cx>

MAINTAINER (pea@) timeout
2021-06-07 15:15:25 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
8d47d73ad4 postgresql-previous: update to 12.6, and rm files installed under
share/doc/postgresql that conflict with databases/postgresql,-docs.
ok pea@
2021-02-12 12:39:06 +00:00
jeremy
53c3a58177 Update to PostgreSQL 12.5, following databases/postgresql update to
PostgreSQL 13.

OK sthen@, danj@, pea@
2021-02-09 20:04:10 +00:00
jeremy
df04ed253a Update to PostgreSQL 11.6 2020-02-06 00:36:28 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
b17bf3228e update curses WANTLIB entries following the change in base libraries to use soname 2019-05-17 16:19:37 +00:00
sthen
3d8c77c4a5 Copy chunk from old ../postgresql: gcc is needed for postgresql 10.6+ on i386. 2019-02-21 13:08:25 +00:00
jeremy
7cf2bd0896 Update to PostgreSQL 10.6
OK ajacoutot@
2019-02-19 05:09:58 +00:00
tb
029842cc18 Remove LIBRESSL_VERSION_NUMBER patches as in PostgreSQL 10.
Reminded by sthen
2018-09-06 19:10:53 +00:00
sthen
a1200e56e2 we have BIO_meth_new (which pgsql checks for) but not some of the other
functions that it also needs, neuter for now to unbreak. from jsing
2018-02-18 17:49:08 +00:00
sthen
7d00920e05 regen patches, no other change 2018-02-18 17:36:01 +00:00
jsg
9a190ffe23 Now that arm has switched to clang the base compiler has atomic builtins
and accepts -mfpu=neon.

ok jca@ sthen@
2018-01-20 14:03:39 +00:00
jeremy
9d31e569ff Update to postgresql-9.6.6
OK pea@
2017-11-30 16:21:25 +00:00
schwarze
b0f5b00141 This port does not actually install any manual pages, so drop USE_GROFF.
No package change except timestamps in +CONTENTS and *.a files, so no bump.
2017-06-13 12:31:44 +00:00
zhuk
f554777483 Apply the same treatment for databases/postgresql-previous as it was done for
datbases/postgresql, to allow the former build on arm.

okay pea@
2016-12-28 14:10:36 +00:00
jeremy
026067fe20 Import postgresql-previous 9.5.5
This imports the previous version of PostgreSQL supported
by the ports tree into a versioned directory.  It's
designed for use by pg_upgrade, which allows upgrading of
PostgreSQL databases without a dump and restore.

OK pea@ landry@
2016-12-18 18:13:25 +00:00