Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 10:49:40 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2924196da02e - main - sysutils/monit: allow to build without PAM support.
Message-ID:  <202107141049.16EAneHh059615@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2924196da02e8dbf43d114d8edb0974154822835

commit 2924196da02e8dbf43d114d8edb0974154822835
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-07-14 10:48:58 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-07-14 10:49:09 +0000

    sysutils/monit: allow to build without PAM support.
    
    PR:     228658
---
 sysutils/monit/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile
index 18391bc5bd94..f3b012cf2f40 100644
--- a/sysutils/monit/Makefile
+++ b/sysutils/monit/Makefile
@@ -24,8 +24,10 @@ PLIST_FILES=	bin/monit \
 
 PORTDOCS=	COPYING CHANGES
 
-OPTIONS_DEFINE=	DOCS SSL
-OPTIONS_DEFAULT=SSL
+OPTIONS_DEFINE=	DOCS PAM SSL
+OPTIONS_DEFAULT=	PAM SSL
+
+PAM_CONFIGURE_OFF=	--without-pam
 
 SSL_USES=		ssl
 SSL_CONFIGURE_OFF=	--without-ssl



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