summaryrefslogtreecommitdiff
path: root/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/firebird30-*: Fix consumers buildMuhammad Moinur Rahman2023-01-011-19/+0
| | | | | | | | | | | | | | | | After firebird25-* was removed from the tree firebird30-* bacem the new default. And some consumers of firebird started failing to build with the error "/usr/local/include/ibase.h:6:10: fatal error: '../jrd/ibase.h' file not found". In previous the src headers files were installed which were not sanitized and required other header files from the source tree. This patch properly installs the sanitized header files and fixes the consumer builds. While I am here fix the patches to be makepatch compatible. Approved by: portmgr(just-fix-it)
* databases/fireird30-[client|server]: New port: Firebird-3 relational databaseJose Alonso Cardenas Marquez2021-06-271-0/+19
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