mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Include pg_regress to postgresql96-client, to allow running regression tests for postgresql extensions
PR: 217874 Approved by: maintainer timeout (3 months)
This commit is contained in:
parent
ad8dcc9f64
commit
3371a26c23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444644
@ -2,6 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTREVISION= 2
|
||||
|
||||
COMMENT= PostgreSQL database (client)
|
||||
|
||||
@ -9,7 +10,7 @@ MASTERDIR= ${.CURDIR}/../postgresql96-server
|
||||
|
||||
BUILD_DIRS= config src/include src/interfaces src/port \
|
||||
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
|
||||
src/bin/pgbench doc src/makefiles
|
||||
src/bin/pgbench doc src/makefiles src/test/regress
|
||||
INSTALL_DIRS= ${BUILD_DIRS}
|
||||
|
||||
CLIENT_ONLY= yes
|
||||
|
@ -182,6 +182,7 @@ include/postgresql/server/catalog/pg_ts_template.h
|
||||
include/postgresql/server/catalog/pg_type.h
|
||||
include/postgresql/server/catalog/pg_type_fn.h
|
||||
include/postgresql/server/catalog/pg_user_mapping.h
|
||||
include/postgresql/server/catalog/schemapg.h
|
||||
include/postgresql/server/catalog/storage.h
|
||||
include/postgresql/server/catalog/storage_xlog.h
|
||||
include/postgresql/server/catalog/toasting.h
|
||||
@ -671,6 +672,7 @@ lib/postgresql/pgxs/src/Makefile.port
|
||||
lib/postgresql/pgxs/src/Makefile.shlib
|
||||
lib/postgresql/pgxs/src/makefiles/pgxs.mk
|
||||
lib/postgresql/pgxs/src/nls-global.mk
|
||||
lib/postgresql/pgxs/src/test/regress/pg_regress
|
||||
libdata/pkgconfig/libecpg.pc
|
||||
libdata/pkgconfig/libecpg_compat.pc
|
||||
libdata/pkgconfig/libpgtypes.pc
|
||||
|
Loading…
Reference in New Issue
Block a user