summaryrefslogtreecommitdiff
path: root/databases/firebird2-server/files
diff options
context:
space:
mode:
Diffstat (limited to 'databases/firebird2-server/files')
-rw-r--r--databases/firebird2-server/files/RELNOTES4
-rw-r--r--databases/firebird2-server/files/patch-src::jrd::gds.cpp20
2 files changed, 12 insertions, 12 deletions
diff --git a/databases/firebird2-server/files/RELNOTES b/databases/firebird2-server/files/RELNOTES
index 818320129f53..0af872b2d234 100644
--- a/databases/firebird2-server/files/RELNOTES
+++ b/databases/firebird2-server/files/RELNOTES
@@ -1,6 +1,6 @@
-Firebird 1.5.1 FreeBSD Release Notes 19-Jul-2004
+Firebird 1.5.2 FreeBSD Release Notes
--------------------------------------
-FB-V1.5.1.4481 Firebird 1.5 Release
+FB-V1.5.2.4731 Firebird 1.5 Release
Welcome to the FreeBSD Firebird port!
diff --git a/databases/firebird2-server/files/patch-src::jrd::gds.cpp b/databases/firebird2-server/files/patch-src::jrd::gds.cpp
index 12c0cd025551..c9c19d9fe829 100644
--- a/databases/firebird2-server/files/patch-src::jrd::gds.cpp
+++ b/databases/firebird2-server/files/patch-src::jrd::gds.cpp
@@ -1,12 +1,12 @@
---- src/jrd/gds.cpp.orig Fri May 20 16:14:19 2005
-+++ src/jrd/gds.cpp Fri May 20 16:31:25 2005
-@@ -1736,8 +1736,7 @@
- gds__prefix(ib_prefix_msg, "");
+--- src/jrd/gds.cpp.orig Sun May 22 18:52:41 2005
++++ src/jrd/gds.cpp Sun May 22 18:55:44 2005
+@@ -1732,8 +1732,8 @@
+
+ if (ib_prefix_msg == NULL) {
+ if (!(ib_prefix_msg = getenv(FB_MSG_ENV))) {
++ strncpy(ib_prefix_msg_val, "%%LIBDATADIR%%", MAXPATHLEN);
+ ib_prefix_msg = ib_prefix_msg_val;
+- gds__prefix(ib_prefix_msg, "");
}
else {
-- strcat(ib_prefix_msg_val, ib_prefix_msg);
-- ib_prefix_msg = ib_prefix_msg_val;
-+ strcpy(ib_prefix_msg, "%%DATADIR%%");
- }
- }
- strcat(string, ib_prefix_msg);
+ strcat(ib_prefix_msg_val, ib_prefix_msg);