diff options
author | girgen <girgen@FreeBSD.org> | 2007-01-10 00:29:35 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2007-01-10 00:29:35 +0800 |
commit | f8cff44e1d36c4e27195454e1d1b8f42b76f9c94 (patch) | |
tree | 8a9f507e5f0023b4658b3144a8fb9ef232a67a2d /databases/postgresql73-client | |
parent | 533059e1010028b954372b535bd8cae731d860e4 (diff) | |
download | freebsd-ports-graphics-f8cff44e1d36c4e27195454e1d1b8f42b76f9c94.tar.gz freebsd-ports-graphics-f8cff44e1d36c4e27195454e1d1b8f42b76f9c94.tar.zst freebsd-ports-graphics-f8cff44e1d36c4e27195454e1d1b8f42b76f9c94.zip |
Update postgresql to 8.2.1, 8.1.6, 8.0.10, 7.4.15 and 7.3.17.
Release notes:
http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-17
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-15
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-10
http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-6
http://www.postgresql.org/docs/8.2/static/release-8-2-1.html
The server-side utilities of postgresql (initdb, initlocation,
ipcclean, pg_controldata, pg_ctl, pg_id and pg_resetxlog) are now
installed by the respective postgresql*-server port (previously they
where installed with the client). If you update the client, you should
also update the server to make sure you are not left without the
server-side tools. Do something like:
portupgrade postgresql-client postgresql-server
Diffstat (limited to 'databases/postgresql73-client')
-rw-r--r-- | databases/postgresql73-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql73-client/Makefile b/databases/postgresql73-client/Makefile index e7e56bb537c..39b8faee343 100644 --- a/databases/postgresql73-client/Makefile +++ b/databases/postgresql73-client/Makefile @@ -15,7 +15,9 @@ COMMENT= PostgreSQL database (client) MASTERDIR= ${.CURDIR}/../postgresql73-server -BUILD_DIRS= src/bin src/include src/interfaces doc +BUILD_DIRS= src/bin/pg_config src/bin/pg_encoding src/bin/psql \ + src/bin/pg_dump src/bin/scripts src/include \ + src/interfaces doc CLIENT_ONLY= yes INSTALLS_SHLIB= yes |