Received: by mail.netbsd.org (Postfix, from userid 605) id EFE0284DF4; Thu, 5 Mar 2020 11:56:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 76DA584DF2 for ; Thu, 5 Mar 2020 11:56:20 +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 S53EWOpB4EhH for ; Thu, 5 Mar 2020 11:56:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C71BD84CD3 for ; Thu, 5 Mar 2020 11:56:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB2E0FA97; Thu, 5 Mar 2020 11:56:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583409379780" MIME-Version: 1.0 Date: Thu, 5 Mar 2020 11:56:19 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/qt5-qtbase To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200305115619.BB2E0FA97@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. --_----------=_1583409379780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Mar 5 11:56:19 UTC 2020 Modified Files: pkgsrc/x11/qt5-qtbase: options.mk Log Message: qt5-qtbase: remove unused bits from options.mk To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/qt5-qtbase/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1583409379780 Content-Disposition: inline Content-Length: 834 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt5-qtbase/options.mk diff -u pkgsrc/x11/qt5-qtbase/options.mk:1.13 pkgsrc/x11/qt5-qtbase/options.mk:1.14 --- pkgsrc/x11/qt5-qtbase/options.mk:1.13 Wed Jul 24 19:44:55 2019 +++ pkgsrc/x11/qt5-qtbase/options.mk Thu Mar 5 11:56:19 2020 @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.13 2019/07/24 19:44:55 nia Exp $ +# $NetBSD: options.mk,v 1.14 2020/03/05 11:56:19 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qt5 -PKG_SUPPORTED_OPTIONS+= cups eglfs gtk3 +PKG_SUPPORTED_OPTIONS+= cups gtk3 .include "../../mk/bsd.options.mk" @@ -14,12 +14,6 @@ PLIST.cups= yes CONFIGURE_ARGS+= -no-cups .endif -#.if !empty(PKG_OPTIONS:Megl) -#CONFIGURE_ARGS+= -no-eglfs -#.else -#CONFIGURE_ARGS+= -no-eglfs -#.endif - PLIST_VARS+= gtk3 .if !empty(PKG_OPTIONS:Mgtk3) . include "../../x11/gtk3/buildlink3.mk" --_----------=_1583409379780--