Restore databases/postgresql91-client for now to unbreak INDEX

Mk/Uses/pgsql.mk needs to be adjusted too.

Submitted by:	portsnap buildbox
Pointyhat:	rene
This commit is contained in:
Rene Ladan 2016-10-01 10:10:40 +00:00
parent 94e66e3fd3
commit 6b7e9b444c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423050
3 changed files with 20 additions and 1 deletions

1
MOVED
View File

@ -8657,6 +8657,5 @@ security/nessus-libraries||2016-09-30|Has expired: Abandoned, consider using Ope
security/nessus-plugins||2016-09-30|Has expired: Abandoned, consider using OpenVAS
www/node010||2016-10-01|Has expired: Upstream has placed 0.10.x in maintenance mode, see https://github.com/nodejs/LTS
databases/postgresql91-contrib||2016-10-01|Has expired: End-of-life is near
databases/postgresql91-client||2016-10-01|Has expired: End-of-life is near
databases/postgresql91-plpython||2016-10-01|Has expired: End-of-life is near
databases/postgresql91-plperl||2016-10-01|Has expired: End-of-life is near

View File

@ -661,6 +661,7 @@
SUBDIR += postgresql-relay
SUBDIR += postgresql-repmgr
SUBDIR += postgresql-repmgr2
SUBDIR += postgresql91-client
SUBDIR += postgresql91-docs
SUBDIR += postgresql91-pgtcl
SUBDIR += postgresql91-pltcl

View File

@ -0,0 +1,19 @@
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= postgresql
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql91-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"