From d72365ae81c0096bb3f7c2c40b46131ae3e1c565 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 10 Oct 1999 22:06:35 +0000 Subject: Update to version 6.5.2. and.. This is a really small fix: - When compiling postgresql-jdbc, the compilation process presents a bad path to the installed jar-file. PR: 13838 PR: 13865 Submitted by: Palle Girgensohn --- databases/postgresql-devel-server/files/patch-ar | 16 ++++++++-------- databases/postgresql-devel-server/files/patch-ba | 2 +- .../postgresql-devel-server/files/post-install-notes | 5 +++-- 3 files changed, 12 insertions(+), 11 deletions(-) (limited to 'databases/postgresql-devel-server/files') 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. -- cgit v1.2.3