Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 13:39:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565401 - head/www/hypermail
Message-ID:  <202102161339.11GDdM47040158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Feb 16 13:39:21 2021
New Revision: 565401
URL: https://svnweb.freebsd.org/changeset/ports/565401

Log:
  hypermail: Readd the gdbm option on by default
  
  This is necessary to allow incremental updates of generated archives

Modified:
  head/www/hypermail/Makefile

Modified: head/www/hypermail/Makefile
==============================================================================
--- head/www/hypermail/Makefile	Tue Feb 16 13:38:42 2021	(r565400)
+++ head/www/hypermail/Makefile	Tue Feb 16 13:39:21 2021	(r565401)
@@ -4,7 +4,7 @@
 PORTNAME=	hypermail
 PORTVERSION=	2.4.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www mail
 
 MAINTAINER=	bapt@FreeBSD.org
@@ -22,7 +22,6 @@ GH_ACCOUNT=	hypermail-project
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-htmldir=${STAGEDIR}${PREFIX}/share/doc/hypermail \
-		--without-gdbm \
 		--with-external-pcre=${LOCALBASE}/bin/pcre-config \
 		--enable-system-libtrio
 
@@ -30,7 +29,14 @@ CONFIGURE_ENV+=	CFLAGS="${CFLAGS} -L${LOCALBASE}/lib"
 
 MAKE_ARGS=	INSTALL_PROG=${INSTALL}
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS GDBM
+OPTIONS_DEFAULT=	GDBM
+
+GDBM_DESC=	Support incremental updates
+
+GDBM_CONFIGURE_WITH=	-with-gdbm=${LOCALBASE}
+GDBM_CONFIGURE_OFF=	--without-gdbm
+GDBM_LIB_DEPENDS=	libgdbm.so:databases/gdbm
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/hypermail \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102161339.11GDdM47040158>