diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-10 22:06:35 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-10 22:06:35 +0000 |
commit | d72365ae81c0096bb3f7c2c40b46131ae3e1c565 (patch) | |
tree | fc78adbfb80232f1b9160199c060cf18945ec28e /databases/postgresql-devel-server/files | |
parent | 134508746da4ddcc34c5f8a896327ce7650277ee (diff) | |
download | ports-d72365ae81c0096bb3f7c2c40b46131ae3e1c565.tar.gz ports-d72365ae81c0096bb3f7c2c40b46131ae3e1c565.zip |
Notes
Diffstat (limited to 'databases/postgresql-devel-server/files')
-rw-r--r-- | databases/postgresql-devel-server/files/patch-ar | 16 | ||||
-rw-r--r-- | databases/postgresql-devel-server/files/patch-ba | 2 | ||||
-rw-r--r-- | databases/postgresql-devel-server/files/post-install-notes | 5 |
3 files changed, 12 insertions, 11 deletions
diff --git a/databases/postgresql-devel-server/files/patch-ar b/databases/postgresql-devel-server/files/patch-ar index bc54daf60a4a..c5c8096fc141 100644 --- a/databases/postgresql-devel-server/files/patch-ar +++ b/databases/postgresql-devel-server/files/patch-ar @@ -1,11 +1,11 @@ ---- configure~ Sun May 30 09:01:09 1999 -+++ configure Mon Jun 21 16:52:53 1999 -@@ -663,7 +663,7 @@ - exit;; - esac - --if test "X$elf" = "Xyes" -+if test "X$PORTOBJFORMAT" = "Xelf" +--- configure.orig Sun Oct 10 14:37:07 1999 ++++ configure Sun Oct 10 14:37:29 1999 +@@ -1429,7 +1429,7 @@ + ELF_SYS=true + else + rm -rf conftest* +- if test "X$elf" = "Xyes" ++ if test "X$PORTOBJFORMAT" = "Xelf" then ELF_SYS=true else diff --git a/databases/postgresql-devel-server/files/patch-ba b/databases/postgresql-devel-server/files/patch-ba index 5d64eff4e1d9..129a60c3d2f3 100644 --- a/databases/postgresql-devel-server/files/patch-ba +++ b/databases/postgresql-devel-server/files/patch-ba @@ -26,7 +26,7 @@ - @echo other applications, copy the postgresql.jar file to a public - @echo "place (under unix this could be /usr/local/lib) and add it" + @echo other applications, add the path -+ @echo !!JAVA_HOME!!/share/java/postgresql.jar ++ @echo !!PREFIX!!/share/java/postgresql.jar @echo to the class path. @echo @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql-devel-server/files/post-install-notes b/databases/postgresql-devel-server/files/post-install-notes index a57562fe871e..d99f47615730 100644 --- a/databases/postgresql-devel-server/files/post-install-notes +++ b/databases/postgresql-devel-server/files/post-install-notes @@ -8,6 +8,7 @@ You may wish to subscribe to the PostgreSQL user-support mailing list. Send an e-mail to pgsql-questions-request@postgresql.org with the text "subscribe" in the message body. -If you build PostgreSQL with TCL support, then you can use the -TCL/TK based database frontend "pgaccess" for database operations. +If you built PostgreSQL with TCL support, you can install the port +"pgaccess" to get a TCL/TK based database frontend for database +operations. |