mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
postgresql: enable DEBUG_PACKAGES and tests (they work with non-broken libc)
ok jeremy (maintainer)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user