Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2023 18:53:55 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2e5b1d6f7c5f - main - net/gmid: change Makefile due to SSL build conflicts in other ports
Message-ID:  <202302041853.314IrtQP032146@gitrepo.freebsd.org>

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

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

commit 2e5b1d6f7c5ffa75a61f1fd0b57100e7c277f58a
Author:     B.F.G. Stobiecki <bjfs84@gmail.com>
AuthorDate: 2023-02-03 12:06:32 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-02-04 18:49:38 +0000

    net/gmid: change Makefile due to SSL build conflicts in other ports
    
    Use libretls instead of libressl. The port works fine with both but the latter
    has caused problems in the past.
    
    PR:             269288
    Reported by:    bjfs84@gmail.com
    Approved by:    freebsd@omarpolo.com (maintainer)
---
 net/gmid/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/gmid/Makefile b/net/gmid/Makefile
index 80e823a1843b..9927d9b8dd30 100644
--- a/net/gmid/Makefile
+++ b/net/gmid/Makefile
@@ -11,7 +11,7 @@ LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libevent.so:devel/libevent \
-		libtls.so:security/libressl
+		libtls.so:security/libretls
 
 USES=		localbase pkgconfig ssl
 USE_RC_SUBR=	gmid



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