Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2022 19:30:40 GMT
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6f4d64fecdfa - main - net/openntpd: remove no-op configure argument
Message-ID:  <202210151930.29FJUeu7008050@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f4d64fecdfae3f8905d4e37b8ad33bd39657ddd

commit 6f4d64fecdfae3f8905d4e37b8ad33bd39657ddd
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2022-10-15 19:22:53 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2022-10-15 19:30:36 +0000

    net/openntpd: remove no-op configure argument
    
    Drop the --with-cacert configure option, which does nothing at all.
    OpenNTPD always loads the root CA file from the path returned by
    tls_default_ca_cert_file(), i.e., /etc/ssl/cert.pem.
---
 net/openntpd/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile
index a441cfed14d1..447eee561cfd 100644
--- a/net/openntpd/Makefile
+++ b/net/openntpd/Makefile
@@ -22,7 +22,6 @@ USERS=		_ntp
 GROUPS=		_ntp
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-cacert=${LOCALBASE}/etc/ssl/cert.pem
 
 SUB_FILES=	480.status-openntpd pkg-message
 SUB_LIST=	MANPREFIX="${MANPREFIX}"



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