diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-10 13:25:36 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-10 13:25:36 +0000 |
commit | c942a53fe8ca1ed8848e95057c18b0fe6a3278de (patch) | |
tree | b7d143b9e52dff51dcdf576e9d3a09d779bb81f3 /databases/firebird-client/files/patch-ad | |
parent | Fix conflict with mozilla-headers. Bump PORTREVISION for package change. (diff) |
Update to latest release
PR: 35982
Submitted by: maintainer
Diffstat (limited to 'databases/firebird-client/files/patch-ad')
-rw-r--r-- | databases/firebird-client/files/patch-ad | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/databases/firebird-client/files/patch-ad b/databases/firebird-client/files/patch-ad index 7ce937566bc3..4bcb2c1ce13c 100644 --- a/databases/firebird-client/files/patch-ad +++ b/databases/firebird-client/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 Fri Dec 28 16:12:49 2001 +@@ -60,7 +60,8 @@ + DefaultAns=$2 + echo -n "${1}" + Answer="$DefaultAns" +- read Answer ++# read Answer ++ echo "" } - #endif + + |