From 755c144d408a761875ef7dc4e85f4c2eed310062 Mon Sep 17 00:00:00 2001 From: leot Date: Sat, 20 Jul 2019 12:08:01 +0000 Subject: weechat: Adjust path for the default gnutls_ca_file Previously CA_FILE was undefined and lead to using `/etc/ssl/certs/ca-certificates.crt'. Pass the gnutls default trust store file that - at least if `gnutls' option is enabled - should be always present. Bump PKGREVISION. --- chat/weechat/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chat') diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 56cfe178de4..1e749b70a3a 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.97 2019/07/17 12:10:32 nia Exp $ +# $NetBSD: Makefile,v 1.98 2019/07/20 12:08:01 leot Exp $ DISTNAME= weechat-2.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= chat MASTER_SITES= https://www.weechat.org/files/src/ EXTRACT_SUFX= .tar.bz2 @@ -20,6 +20,7 @@ USE_LIBTOOL= yes USE_CMAKE= yes FAKE_NCURSES= yes +CMAKE_ARGS+= -DCA_FILE:STRING=${PREFIX}/share/mozilla-rootcerts/cacert.pem CMAKE_ARGS+= -DENABLE_GUILE:BOOL=OFF CMAKE_ARGS+= -DENABLE_TCL:BOOL=OFF CMAKE_ARGS+= -DENABLE_MAN:BOOL=OFF # Requires ascii-doctor -- cgit v1.2.3