summaryrefslogtreecommitdiff
path: root/databases/firebird-devel/files
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-17 03:35:22 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-17 03:35:22 +0000
commit43f3f425f7690403a54866065d3e37a2d4a609ab (patch)
treefdcdc3eee0a323239d15f6414951e27cc56a8f34 /databases/firebird-devel/files
parentFix sample-regex files in pkg-plist (diff)
Update repo copy to firebird-devel
PR: 32553 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=51641
Diffstat (limited to 'databases/firebird-devel/files')
-rw-r--r--databases/firebird-devel/files/RELNOTES10
-rw-r--r--databases/firebird-devel/files/patch-aa2
-rw-r--r--databases/firebird-devel/files/patch-ab8
-rw-r--r--databases/firebird-devel/files/patch-ad23
-rw-r--r--databases/firebird-devel/files/patch-ae10
-rw-r--r--databases/firebird-devel/files/patch-af13
6 files changed, 44 insertions, 22 deletions
diff --git a/databases/firebird-devel/files/RELNOTES b/databases/firebird-devel/files/RELNOTES
index d2fd1d4fc88d..78b29d6a2a54 100644
--- a/databases/firebird-devel/files/RELNOTES
+++ b/databases/firebird-devel/files/RELNOTES
@@ -1,6 +1,6 @@
-Firebird 0.9_4 FreeBSD Release Notes 13-Jan-2001
-------------------------------------
-FB-T0.9.4.34 Firebird Test1
+Firebird 1.0-RC1 FreeBSD Release Notes 06-Dec-2001
+--------------------------------------
+FB-T6.2.567 Firebird Release Candidate 1
Welcome to the FreeBSD Firebird port! Users should note that there
was a package called `firebird-1.0.tgz' released in mid-August
@@ -75,5 +75,5 @@ and InterBase can be found at the following:
http://www.interbase2000.org/
http://www.firebirdsql.org/
-Geoff Speicher
-<geoff@sea-incorporated.com>
+Chris Knight
+<chris@aims.com.au>
diff --git a/databases/firebird-devel/files/patch-aa b/databases/firebird-devel/files/patch-aa
index f2db9a68750d..98de380d7370 100644
--- a/databases/firebird-devel/files/patch-aa
+++ b/databases/firebird-devel/files/patch-aa
@@ -7,5 +7,5 @@
- read Answer
+# read Answer
}
-
+
#--------------------------------------------------------------------
diff --git a/databases/firebird-devel/files/patch-ab b/databases/firebird-devel/files/patch-ab
index f054a4b23007..dfe6a02248b2 100644
--- a/databases/firebird-devel/files/patch-ab
+++ b/databases/firebird-devel/files/patch-ab
@@ -4,8 +4,8 @@
DefaultAns=$2
echo -n "${1}"
Answer="$DefaultAns"
-- read Answer
-+# read Answer
+- read Answer
++# read Answer
}
-
-
+
+
diff --git a/databases/firebird-devel/files/patch-ad b/databases/firebird-devel/files/patch-ad
index 7ce937566bc3..477491a3d8fa 100644
--- a/databases/firebird-devel/files/patch-ad
+++ b/databases/firebird-devel/files/patch-ad
@@ -1,13 +1,12 @@
---- jrd/enc.c.orig Fri Aug 4 06:50:03 2000
-+++ jrd/enc.c Sun Nov 18 19:17:19 2001
-@@ -31,6 +31,10 @@
- *
- **************************************/
-
-+#ifdef FREEBSD
-+crypt_set_format("des");
-+#endif
-+
- return CRYPT_FUNC( string, salt);
+--- setup_dirs.orig Tue Aug 7 05:00:12 2001
++++ setup_dirs Sat Nov 17 21:13:32 2001
+@@ -60,7 +60,8 @@
+ DefaultAns=$2
+ echo -n "${1}"
+ Answer="$DefaultAns"
+- read Answer
++# read Answer
++ echo ""
}
- #endif
+
+
diff --git a/databases/firebird-devel/files/patch-ae b/databases/firebird-devel/files/patch-ae
new file mode 100644
index 000000000000..12f66c37082b
--- /dev/null
+++ b/databases/firebird-devel/files/patch-ae
@@ -0,0 +1,10 @@
+--- jrd/common.h.orig Sat Nov 17 20:07:00 2001
++++ jrd/common.h Sun Nov 18 18:54:26 2001
+@@ -137,6 +137,7 @@
+ /* FreeBSD for Intel platforms */
+ #ifdef FREEBSD
+
++#define UNIX_64_BIT_IO
+ #define FB_ALIGN(n,b) ((n + b - 1) & ~(b - 1))
+ #define ALIGNMENT 4
+ #define DOUBLE_ALIGN 4
diff --git a/databases/firebird-devel/files/patch-af b/databases/firebird-devel/files/patch-af
new file mode 100644
index 000000000000..7ce937566bc3
--- /dev/null
+++ b/databases/firebird-devel/files/patch-af
@@ -0,0 +1,13 @@
+--- jrd/enc.c.orig Fri Aug 4 06:50:03 2000
++++ jrd/enc.c Sun Nov 18 19:17:19 2001
+@@ -31,6 +31,10 @@
+ *
+ **************************************/
+
++#ifdef FREEBSD
++crypt_set_format("des");
++#endif
++
+ return CRYPT_FUNC( string, salt);
+ }
+ #endif