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:
parent
94e66e3fd3
commit
6b7e9b444c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423050
1
MOVED
1
MOVED
@ -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
|
||||
|
@ -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
|
||||
|
19
databases/postgresql91-client/Makefile
Normal file
19
databases/postgresql91-client/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user