Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CE7527A227 for ; Mon, 28 Dec 2015 00:21:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 80A2A85E75; Mon, 28 Dec 2015 00:21:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 069AB85EBD for ; Mon, 28 Dec 2015 00:21:26 +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 PkRiLZLVjnMd for ; Mon, 28 Dec 2015 00:21:25 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7C69185E1A for ; Mon, 28 Dec 2015 00:21:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3542FBA4; Mon, 28 Dec 2015 00:21:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 28 Dec 2015 00:21:23 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/print/luatex To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20151228002123.D3542FBA4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dholland Date: Mon Dec 28 00:21:23 UTC 2015 Modified Files: pkgsrc/print/luatex: Makefile Log Message: Add build dependence on libX11. This is normally already included via cairo, but if one turns off X in cairo it starts failing. Thanks to markd for pointing out it's apparently only a build dependence. Closes PR 50582. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/luatex/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.