Received: by mail.netbsd.org (Postfix, from userid 605) id 56D2184E06; Thu, 3 Oct 2019 00:07:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA28C84D7B for ; Thu, 3 Oct 2019 00:07:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NlVJi9mVekna for ; Thu, 3 Oct 2019 00:07:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0EC7784CEE for ; Thu, 3 Oct 2019 00:07:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 085CEFBF4; Thu, 3 Oct 2019 00:07:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570061228193020" MIME-Version: 1.0 Date: Thu, 3 Oct 2019 00:07:08 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/remmina To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191003000708.085CEFBF4@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. --_----------=_1570061228193020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Oct 3 00:07:07 UTC 2019 Modified Files: pkgsrc/net/remmina: Makefile options.mk Log Message: remmina: Disable avahi, needs it with GTK3 enabled... To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/remmina/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/remmina/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570061228193020 Content-Disposition: inline Content-Length: 1181 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/remmina/Makefile diff -u pkgsrc/net/remmina/Makefile:1.46 pkgsrc/net/remmina/Makefile:1.47 --- pkgsrc/net/remmina/Makefile:1.46 Sun Sep 15 12:59:01 2019 +++ pkgsrc/net/remmina/Makefile Thu Oct 3 00:07:07 2019 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2019/09/15 12:59:01 nia Exp $ +# $NetBSD: Makefile,v 1.47 2019/10/03 00:07:07 nia Exp $ DISTNAME= Remmina-v1.3.6 PKGNAME= ${DISTNAME:S/^R/r/1:S/-v/-/1} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= https://gitlab.com/Remmina/Remmina/-/archive/v${PKGVERSION_NOREV}/ Index: pkgsrc/net/remmina/options.mk diff -u pkgsrc/net/remmina/options.mk:1.1 pkgsrc/net/remmina/options.mk:1.2 --- pkgsrc/net/remmina/options.mk:1.1 Sun Sep 15 12:59:20 2019 +++ pkgsrc/net/remmina/options.mk Thu Oct 3 00:07:07 2019 @@ -1,8 +1,10 @@ -# $NetBSD: options.mk,v 1.1 2019/09/15 12:59:20 nia Exp $ +# $NetBSD: options.mk,v 1.2 2019/10/03 00:07:07 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.remmina + +# XXX needs avahi with gtk3 PKG_SUPPORTED_OPTIONS= avahi libappindicator -PKG_SUGGESTED_OPTIONS= avahi libappindicator +PKG_SUGGESTED_OPTIONS= libappindicator .include "../../mk/bsd.options.mk" --_----------=_1570061228193020--