Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2026 22:13:48 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Craig Leres <leres@FreeBSD.org>
Subject:   git: 85005468d37c - main - net-mgmt/nagios4: Fix build with OpenSSL from ports
Message-ID:  <6986679c.1954b.6bc80280@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85005468d37ca81e3de345c7a3e99d03c6851c27

commit 85005468d37ca81e3de345c7a3e99d03c6851c27
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2026-02-06 22:09:21 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-06 22:09:21 +0000

    net-mgmt/nagios4: Fix build with OpenSSL from ports
    
    Approved by:    hard.egg0918@fastmail.com (maintainer, via email)
---
 net-mgmt/nagios4/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-mgmt/nagios4/Makefile b/net-mgmt/nagios4/Makefile
index 496c13700b31..8e2c87fcf74c 100644
--- a/net-mgmt/nagios4/Makefile
+++ b/net-mgmt/nagios4/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nagios
 DISTVERSION=	4.5.11
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://assets.nagios.com/downloads/nagioscore/releases/ \
@@ -36,6 +37,8 @@ CONFIGURE_ARGS=	--with-command-user=${NAGIOSUSER} \
 		--with-cgiurl=${NAGIOSCGIURL} \
 		--with-lockfile=${NAGIOSDIR}/${PORTNAME}.lock \
 		--with-cgibindir=${WWWDIR}/cgi-bin \
+		--with-ssl-inc=${OPENSSLINC} \
+		--with-ssl-lib=${OPENSSLLIB} \
 		--libexecdir=${PREFIX}/libexec/${PORTNAME} \
 		--datadir=${WWWDIR} \
 		--sysconfdir=${ETCDIR} \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6986679c.1954b.6bc80280>