postgresql: enable DEBUG_PACKAGES and tests (they work with non-broken libc)

ok jeremy (maintainer)
This commit is contained in:
tb
2024-08-27 06:51:18 +00:00
parent 2003574914
commit dced168092
+3 -11
View File
@@ -9,6 +9,7 @@ VERSION= 16.4
PREV_MAJOR= 15
DISTNAME= postgresql-${VERSION}
PKGNAME-main= postgresql-client-${VERSION}
REVISION= 0
DPB_PROPERTIES= parallel
@@ -39,6 +40,8 @@ UPDATE_PLIST_ARGS= -i V_MAJOR
USE_GMAKE= Yes
DEBUG_PACKAGES= ${BUILD_PACKAGES}
CONFIGURE_STYLE=gnu
MODULES= lang/python
@@ -117,17 +120,6 @@ MAKE_ENV= LIBpq_MAJOR=${LIBpq_VERSION:R} \
LIBpgtypes_MAJOR=${LIBpgtypes_VERSION:R} \
LIBpgtypes_MINOR=${LIBpgtypes_VERSION:E}
# Regression tests must be done manually and not as root. Successful
# runs have been achieved on the i386 using the following:
#
# $ ulimit -p 128
# $ ulimit -n 1024
# $ make test NO_TEST=No
#
# Note, you may also need to change a variety of SYSV IPC parameters.
# See pkg/README-server for more details
NO_TEST= Yes
DOCS= ${WRKSRC}/COPYRIGHT ${WRKSRC}/HISTORY \
${WRKSRC}/INSTALL ${WRKSRC}/README \
${WRKSRC}/doc/TODO