pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/weechat weechat: Adjust path for the default gnut...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d1df07d08fb
branches: trunk
changeset: 336653:6d1df07d08fb
user: leot <leot%pkgsrc.org@localhost>
date: Sat Jul 20 12:08:01 2019 +0000
description:
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.
diffstat:
chat/weechat/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 44163a810dfc -r 6d1df07d08fb chat/weechat/Makefile
--- a/chat/weechat/Makefile Sat Jul 20 10:39:18 2019 +0000
+++ b/chat/weechat/Makefile Sat Jul 20 12:08:01 2019 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index