From 54ce503f0ae9a084b169e9ee24347b250db1fc06 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 1 Jan 2023 01:43:51 +0100 Subject: databases/firebird30-*: Fix consumers build 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) --- .../files/patch-builds-posix-prefix.freebsd_amd64 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 (limited to 'databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64') diff --git a/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 b/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 deleted file mode 100644 index dd0f1ae39223..000000000000 --- a/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 +++ /dev/null @@ -1,19 +0,0 @@ ---- builds/posix/prefix.freebsd_amd64.orig 2020-10-20 08:40:05 UTC -+++ builds/posix/prefix.freebsd_amd64 -@@ -20,5 +20,13 @@ - - EXE_LINK_OPTIONS+=-Wl,-rpath,../gen/firebird/lib - --PROD_FLAGS=-O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC --DEV_FLAGS=-ggdb -DFREEBSD -DAMD64 -pipe -MMD -p -fPIC -Wall -Wno-non-virtual-dtor -+COMMON_FLAGS=-DFREEBSD -DAMD64 -pipe -MMD -fPIC -+PROD_FLAGS=$(COMMON_FLAGS) -O0 -g -fno-builtin -Wno-deprecated -+DEV_FLAGS=$(COMMON_FLAGS) -ggdb -p -Wall -Wno-non-virtual-dtor -+ -+# This file must be compiled with SSE4.2 support -+%/CRC32C.o: COMMON_FLAGS += -msse4 -+ -+# These files are generated incorrectly (e.g. array.epp => array.cpp) -+%/array.o %/blob.o %/alice_meta.o %/restore.o %/backup.o: COMMON_FLAGS += -Wno-narrowing -+%/OdsDetection.o %/dba.o: COMMON_FLAGS += -Wno-narrowing - -- cgit v1.2.3