summaryrefslogtreecommitdiffstats
path: root/databases/postgresql73-server/files
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-10-10 22:06:35 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-10-10 22:06:35 +0000
commit378656964103f5f440fd32224da751e6915f1103 (patch)
tree64858bc17ffc5768e4c51680f4d421fba2cd92f2 /databases/postgresql73-server/files
parentfa60196fd0eeed31b612d730fa69e6cb9880ac3c (diff)
downloadFreeBSD-ports-378656964103f5f440fd32224da751e6915f1103.zip
FreeBSD-ports-378656964103f5f440fd32224da751e6915f1103.tar.gz
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>
Diffstat (limited to 'databases/postgresql73-server/files')
-rw-r--r--databases/postgresql73-server/files/patch-ar16
-rw-r--r--databases/postgresql73-server/files/patch-ba2
-rw-r--r--databases/postgresql73-server/files/post-install-notes5
3 files changed, 12 insertions, 11 deletions
diff --git a/databases/postgresql73-server/files/patch-ar b/databases/postgresql73-server/files/patch-ar
index bc54daf..c5c8096 100644
--- a/databases/postgresql73-server/files/patch-ar
+++ b/databases/postgresql73-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/postgresql73-server/files/patch-ba b/databases/postgresql73-server/files/patch-ba
index 5d64eff..129a60c 100644
--- a/databases/postgresql73-server/files/patch-ba
+++ b/databases/postgresql73-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/postgresql73-server/files/post-install-notes b/databases/postgresql73-server/files/post-install-notes
index a57562f..d99f476 100644
--- a/databases/postgresql73-server/files/post-install-notes
+++ b/databases/postgresql73-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.
OpenPOWER on IntegriCloud