FreeBSD Bugzilla – Attachment 223892 Details for
Bug 254849
databases/firebird25-server: drop unnecessary patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1 (apply via "git am")
bug254849.diff (text/plain), 1.96 KB, created by
Jan Beich
on 2021-04-07 11:02:19 UTC
(
hide
)
Description:
v1 (apply via "git am")
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2021-04-07 11:02:19 UTC
Size:
1.96 KB
patch
obsolete
>From fc2f125a3825e0940d4eb0bf3197e24c893608aa Mon Sep 17 00:00:00 2001 >From: Popa Marius Adrian <mapopa@gmail.com> >Date: Sun, 14 Sep 2014 18:44:02 +0300 >Subject: [PATCH] databases/firebird25-server: drop unnecessary patch > >FreeBSD 9.0 or later have larger SYSV IPC defaults. > >http://tracker.firebirdsql.org/browse/CORE-3400 >https://sourceforge.net/p/firebird/mailman/message/27734396/ >https://cgit.freebsd.org/src/commit/?h=c1e34abff860b999b38419f187f486f4bd6b8561 > >PR: 254849 >Pull Request: https://github.com/freebsd/freebsd-ports/pull/11 >--- > databases/firebird25-server/Makefile | 2 +- > .../files/patch-src_jrd_isc__sync.cpp | 11 ----------- > 2 files changed, 1 insertion(+), 12 deletions(-) > delete mode 100644 databases/firebird25-server/files/patch-src_jrd_isc__sync.cpp > >diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile >index 522259bc97a5..e31832166ba2 100644 >--- a/databases/firebird25-server/Makefile >+++ b/databases/firebird25-server/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= firebird > PORTVERSION= 2.5.8 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES?= databases > MASTER_SITES= https://github.com/FirebirdSQL/${PORTNAME}/releases/download/R2_5_8/ > PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server >diff --git a/databases/firebird25-server/files/patch-src_jrd_isc__sync.cpp b/databases/firebird25-server/files/patch-src_jrd_isc__sync.cpp >deleted file mode 100644 >index 0a557cea343d..000000000000 >--- a/databases/firebird25-server/files/patch-src_jrd_isc__sync.cpp >+++ /dev/null >@@ -1,11 +0,0 @@ >---- src/jrd/isc_sync.cpp.orig 2016-06-30 09:34:54 UTC >-+++ src/jrd/isc_sync.cpp >-@@ -677,7 +677,7 @@ namespace { >- public: >- const static int N_FILES = 128; >- const static int N_SETS = 256; >--#if defined(DEV_BUILD) >-+#if defined(DEV_BUILD) || defined(FREEBSD) >- const static int SEM_PER_SET = 4; // force multiple sets allocation >- #else >- const static int SEM_PER_SET = 31; // hard limit for some old systems, might set to 32
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254849
: 223892