Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id F14AC1A921F for ; Tue, 3 Nov 2020 23:12:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 664E884DBD; Tue, 3 Nov 2020 23:12:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E204284DAD for ; Tue, 3 Nov 2020 23:12:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DMJG01YWEtml for ; Tue, 3 Nov 2020 23:12:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 46FAA84D27 for ; Tue, 3 Nov 2020 23:12:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40022FB28; Tue, 3 Nov 2020 23:12:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1604445131154930" MIME-Version: 1.0 Date: Tue, 3 Nov 2020 23:12:11 +0000 From: "Juraj Lutter" Subject: CVS commit: pkgsrc/sysutils/zabbix50-frontend To: pkgsrc-changes@NetBSD.org Reply-To: otis@netbsd.org X-Mailer: log_accum Message-Id: <20201103231211.40022FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1604445131154930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: otis Date: Tue Nov 3 23:12:11 UTC 2020 Modified Files: pkgsrc/sysutils/zabbix50-frontend: options.mk Log Message: zabbix50-frontend: No PLIST substitutions in frontend To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/zabbix50-frontend/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1604445131154930 Content-Disposition: inline Content-Length: 963 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/zabbix50-frontend/options.mk diff -u pkgsrc/sysutils/zabbix50-frontend/options.mk:1.1 pkgsrc/sysutils/zabbix50-frontend/options.mk:1.2 --- pkgsrc/sysutils/zabbix50-frontend/options.mk:1.1 Tue Nov 3 22:48:55 2020 +++ pkgsrc/sysutils/zabbix50-frontend/options.mk Tue Nov 3 23:12:11 2020 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2020/11/03 22:48:55 otis Exp $ +# $NetBSD: options.mk,v 1.2 2020/11/03 23:12:11 otis Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.zabbix50-frontend PKG_OPTIONS_OPTIONAL_GROUPS= database @@ -7,9 +7,6 @@ PKG_SUGGESTED_OPTIONS+= pgsql .include "../../mk/bsd.options.mk" -PLIST_VARS+= pgsql -PLIST_VARS+= mysql - .if !empty(PKG_OPTIONS:Mmysql) CONFIGURE_ARGS+= --with-mysql .include "../../mk/mysql.buildlink3.mk" @@ -20,5 +17,4 @@ ZABBIX_DB_TYPE= mysql CONFIGURE_ARGS+= --with-postgresql .include "../../mk/pgsql.buildlink3.mk" ZABBIX_DB_TYPE= postgresql -PLIST.pgsql= yes .endif --_----------=_1604445131154930--