git: 2e5b1d6f7c5f - main - net/gmid: change Makefile due to SSL build conflicts in other ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Feb 2023 18:53:55 UTC
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