Install libpgcommon.a, required by extensions.

PR:	ports/182190
This commit is contained in:
Palle Girgensohn 2013-09-18 08:56:50 +00:00
parent 3911a83860
commit 03e1bcd5c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327537
3 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,7 @@
# See Mk/bsd.databases.mk for more info # See Mk/bsd.databases.mk for more info
PORTNAME= postgresql PORTNAME= postgresql
PORTREVISION= 0
PKGNAMESUFFIX= -client PKGNAMESUFFIX= -client
COMMENT= PostgreSQL database (client) COMMENT= PostgreSQL database (client)

View file

@ -6,7 +6,7 @@
# #
DISTVERSION?= 9.3.0 DISTVERSION?= 9.3.0
PORTREVISION?= 0 PORTREVISION?= 1
PKGNAMESUFFIX?= -server PKGNAMESUFFIX?= -server
MAINTAINER?= pgsql@FreeBSD.org MAINTAINER?= pgsql@FreeBSD.org
@ -25,4 +25,11 @@ MAN7= ALTER_COLLATION.7 ALTER_EVENT_TRIGGER.7 ALTER_EXTENSION.7 \
.endif .endif
INSTALL_DIRS?= src/common src/timezone src/backend \
src/backend/utils/mb/conversion_procs \
src/backend/snowball src/backend/replication/libpqwalreceiver \
src/bin/initdb src/bin/pg_ctl \
src/bin/pg_controldata src/bin/pg_resetxlog src/pl \
src/bin/pg_basebackup
.include "${.CURDIR}/../postgresql92-server/Makefile" .include "${.CURDIR}/../postgresql92-server/Makefile"

View file

@ -37,6 +37,7 @@ lib/postgresql/utf8_and_sjis.so
lib/postgresql/utf8_and_sjis2004.so lib/postgresql/utf8_and_sjis2004.so
lib/postgresql/utf8_and_uhc.so lib/postgresql/utf8_and_uhc.so
lib/postgresql/utf8_and_win.so lib/postgresql/utf8_and_win.so
lib/libpgcommon.a
%%DOCSDIR%%/README-server %%DOCSDIR%%/README-server
@dirrmtry %%DOCSDIR%% @dirrmtry %%DOCSDIR%%
share/postgresql/conversion_create.sql share/postgresql/conversion_create.sql