Andreas Wacknitz
2024-02-13 b2c39f20e179c6071215a61da2bc189ee4fad193
postgresql14: update to 14.11 & drop libxslt for 32 bit

5 files modified
20 ■■■■■ changed files
components/database/postgresql-14/Makefile 6 ●●●● patch | view | raw | blame | history
components/database/postgresql-14/manifests/sample-manifest.p5m 5 ●●●● patch | view | raw | blame | history
components/database/postgresql-14/pkg5 6 ●●●● patch | view | raw | blame | history
components/database/postgresql-14/postgresql14-developer.p5m 2 ●●●●● patch | view | raw | blame | history
components/database/postgresql-14/postgresql14-documentation.p5m 1 ●●●● patch | view | raw | blame | history
components/database/postgresql-14/Makefile
@@ -23,11 +23,11 @@
COMPONENT_NAME=        postgresql
COMPONENT_MJR_VERSION=    14
COMPONENT_MNR_VERSION=    10
COMPONENT_MNR_VERSION=    11
COMPONENT_VERSION=    $(COMPONENT_MJR_VERSION).$(COMPONENT_MNR_VERSION)
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH=    sha256:c99431c48e9d470b0d0ab946eb2141a3cd19130c2fb4dc4b3284a7774ecc8399
COMPONENT_ARCHIVE_HASH=    sha256:a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8
COMPONENT_ARCHIVE_URL=    https://ftp.postgresql.org/pub/source/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=    https://www.postgresql.org
COMPONENT_FMRI=            database/postgres-$(COMPONENT_MJR_VERSION)
@@ -62,7 +62,7 @@
CONFIGURE_OPTIONS += --with-ssl=openssl
CONFIGURE_OPTIONS += --with-libedit-preferred
CONFIGURE_OPTIONS += --with-libxml
CONFIGURE_OPTIONS += --with-libxslt
CONFIGURE_OPTIONS.64 += --with-libxslt
CONFIGURE_OPTIONS += --with-lz4
CONFIGURE_OPTIONS += --with-gssapi
CONFIGURE_OPTIONS += --enable-thread-safety
components/database/postgresql-14/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -792,6 +792,7 @@
file path=usr/postgres/14/doc/html/regress.html
file path=usr/postgres/14/doc/html/release-14-1.html
file path=usr/postgres/14/doc/html/release-14-10.html
file path=usr/postgres/14/doc/html/release-14-11.html
file path=usr/postgres/14/doc/html/release-14-2.html
file path=usr/postgres/14/doc/html/release-14-3.html
file path=usr/postgres/14/doc/html/release-14-4.html
@@ -1780,6 +1781,7 @@
file path=usr/postgres/14/include/server/pgtime.h
file path=usr/postgres/14/include/server/plperl.h
file path=usr/postgres/14/include/server/plperl_helpers.h
file path=usr/postgres/14/include/server/plperl_system.h
file path=usr/postgres/14/include/server/plpgsql.h
file path=usr/postgres/14/include/server/plpy_cursorobject.h
file path=usr/postgres/14/include/server/plpy_elog.h
@@ -1794,6 +1796,7 @@
file path=usr/postgres/14/include/server/plpy_typeio.h
file path=usr/postgres/14/include/server/plpy_util.h
file path=usr/postgres/14/include/server/plpython.h
file path=usr/postgres/14/include/server/plpython_system.h
file path=usr/postgres/14/include/server/port.h
file path=usr/postgres/14/include/server/port/aix.h
file path=usr/postgres/14/include/server/port/atomics.h
components/database/postgresql-14/pkg5
@@ -17,14 +17,14 @@
        "system/library/security/gss"
    ],
    "fmris": [
        "database/postgres-14",
        "database/postgres-14/contrib",
        "database/postgres-14/developer",
        "database/postgres-14/documentation",
        "database/postgres-14/language-bindings",
        "database/postgres-14/library",
        "service/database/postgres-14",
        "database/postgres-14/tests",
        "database/postgres-14"
        "service/database/postgres-14"
    ],
    "name": "postgresql"
}
}
components/database/postgresql-14/postgresql14-developer.p5m
@@ -577,6 +577,7 @@
file path=usr/postgres/14/include/server/pgtime.h
file path=usr/postgres/14/include/server/plperl.h
file path=usr/postgres/14/include/server/plperl_helpers.h
file path=usr/postgres/14/include/server/plperl_system.h
file path=usr/postgres/14/include/server/plpgsql.h
file path=usr/postgres/14/include/server/plpy_cursorobject.h
file path=usr/postgres/14/include/server/plpy_elog.h
@@ -591,6 +592,7 @@
file path=usr/postgres/14/include/server/plpy_typeio.h
file path=usr/postgres/14/include/server/plpy_util.h
file path=usr/postgres/14/include/server/plpython.h
file path=usr/postgres/14/include/server/plpython_system.h
file path=usr/postgres/14/include/server/port.h
file path=usr/postgres/14/include/server/port/aix.h
file path=usr/postgres/14/include/server/port/atomics.h
components/database/postgresql-14/postgresql14-documentation.p5m
@@ -736,6 +736,7 @@
file path=usr/postgres/14/doc/html/release-14-8.html
file path=usr/postgres/14/doc/html/release-14-9.html
file path=usr/postgres/14/doc/html/release-14-10.html
file path=usr/postgres/14/doc/html/release-14-11.html
file path=usr/postgres/14/doc/html/release-prior.html
file path=usr/postgres/14/doc/html/release.html
file path=usr/postgres/14/doc/html/replication-origins.html