diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2007-01-09 16:29:35 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2007-01-09 16:29:35 +0000 |
commit | 6b11e898761ec7ced9bf9b652a24b78697eac863 (patch) | |
tree | b375d70b112b334c43c9daa281851082f36a60da /databases/postgresql74-server/files/patch-src-bin-initdb-Makefile | |
parent | Update to 2007.01.09. (diff) |
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
Notes
Notes:
svn path=/head/; revision=181869
Diffstat (limited to 'databases/postgresql74-server/files/patch-src-bin-initdb-Makefile')
-rw-r--r-- | databases/postgresql74-server/files/patch-src-bin-initdb-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql74-server/files/patch-src-bin-initdb-Makefile b/databases/postgresql74-server/files/patch-src-bin-initdb-Makefile new file mode 100644 index 000000000000..406613b8114e --- /dev/null +++ b/databases/postgresql74-server/files/patch-src-bin-initdb-Makefile @@ -0,0 +1,11 @@ +--- src/bin/initdb/Makefile.orig Tue Jan 9 11:31:36 2007 ++++ src/bin/initdb/Makefile Tue Jan 9 11:32:07 2007 +@@ -13,7 +13,7 @@ + top_builddir = ../../.. + include $(top_builddir)/src/Makefile.global + +-all: initdb ++all: submake-libpq submake-libpgport initdb + + initdb: initdb.sh $(top_builddir)/src/Makefile.global + sed -e 's/@VERSION@/$(VERSION)/g' \ |