View | Details | Raw Unified | Return to bug 217874 | Differences between
and this patch

Collapse All | Expand All

(-)databases/postgresql96-client/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	postgresql
4
PORTNAME=	postgresql
5
PORTREVISION=	0
5
PORTREVISION=	1
6
6
7
COMMENT=	PostgreSQL database (client)
7
COMMENT=	PostgreSQL database (client)
8
8
Lines 10-16 Link Here
10
10
11
BUILD_DIRS=	config src/include src/interfaces src/port \
11
BUILD_DIRS=	config src/include src/interfaces src/port \
12
		src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
12
		src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
13
		src/bin/pgbench doc src/makefiles
13
		src/bin/pgbench doc src/makefiles src/test/regress
14
INSTALL_DIRS=	${BUILD_DIRS}
14
INSTALL_DIRS=	${BUILD_DIRS}
15
15
16
CLIENT_ONLY=	yes
16
CLIENT_ONLY=	yes
(-)databases/postgresql96-server/pkg-plist-client (+2 lines)
Lines 182-187 Link Here
182
include/postgresql/server/catalog/pg_type.h
182
include/postgresql/server/catalog/pg_type.h
183
include/postgresql/server/catalog/pg_type_fn.h
183
include/postgresql/server/catalog/pg_type_fn.h
184
include/postgresql/server/catalog/pg_user_mapping.h
184
include/postgresql/server/catalog/pg_user_mapping.h
185
include/postgresql/server/catalog/schemapg.h
185
include/postgresql/server/catalog/storage.h
186
include/postgresql/server/catalog/storage.h
186
include/postgresql/server/catalog/storage_xlog.h
187
include/postgresql/server/catalog/storage_xlog.h
187
include/postgresql/server/catalog/toasting.h
188
include/postgresql/server/catalog/toasting.h
Lines 670-675 Link Here
670
lib/postgresql/pgxs/src/Makefile.shlib
671
lib/postgresql/pgxs/src/Makefile.shlib
671
lib/postgresql/pgxs/src/makefiles/pgxs.mk
672
lib/postgresql/pgxs/src/makefiles/pgxs.mk
672
lib/postgresql/pgxs/src/nls-global.mk
673
lib/postgresql/pgxs/src/nls-global.mk
674
lib/postgresql/pgxs/src/test/regress/pg_regress
673
libdata/pkgconfig/libecpg.pc
675
libdata/pkgconfig/libecpg.pc
674
libdata/pkgconfig/libecpg_compat.pc
676
libdata/pkgconfig/libecpg_compat.pc
675
libdata/pkgconfig/libpgtypes.pc
677
libdata/pkgconfig/libpgtypes.pc

Return to bug 217874