Received: by mail.netbsd.org (Postfix, from userid 605) id EC6D984D9F; Sat, 5 Oct 2019 21:32:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 73A0784D8B for ; Sat, 5 Oct 2019 21:32:13 +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 l-k6VUHW_QE9 for ; Sat, 5 Oct 2019 21:32:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BB5C084C2B for ; Sat, 5 Oct 2019 21:32:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4D85FBF4; Sat, 5 Oct 2019 21:32:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570311132113170" MIME-Version: 1.0 Date: Sat, 5 Oct 2019 21:32:12 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/editors/pluma To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20191005213212.B4D85FBF4@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. --_----------=_1570311132113170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Oct 5 21:32:12 UTC 2019 Modified Files: pkgsrc/editors/pluma: options.mk Log Message: pluma: remove redundant settings in options.mk Remove conditionalized settings in options.mk that are already applied unconditionally in Makefile. (There is more to fix here, this is just a quick simplification.) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/pluma/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570311132113170 Content-Disposition: inline Content-Length: 950 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/pluma/options.mk diff -u pkgsrc/editors/pluma/options.mk:1.11 pkgsrc/editors/pluma/options.mk:1.12 --- pkgsrc/editors/pluma/options.mk:1.11 Mon Sep 2 13:19:57 2019 +++ pkgsrc/editors/pluma/options.mk Sat Oct 5 21:32:12 2019 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2019/09/02 13:19:57 adam Exp $ +# $NetBSD: options.mk,v 1.12 2019/10/05 21:32:12 gutteridge Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pluma PKG_SUPPORTED_OPTIONS= enchant @@ -22,9 +22,6 @@ CONFIGURE_ARGS+= --disable-spell # as being incompatible, leaving us with no remaining choices. .if !empty(PKG_OPTIONS:Mpython) CONFIGURE_ARGS+= --enable-python -USE_TOOLS+= bash:run -REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in -REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in PLIST.python= yes PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2, also via py-gtksourceview .include "../../devel/py-gobject/buildlink3.mk" --_----------=_1570311132113170--