Received: by mail.netbsd.org (Postfix, from userid 605) id 3EB0084E7B; Mon, 11 Dec 2017 12:24:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BBE9C84E6E for ; Mon, 11 Dec 2017 12:24:19 +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 m73-z8NDjmBt for ; Mon, 11 Dec 2017 12:24:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 14DB184CD9 for ; Mon, 11 Dec 2017 12:24:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E94A4FB40; Mon, 11 Dec 2017 12:24:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1512995048220150" MIME-Version: 1.0 Date: Mon, 11 Dec 2017 12:24:08 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/graphics/cairo To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20171211122408.E94A4FB40@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. --_----------=_1512995048220150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Dec 11 12:24:08 UTC 2017 Modified Files: pkgsrc/graphics/cairo: buildlink3.mk Log Message: cairo: Sync buildlink3 includes from package. Should fix issues seen where dependencies aren't able to resolve xext pkg-config dependencies. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/cairo/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1512995048220150 Content-Disposition: inline Content-Length: 689 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/cairo/buildlink3.mk diff -u pkgsrc/graphics/cairo/buildlink3.mk:1.54 pkgsrc/graphics/cairo/buildlink3.mk:1.55 --- pkgsrc/graphics/cairo/buildlink3.mk:1.54 Sat Apr 25 14:23:07 2015 +++ pkgsrc/graphics/cairo/buildlink3.mk Mon Dec 11 12:24:08 2017 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.54 2015/04/25 14:23:07 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.55 2017/12/11 12:24:08 jperkin Exp $ BUILDLINK_TREE+= cairo @@ -22,6 +22,7 @@ pkgbase := cairo .if !empty(PKG_BUILD_OPTIONS.cairo:Mx11) .include "../../graphics/MesaLib/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXrender/buildlink3.mk" .endif --_----------=_1512995048220150--