aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql84-server/files
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-10 22:06:35 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-10 22:06:35 +0000
commitd72365ae81c0096bb3f7c2c40b46131ae3e1c565 (patch)
treefc78adbfb80232f1b9160199c060cf18945ec28e /databases/postgresql84-server/files
parent134508746da4ddcc34c5f8a896327ce7650277ee (diff)
downloadports-d72365ae81c0096bb3f7c2c40b46131ae3e1c565.tar.gz
ports-d72365ae81c0096bb3f7c2c40b46131ae3e1c565.zip
Update to version 6.5.2.
and.. <quote> This is a really small fix: - When compiling postgresql-jdbc, the compilation process presents a bad path to the installed jar-file. </quote> PR: 13838 PR: 13865 Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes
Notes: svn path=/head/; revision=22314
Diffstat (limited to 'databases/postgresql84-server/files')
-rw-r--r--databases/postgresql84-server/files/patch-ar16
-rw-r--r--databases/postgresql84-server/files/patch-ba2
-rw-r--r--databases/postgresql84-server/files/post-install-notes5
3 files changed, 12 insertions, 11 deletions
diff --git a/databases/postgresql84-server/files/patch-ar b/databases/postgresql84-server/files/patch-ar
index bc54daf60a4a..c5c8096fc141 100644
--- a/databases/postgresql84-server/files/patch-ar
+++ b/databases/postgresql84-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/postgresql84-server/files/patch-ba b/databases/postgresql84-server/files/patch-ba
index 5d64eff4e1d9..129a60c3d2f3 100644
--- a/databases/postgresql84-server/files/patch-ba
+++ b/databases/postgresql84-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/postgresql84-server/files/post-install-notes b/databases/postgresql84-server/files/post-install-notes
index a57562fe871e..d99f47615730 100644
--- a/databases/postgresql84-server/files/post-install-notes
+++ b/databases/postgresql84-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.