Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2023 01:44:49 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c411a7ff830 - main - irc/pounce: Unbreak with OpenSSL 3.0.0
Message-ID:  <202305040144.3441inC7079065@gitrepo.freebsd.org>

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

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

commit 7c411a7ff8308a95ba7b8663aa2dd8a4beadd9d1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-04 01:37:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-04 01:44:29 +0000

    irc/pounce: Unbreak with OpenSSL 3.0.0
    
    Approved by:    portmgr (blanket)
---
 irc/pounce/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile
index d91a2ce05954..18138ae04f9e 100644
--- a/irc/pounce/Makefile
+++ b/irc/pounce/Makefile
@@ -18,7 +18,7 @@ CFLAGS+=	-D'OPENSSL_BIN=\"${OPENSSL_BIN}\"'
 
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl
+.if ${SSL_DEFAULT} != libressl
 LIB_DEPENDS+=	libtls.so:security/libretls
 .endif
 



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