View | Details | Raw Unified | Return to bug 254849
Collapse All | Expand All

(-)b/databases/firebird25-server/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	firebird
3
PORTNAME=	firebird
4
PORTVERSION=	2.5.8
4
PORTVERSION=	2.5.8
5
PORTREVISION=	7
5
PORTREVISION=	8
6
CATEGORIES?=	databases
6
CATEGORIES?=	databases
7
MASTER_SITES=	https://github.com/FirebirdSQL/${PORTNAME}/releases/download/R2_5_8/
7
MASTER_SITES=	https://github.com/FirebirdSQL/${PORTNAME}/releases/download/R2_5_8/
8
PKGNAMESUFFIX?=	${PORTVERSION:R:S/.//}-server
8
PKGNAMESUFFIX?=	${PORTVERSION:R:S/.//}-server
(-)a/databases/firebird25-server/files/patch-src_jrd_isc__sync.cpp (-11 lines)
Removed Link Here
1
--- src/jrd/isc_sync.cpp.orig	2016-06-30 09:34:54 UTC
2
+++ src/jrd/isc_sync.cpp
3
@@ -677,7 +677,7 @@ namespace {
4
 	public:
5
 		const static int N_FILES = 128;
6
 		const static int N_SETS = 256;
7
-#if defined(DEV_BUILD)
8
+#if defined(DEV_BUILD) || defined(FREEBSD)
9
 		const static int SEM_PER_SET = 4;	// force multiple sets allocation
10
 #else
11
 		const static int SEM_PER_SET = 31;	// hard limit for some old systems, might set to 32

Return to bug 254849