From owner-freebsd-gnome@freebsd.org Thu Jul 16 06:26:02 2015 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6EA79A3CB7 for ; Thu, 16 Jul 2015 06:26:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 906B11D01 for ; Thu, 16 Jul 2015 06:26:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8D2369A3CB6; Thu, 16 Jul 2015 06:26:02 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CB5C9A3CB3 for ; Thu, 16 Jul 2015 06:26:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CD6A1D00 for ; Thu, 16 Jul 2015 06:26:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6G6Q2fm046256 for ; Thu, 16 Jul 2015 06:26:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 201610] graphics/atril-lite: [patch] set mate-desktop dependancy only for atril Date: Thu, 16 Jul 2015 06:26:02 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2015 06:26:02 -0000 Matthieu Volat has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.org: Bug 201610: graphics/atril-lite: [patch] set mate-desktop dependancy only for atril https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201610 --- Description --- Created attachment 158830 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158830&action=edit move USE_MATE to conditional block Hello, Thanks for considering a lite version of atril, it really matters. One last thing: the mate-desktop dependency is non-conditional, which is what this port was trying to avoid :) Moving the USE_MATE statement to a proper conditional block in graphic/atril fixes that (path attached), I have seen no problem building/running atril-lite after that. Thanks,