pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/weechat
Module Name: pkgsrc
Committed By: leot
Date: Sat Jul 20 12:08:01 UTC 2019
Modified Files:
pkgsrc/chat/weechat: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/chat/weechat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/weechat/Makefile
diff -u pkgsrc/chat/weechat/Makefile:1.97 pkgsrc/chat/weechat/Makefile:1.98
--- pkgsrc/chat/weechat/Makefile:1.97 Wed Jul 17 12:10:32 2019
+++ pkgsrc/chat/weechat/Makefile Sat Jul 20 12:08:01 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index