diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-02-19 08:23:22 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-02-19 08:23:22 +0000 |
commit | c33f7068ab8951cf28a03d622fcb1db2b8e2087f (patch) | |
tree | 8eb7feeb8d3a3e4db65edec78ec515e5dd83bcf2 /databases/postgresql91-server/files/pre-install-notes | |
parent | aea467d86f48f60787be314bdfcb602bedf75c61 (diff) | |
download | FreeBSD-ports-c33f7068ab8951cf28a03d622fcb1db2b8e2087f.zip FreeBSD-ports-c33f7068ab8951cf28a03d622fcb1db2b8e2087f.tar.gz |
Upgrade to 7.2, and spilit into several ports.
PR: ports/34855
Submitted by: maintainer.
Diffstat (limited to 'databases/postgresql91-server/files/pre-install-notes')
-rw-r--r-- | databases/postgresql91-server/files/pre-install-notes | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/databases/postgresql91-server/files/pre-install-notes b/databases/postgresql91-server/files/pre-install-notes deleted file mode 100644 index 697ce3c..0000000 --- a/databases/postgresql91-server/files/pre-install-notes +++ /dev/null @@ -1,21 +0,0 @@ - * IMPORTANT UPGRADE NOTICE * IMPORTANT UPGRADE NOTICE * - -The PostgreSQL port now obeys hier(7) by default, which means that it -installs into: - -%%PREFIX%%/bin -%%PREFIX%%/lib -%%PREFIX%%/include/pgsql - -You *must* move away your old installation to avoid problems with -ldconfig(8) and user's PATH:s. If you rather install using the -old-fashion layout, cancel at next screen and run make as: - -$ make -DWITH_OLD_LAYOUT - -As always, you *must* dump existing databases before stopping and -removing your old postgresql, as part of the update. This is *NOT* -done by this port! - -If you want JAVA support, I will try to determine your JAVA_HOME using -javavmwrapper. If you want a different JVM, please set JAVA_HOME. |