Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A607863B100 for ; Sun, 20 Feb 2011 15:07:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6E99719D0CE; Sun, 20 Feb 2011 15:07:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BDAB19D0CD for ; Sun, 20 Feb 2011 15:07:42 +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 v7gDJ+TSv8rf for ; Sun, 20 Feb 2011 15:07:41 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 60CFD19CFD2 for ; Sun, 20 Feb 2011 15:07:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 45C02175DD; Sun, 20 Feb 2011 15:07:41 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 20 Feb 2011 15:07:41 +0000 From: "Julio Merino" Subject: CVS commit: pkgsrc/devel/glib2 To: pkgsrc-changes@NetBSD.org Reply-To: jmmv@netbsd.org X-Mailer: log_accum Message-Id: <20110220150741.45C02175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jmmv Date: Sun Feb 20 15:07:41 UTC 2011 Modified Files: pkgsrc/devel/glib2: schemas.mk Log Message: TOOLS_NOOP is not enough to catch all calls to glib-compile-schemas because some packages deduce the full name to the tool instead of relying on the PATH. Attempt to do better by setting the GLIB_COMPILE_SCHEMAS variable to a non-absolute name during the build, hoping that such packages do define this Makefile variable. This should fix the build of evince as reported in PR pkg/44589. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/glib2/schemas.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.