From 5173391ce6c8d9d41e258118685e7f9e63791729 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 16 Nov 2022 17:27:29 +0000 Subject: [PATCH] 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). --- databases/postgresql-previous/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/databases/postgresql-previous/Makefile b/databases/postgresql-previous/Makefile index c01bab47314..bb3ccfc1bb0 100644 --- a/databases/postgresql-previous/Makefile +++ b/databases/postgresql-previous/Makefile @@ -1,6 +1,7 @@ COMMENT= PostgreSQL RDBMS (previous version, for pg_upgrade) VERSION= 14.6 +REVISION= 0 DISTNAME= postgresql-${VERSION} PKGNAME= postgresql-previous-${VERSION} @@ -30,13 +31,9 @@ USE_GMAKE= Yes CONFIGURE_STYLE=gnu -MODULES= lang/python -MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2} -MODPY_RUNDEP= No POSTGRESQL_DIR= postgresql-${VERSION:C/.[0-9]+$//} -CONFIGURE_ENV= ac_cv_path_PYTHON=${MODPY_BIN} \ - CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-openssl=/usr \