Tuesday, January 26, 2021

Re: PostgreSQL 13.1 Upgrade

On Tue, 26 Jan 2021 11:03:25 +0100, Pierre-Emmanuel André
<pea@openbsd.org> wrote:

> I made this small change to database/postgresql/Makefile to fix
> WANTLIB:
>
> @@ -99,7 +98,7 @@ INSTALL_TARGET= install-world
> LIB_DEPENDS-main= archivers/xz \
> converters/libiconv \
> textproc/libxml
> -WANTLIB-main = ${WANTLIB} iconv lzma xml2
> +WANTLIB-main = ${WANTLIB} xml2
>
>
> LIB_DEPENDS-server= databases/postgresql=${VERSION} \
> @@ -119,7 +118,7 @@ LIB_DEPENDS-pg_upgrade= databases/postgr
> WANTLIB-pg_upgrade = ${WANTLIB-main} pq
>
> LIB_DEPENDS-plpython= ${MODPY_LIB_DEPENDS}
> -WANTLIB-plpython = c m pthread util \
> +WANTLIB-plpython = c intl m pthread util \
> ${MODPY_WANTLIB}
> RUN_DEPENDS-plpython= databases/postgresql,-server=${VERSION}

That solves it, thanks!

ok danj@ for the whole thing.

Cheers,
Daniel

No comments:

Post a Comment