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).
This commit is contained in:
sthen 2022-11-16 17:27:29 +00:00
parent a2d2c28794
commit 5173391ce6
1 changed files with 2 additions and 5 deletions

View File

@ -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 \