[Bug 254387] Porting Firebird 3 to FreeBSD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Jun 2021 01:14:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254387 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca43515803a2c11ec91ed6f32aa3155628e45ae8 commit ca43515803a2c11ec91ed6f32aa3155628e45ae8 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2021-06-28 01:11:43 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2021-06-28 01:14:20 +0000 databases/fireird30-[client|server]: New port: Firebird-3 relational database Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. WWW: https://sourceforge.net/projects/firebird/ WWW: http://www.firebirdsql.org/ PR: 254387 databases/Makefile | 2 + databases/firebird30-client/Makefile (new) | 12 ++ databases/firebird30-server/Makefile (new) | 198 +++++++++++++++++++++ databases/firebird30-server/distinfo (new) | 3 + .../firebird30-server/files/firebird.in (new) | 61 +++++++ .../files/patch-builds-posix-prefix.freebsd (new) | 20 +++ .../patch-builds-posix-prefix.freebsd_amd64 (new) | 19 ++ .../files/patch-builds-posix_Makefile.in (new) | 34 ++++ ...builds-posix_Makefile.in.plugins_examples (new) | 12 ++ ...atch-builds_install_misc_firebird.conf.in (new) | 12 ++ .../files/patch-builds_posix_empty.vers (new) | 9 + .../files/patch-builds_posix_make.defaults (new) | 64 +++++++ .../files/patch-extern_btyacc_Makefile (new) | 12 ++ .../files/patch-extern_cloop_Makefile (new) | 24 +++ .../files/patch-src-jrd-os-posix_unix.cpp (new) | 25 +++ ...patch-src_common_os_posix_SyncSignals.cpp (new) | 13 ++ .../files/patch-src_remote_SockAddr.h (new) | 25 +++ .../files/patch-src_remote_inet.cpp (new) | 25 +++ .../firebird30-server/files/pkg-message.in (new) | 43 +++++ databases/firebird30-server/pkg-descr (new) | 12 ++ .../firebird30-server/pkg-install-server (new) | 41 +++++ databases/firebird30-server/pkg-plist (new) | 43 +++++ databases/firebird30-server/pkg-plist.client (new) | 42 +++++ 23 files changed, 751 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.