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 39B967A21A for ; Wed, 22 Feb 2017 10:42:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A5435855B9; Wed, 22 Feb 2017 10:42:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 361B3855B5 for ; Wed, 22 Feb 2017 10:42:42 +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 nQNglMGbeYTT for ; Wed, 22 Feb 2017 10:42:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 959B284CEE for ; Wed, 22 Feb 2017 10:42:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90AABFBE4; Wed, 22 Feb 2017 10:42:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1487760161186060" MIME-Version: 1.0 Date: Wed, 22 Feb 2017 10:42:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/modular-xorg-server To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170222104241.90AABFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1487760161186060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 22 10:42:41 UTC 2017 Modified Files: pkgsrc/x11/modular-xorg-server: Makefile.common Log Message: Include pthread.buildlink3.mk. The included os library uses libpthread. It is pulled in via one of the bl3.mk files for modular builds, but there seems to be an issue with xephyr & native builds where it isn't, so just include it directly. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/modular-xorg-server/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1487760161186060 Content-Disposition: inline Content-Length: 817 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/modular-xorg-server/Makefile.common diff -u pkgsrc/x11/modular-xorg-server/Makefile.common:1.14 pkgsrc/x11/modular-xorg-server/Makefile.common:1.15 --- pkgsrc/x11/modular-xorg-server/Makefile.common:1.14 Thu Jan 12 00:26:35 2017 +++ pkgsrc/x11/modular-xorg-server/Makefile.common Wed Feb 22 10:42:41 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2017/01/12 00:26:35 wiz Exp $ +# $NetBSD: Makefile.common,v 1.15 2017/02/22 10:42:41 wiz Exp $ # used by x11/modular-xorg-server/Makefile # used by x11/modular-xorg-xephyr/Makefile @@ -179,3 +179,4 @@ BUILDLINK_API_DEPENDS.libXext+= libXext> .include "../../x11/xineramaproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" .include "../../x11/xtrans/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" --_----------=_1487760161186060--