From nobody Mon Jun 28 01:14:39 2021 X-Original-To: office@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C5C9411CDDF5 for ; Mon, 28 Jun 2021 01:14:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GCqQR59mcz3hcN for ; Mon, 28 Jun 2021 01:14:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97BEF1C2D3 for ; Mon, 28 Jun 2021 01:14:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 15S1Ed3S074900 for ; Mon, 28 Jun 2021 01:14:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 15S1EdQf074899 for office@FreeBSD.org; Mon, 28 Jun 2021 01:14:39 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 254387] Porting Firebird 3 to FreeBSD Date: Mon, 28 Jun 2021 01:14:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Office applications on FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-office List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-office@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254387 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dca43515803a2c11ec91ed6f32aa3155= 628e45ae8 commit ca43515803a2c11ec91ed6f32aa3155628e45ae8 Author: Jose Alonso Cardenas Marquez AuthorDate: 2021-06-28 01:11:43 +0000 Commit: Jose Alonso Cardenas Marquez 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(+) --=20 You are receiving this mail because: You are the assignee for the bug.=