summaryrefslogtreecommitdiff
path: root/net-p2p/jigdo/Makefile
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-05-19 09:35:49 +0200
committerDaniel Engberg <diizzy@FreeBSD.org>2024-05-19 09:36:15 +0200
commit8ef32525a62113d8e435e73d3f9b821a884e5a5a (patch)
tree4e6b7979a36eed7bcd1f38d0849f39da9785e0cd /net-p2p/jigdo/Makefile
parentprint/psutils: Remove dead mirrors (diff)
net-p2p/jigdo: Remove support for deprecated Berkeley DB 5.3
Prepare port for removal of databases/db5
Diffstat (limited to 'net-p2p/jigdo/Makefile')
-rw-r--r--net-p2p/jigdo/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile
index 735c61ea12eb..96df2ea90a15 100644
--- a/net-p2p/jigdo/Makefile
+++ b/net-p2p/jigdo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jigdo
PORTVERSION= 0.8.2
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= https://www.einval.com/~steve/software/jigdo/download/
DISTNAME= jigdo-0.8.2
@@ -20,20 +21,13 @@ USES= gmake tar:xz localbase
USE_CXXSTD= c++98
USE_SUBMAKE= yes
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-MAKE_JOBS_UNSAFE=yes
-OPTIONS_DEFINE= BDB NLS
-OPTIONS_DEFAULT= BDB
-OPTIONS_SUB= yes
+MAKE_JOBS_UNSAFE=yes
-BDB_DESC= Berkeley DB support (for jigdo-file cache)
+CONFIGURE_ARGS= --without-libdb
-BDB_USES= bdb
-BDB_CONFIGURE_ON= --with-libdb=-l${BDB_LIB_CXX_NAME}
-BDB_CONFIGURE_OFF= --without-libdb
-BDB_CPPFLAGS= -I${BDB_INCLUDE_DIR}
-BDB_LIBS= -L${BDB_LIB_DIR}
+OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls