diff options
| author | John Marino <marino@FreeBSD.org> | 2014-09-06 22:55:17 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2014-09-06 22:55:17 +0000 |
| commit | 6cae5241fea0b3f8023e5fd1827ed47f29c759f0 (patch) | |
| tree | 99033fbaeb0f5ebcf6851a4feae7b3afbb12e9b1 /databases/firebird21-server/files/patch-src%lock%lock.cpp | |
| parent | security/hydra: Switch Firebird client options from 2.1 => 2.5 (diff) | |
Removed unstaged database/firebird21-* ports
Also remove reference to them in bsd.database.mk
Diffstat (limited to '')
| -rw-r--r-- | databases/firebird21-server/files/patch-src%lock%lock.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/firebird21-server/files/patch-src%lock%lock.cpp b/databases/firebird21-server/files/patch-src%lock%lock.cpp deleted file mode 100644 index 279324733739..000000000000 --- a/databases/firebird21-server/files/patch-src%lock%lock.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/lock/lock.cpp.orig Fri Feb 3 16:13:23 2006 -+++ src/lock/lock.cpp Wed Aug 16 12:41:32 2006 -@@ -2708,7 +2708,12 @@ - #ifdef DEBUG_MANAGER - gds__prefix(string, DEBUG_MANAGER); - #else -- gds__prefix(string, LOCK_MANAGER); -+ if (! getenv("FIREBIRD")) { -+ strlcpy(string, FB_EXEC_PREFIX "/", MAXPATHLEN); -+ strlcat(string, LOCK_MANAGER, MAXPATHLEN); -+ } else { -+ gds__prefix(string, LOCK_MANAGER); -+ } - #endif - if (statistics(string, &stat_buf) == -1) { - // bug() fills the vector with this address, it must be static. |
