pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/goaccess
Module Name: pkgsrc
Committed By: roy
Date: Tue Mar 24 11:50:10 UTC 2020
Modified Files:
pkgsrc/www/goaccess: Makefile options.mk
Log Message:
goaccess: Add an option for ssl support.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/goaccess/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/goaccess/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/goaccess/Makefile
diff -u pkgsrc/www/goaccess/Makefile:1.24 pkgsrc/www/goaccess/Makefile:1.25
--- pkgsrc/www/goaccess/Makefile:1.24 Mon Mar 23 17:15:56 2020
+++ pkgsrc/www/goaccess/Makefile Tue Mar 24 11:50:10 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2020/03/23 17:15:56 roy Exp $
+# $NetBSD: Makefile,v 1.25 2020/03/24 11:50:10 roy Exp $
DISTNAME= goaccess-1.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= www
MASTER_SITES= http://tar.goaccess.io/
Index: pkgsrc/www/goaccess/options.mk
diff -u pkgsrc/www/goaccess/options.mk:1.5 pkgsrc/www/goaccess/options.mk:1.6
--- pkgsrc/www/goaccess/options.mk:1.5 Mon Mar 23 17:15:56 2020
+++ pkgsrc/www/goaccess/options.mk Tue Mar 24 11:50:10 2020
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2020/03/23 17:15:56 roy Exp $
+# $NetBSD: options.mk,v 1.6 2020/03/24 11:50:10 roy Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.goaccess
-PKG_SUPPORTED_OPTIONS= geoip tokyocabinet wide-curses
-PKG_SUGGESTED_OPTIONS= tokyocabinet wide-curses
+PKG_SUPPORTED_OPTIONS= geoip ssl tokyocabinet wide-curses
+PKG_SUGGESTED_OPTIONS= ssl tokyocabinet wide-curses
.include "../../mk/bsd.options.mk"
@@ -11,6 +11,11 @@ PKG_SUGGESTED_OPTIONS= tokyocabinet wide
CONFIGURE_ARGS+= --enable-geoip=legacy
.endif # geoip
+.if !empty(PKG_OPTIONS:Mssl)
+. include "../../security/openssl/buildlink3.mk"
+CONFIGURE_ARGS+= --with-openssl
+.endif # ssl
+
.if !empty(PKG_OPTIONS:Mtokyocabinet)
CONFIGURE_ARGS+= --enable-tcb=btree
. include "../../databases/tokyocabinet/buildlink3.mk"
@@ -18,4 +23,4 @@ CONFIGURE_ARGS+= --enable-tcb=btree
.if !empty(PKG_OPTIONS:Mwide-curses)
CONFIGURE_ARGS+= --enable-utf8
-.endif
+.endif #wide-curses
Home |
Main Index |
Thread Index |
Old Index