Introducing the first beta of PostgreSQL 8.3
Note that this is a BETA VERSION of the PostgreSQL server. Use it only for testing.
This commit is contained in:
parent
e09a0ef683
commit
139991ab8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201533
@ -413,6 +413,8 @@
|
||||
SUBDIR += postgresql81-server
|
||||
SUBDIR += postgresql82-client
|
||||
SUBDIR += postgresql82-server
|
||||
SUBDIR += postgresql83-client
|
||||
SUBDIR += postgresql83-server
|
||||
SUBDIR += postgresql_autodoc
|
||||
SUBDIR += puredb
|
||||
SUBDIR += pxlib
|
||||
|
24
databases/postgresql83-client/Makefile
Normal file
24
databases/postgresql83-client/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: PostgreSQL-client
|
||||
# Date created: Wed Nov 2 00:13:57 CET 2005
|
||||
# Whom: Palle Girgensohn <girgen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# To depend on postgresql-client, set USE_PGSQL=yes.
|
||||
# See Mk/bsd.databases.mk for more info
|
||||
|
||||
PORTNAME= postgresql
|
||||
PKGNAMESUFFIX= -client
|
||||
PORTREVISION= 0
|
||||
|
||||
COMMENT= PostgreSQL database (client)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../postgresql83-server
|
||||
|
||||
BUILD_DIRS= config src/include src/interfaces \
|
||||
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
|
||||
doc src/makefiles
|
||||
CLIENT_ONLY= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user