forked from Lainports/freebsd-ports
Re-add databases/postgresql90-client, databases/pg_rman still needs it
Submitted by: cperciva via IRC
This commit is contained in:
parent
c354e66a90
commit
ad471c3f45
3 changed files with 19 additions and 1 deletions
1
MOVED
1
MOVED
|
|
@ -8322,6 +8322,5 @@ net/samba41||2016-05-16|Has expired: not supported by the upstream
|
|||
net/samba-smbclient||2016-05-16|Has expired: not supported by the upstream
|
||||
databases/postgresql90-contrib||2016-05-16|Has expired: "EOL was reached in September 2015"
|
||||
databases/postgresql90-pltcl||2016-05-16|Has expired: "EOL was reached in September 2015"
|
||||
databases/postgresql90-client||2016-05-16|Has expired: "EOL was reached in September 2015"
|
||||
databases/postgresql90-docs||2016-05-16|Has expired: "EOL was reached in September 2015"
|
||||
devel/py-gyp-devel|devel/py-gyp|2016-05-16|Renamed to devel/py-gyp
|
||||
|
|
|
|||
|
|
@ -647,6 +647,7 @@
|
|||
SUBDIR += postgresql-plv8js
|
||||
SUBDIR += postgresql-relay
|
||||
SUBDIR += postgresql-repmgr
|
||||
SUBDIR += postgresql90-client
|
||||
SUBDIR += postgresql90-pgtcl
|
||||
SUBDIR += postgresql90-plperl
|
||||
SUBDIR += postgresql90-plpython
|
||||
|
|
|
|||
18
databases/postgresql90-client/Makefile
Normal file
18
databases/postgresql90-client/Makefile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postgresql
|
||||
|
||||
COMMENT= PostgreSQL database (client)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../postgresql90-server
|
||||
|
||||
BUILD_DIRS= config src/include src/interfaces src/port \
|
||||
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
|
||||
doc src/makefiles
|
||||
INSTALL_DIRS= ${BUILD_DIRS}
|
||||
CLIENT_ONLY= yes
|
||||
COMPONENT= -client
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
Loading…
Add table
Reference in a new issue