git: ae7a17e8f01a - main - databases/firebird25-*: Fix build on FreeBSD >= 13.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Dec 2022 20:30:24 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ae7a17e8f01a165a7863a6d0b29046a0b3299835
commit ae7a17e8f01a165a7863a6d0b29046a0b3299835
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-12-09 20:27:33 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-12-09 20:30:17 +0000
databases/firebird25-*: Fix build on FreeBSD >= 13.x
- Mark DEPRECATED. Firebird 2.5.x was discontinued from 2019
- Bump PORTREVISION
---
databases/firebird25-server/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile
index 8971c86602b2..4f50141ddb9d 100644
--- a/databases/firebird25-server/Makefile
+++ b/databases/firebird25-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= firebird
PORTVERSION= 2.5.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES?= databases
MASTER_SITES= https://github.com/FirebirdSQL/${PORTNAME}/releases/download/R2_5_9/
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server
@@ -20,6 +20,9 @@ LICENSE_FILE_IPL= ${WRKSRC}/builds/install/misc/IPLicense.txt
LICENSE_PERMS_IDPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_PERMS_IPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+DEPRECATED= Upstream Support ends on 2019-06-24
+EXPIRATION_DATE=2022-12-31
+
LIB_DEPENDS= libicuuc.so:devel/icu
USES= cpe gmake pkgconfig tar:bzip2
@@ -44,7 +47,7 @@ CONFIGURE_ARGS= --with-system-icu \
CONFIGURE_ENV+= PTHREAD_LIBS="-lpthread" \
ac_cv_header_atomic_ops_h="no" \
ac_cv_lib_atomic_ops_main="no"
-CPPFLAGS+= -DU_NOEXCEPT= # For USE_CXXSTD=gnu++98
+CPPFLAGS+= -DU_NOEXCEPT= -fno-delete-null-pointer-checks # For USE_CXXSTD=gnu++98
LOCALSTATEDIR= /var/db/firebird
CONFDIR= etc/firebird