git: 23f90f6ac178 - main - comms/xastir: Remove BDB5 support

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 27 May 2024 04:47:52 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=23f90f6ac1782493aa23ef94180421825b3ca1e9

commit 23f90f6ac1782493aa23ef94180421825b3ca1e9
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-27 04:44:03 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-27 04:47:45 +0000

    comms/xastir: Remove BDB5 support
    
    Remove support for deprecated BDB 5
    
    PR:             279126
    Reviewed by:    Carl Makin <carl@stagecraft.cx> (maintainer)
---
 comms/xastir/Makefile | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile
index 5a763c0fa359..56e271568161 100644
--- a/comms/xastir/Makefile
+++ b/comms/xastir/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	xastir
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	2.2.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	comms hamradio
 
 MAINTAINER=	carl@stagecraft.cx
@@ -43,7 +43,9 @@ GH_PROJECT=	Xastir
 
 SUB_FILES=	pkg-message
 
-OPTIONS_DEFINE=		BDB CURL DAVIS ERRORPOP FESTIVAL GEOTIFF GPSMAN
+CONFIGURE_ARGS=	--without-map-cache
+
+OPTIONS_DEFINE=		CURL DAVIS ERRORPOP FESTIVAL GEOTIFF GPSMAN
 OPTIONS_RADIO=		MGG
 OPTIONS_RADIO_MGG=	GMAGICK IMAGICK
 
@@ -53,12 +55,11 @@ GEOTIFF_DESC=	Include GeoTIFF Support
 GPSMAN_DESC=	Include GPSMAN Support
 FESTIVAL_DESC=	Include Festival Voice Synthesis Support
 ERRORPOP_DESC=	Send error popups to stderr
-BDB_DESC=	Tiger Map Caching using Berkeley DB
 MGG_DESC=	Image library for raster map processing
 IMAGICK_DESC=	ImageMagick (Version 6)
 GMAGICK_DESC=	GraphicsMagick (Needs GCC to compile)
 
-OPTIONS_DEFAULT=	BDB CURL GMAGICK
+OPTIONS_DEFAULT=	CURL GMAGICK
 
 DAVIS_CONFIGURE_ON=	--enable-davis
 
@@ -84,8 +85,4 @@ FESTIVAL_CONFIGURE_WITH=	festival
 
 ERRORPOP_CONFIGURE_WITH=	errorpopups
 
-BDB_USES=		bdb
-BDB_CONFIGURE_ON=	--with-bdb-incdir=${BDB_INCLUDE_DIR} \
-			--with-bdb-libdir=${BDB_LIB_DIR}
-
 .include <bsd.port.mk>