Bug 254849 - databases/firebird25-server: drop unnecessary patch
Summary: databases/firebird25-server: drop unnecessary patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL: https://github.com/freebsd/freebsd-po...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2021-04-07 11:02 UTC by Jan Beich
Modified: 2021-05-22 18:34 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (acm)


Attachments
v1 (apply via "git am") (1.96 KB, patch)
2021-04-07 11:02 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2021-04-07 11:02:19 UTC
Created attachment 223892 [details]
v1 (apply via "git am")

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=c1e34abff860

Disclaimer: I don't use this port but wanted to land a contributed fix years ago but never managed to find time to test runtime.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-05-22 18:34:38 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0688cb94de1f5c5898c9d2d0a7e34b9a32055561

commit 0688cb94de1f5c5898c9d2d0a7e34b9a32055561
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2021-05-22 18:24:30 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2021-05-22 18:33:03 +0000

    databases/firebird25-*: update to 2.5.9

    - Fix core dump on newest versions of FreeBSD [1]
    - Drop uneccesary patch files

    ChangeLog at:   https://firebirdsql.org/file/documentation/release_notes/html/en/2_5/rlsnotes25.html
    PR:             254206 254849
    Reported by:    pi jbeich
    Obtained from:  https://lists.freebsd.org/pipermail/freebsd-ports/2021-March/120469.html [1]

 databases/firebird25-server/Makefile                   |  7 +++----
 databases/firebird25-server/distinfo                   |  6 +++---
 .../files/patch-src-common-classes-FpeControl.h (gone) | 18 ------------------
 .../files/patch-src-common-classes_alloc.h (new)       | 11 +++++++++++
 .../files/patch-src_jrd_isc__sync.cpp (gone)           | 11 -----------
 5 files changed, 17 insertions(+), 36 deletions(-)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2021-05-22 18:34:58 UTC
- Committed thanks!