Received: by mail.netbsd.org (Postfix, from userid 605) id 3463784D94; Mon, 2 Apr 2018 15:44:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24A4D84D31 for ; Mon, 2 Apr 2018 15:44:49 +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 uYEvlEp5ICYc for ; Mon, 2 Apr 2018 15:44:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3F34D84C86 for ; Mon, 2 Apr 2018 15:44:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10A8FFBEC; Mon, 2 Apr 2018 15:44:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1522683888195000" MIME-Version: 1.0 Date: Mon, 2 Apr 2018 15:44:48 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/graphics/MesaLib To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20180402154448.10A8FFBEC@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. --_----------=_1522683888195000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Apr 2 15:44:48 UTC 2018 Modified Files: pkgsrc/graphics/MesaLib: buildlink3.mk Log Message: Remove dependency on pthread-stublib. This was conditional on NetBSD before 3.0. The corresponding stanza in the Makefile is long gone, so this is probably an oversight from that time. Nothing in the build itself pulls in pthread-stublib. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/graphics/MesaLib/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1522683888195000 Content-Disposition: inline Content-Length: 744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/MesaLib/buildlink3.mk diff -u pkgsrc/graphics/MesaLib/buildlink3.mk:1.55 pkgsrc/graphics/MesaLib/buildlink3.mk:1.56 --- pkgsrc/graphics/MesaLib/buildlink3.mk:1.55 Sun Jan 7 13:04:12 2018 +++ pkgsrc/graphics/MesaLib/buildlink3.mk Mon Apr 2 15:44:47 2018 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.55 2018/01/07 13:04:12 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.56 2018/04/02 15:44:47 bsiegert Exp $ BUILDLINK_TREE+= MesaLib @@ -42,10 +42,6 @@ MESALIB_SUPPORTS_EGL= yes MESALIB_SUPPORTS_EGL= no .endif -.if !empty(MACHINE_PLATFORM:MNetBSD-[12].*) -.include "../../devel/pthread-stublib/buildlink3.mk" -.endif - .include "../../x11/libXext/buildlink3.mk" .endif # MESALIB_BUILDLINK3_MK --_----------=_1522683888195000--