Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jun 2026 17:15:52 +0000
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ef52721415a7 - main - net/sniproxy: Add missing libudns support for CONFIGURE_ARGS
Message-ID:  <6a1f0fc8.193dc.4021354b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by krion:

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

commit ef52721415a74f786193e242cdf430b5f9554d46
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2026-06-02 17:13:50 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2026-06-02 17:15:44 +0000

    net/sniproxy: Add missing libudns support for CONFIGURE_ARGS
    
    PR:             295795
    Reported by:    wolfgang@lyxys.ka.sub.org
---
 net/sniproxy/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/sniproxy/Makefile b/net/sniproxy/Makefile
index 3b9816e08e30..75d974b268ad 100644
--- a/net/sniproxy/Makefile
+++ b/net/sniproxy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sniproxy
 DISTVERSION=	0.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 
 MAINTAINER=	krion@FreeBSD.org
@@ -21,6 +21,7 @@ GH_ACCOUNT=	dlundquist
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	sniproxy
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-dns
 
 SUB_FILES=	pkg-message
 PLIST_FILES=	"@sample etc/sniproxy.conf.sample" \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1f0fc8.193dc.4021354b>