Received: by mail.netbsd.org (Postfix, from userid 605) id D3BF484E65; Mon, 24 Feb 2020 11:25:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A57084E64 for ; Mon, 24 Feb 2020 11:25:45 +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 xXVJN6O18wvS for ; Mon, 24 Feb 2020 11:25:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CC4FF84E5B for ; Mon, 24 Feb 2020 11:25:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C52E3FBF4; Mon, 24 Feb 2020 11:25:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158254354498860" MIME-Version: 1.0 Date: Mon, 24 Feb 2020 11:25:44 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/wld To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200224112544.C52E3FBF4@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. --_----------=_158254354498860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Feb 24 11:25:44 UTC 2020 Modified Files: pkgsrc/graphics/wld: Makefile distinfo Log Message: wld: Update to 0.0.0.20200220 - Switch the upstream now that NetBSD support is upstreamed. - Try to fix the build on aarch64 (at least) by avoiding libdrm_intel To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/wld/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/wld/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158254354498860 Content-Disposition: inline Content-Length: 2708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/wld/Makefile diff -u pkgsrc/graphics/wld/Makefile:1.2 pkgsrc/graphics/wld/Makefile:1.3 --- pkgsrc/graphics/wld/Makefile:1.2 Thu Dec 12 14:48:43 2019 +++ pkgsrc/graphics/wld/Makefile Mon Feb 24 11:25:44 2020 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2019/12/12 14:48:43 nia Exp $ +# $NetBSD: Makefile,v 1.3 2020/02/24 11:25:44 nia Exp $ -DISTNAME= wld-0.0.0.20191211 +DISTNAME= wld-0.0.0.20200220 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GITHUB:=niacat/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=michaelforney/} GITHUB_PROJECT= wld -GITHUB_TAG= cf05d2bdcb418a686258bf02538136077dc1ace7 +GITHUB_TAG= ea4eccb64cfcfc508b029a530fc434d6e6695af5 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/niacat/wld +HOMEPAGE= https://github.com/michaelforney/wld COMMENT= Primitive drawing library targeted at Wayland LICENSE= mit @@ -16,6 +16,16 @@ USE_TOOLS+= gmake pkg-config MAKE_FLAGS+= CC=${CC:Q} MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} +.include "../../mk/bsd.prefs.mk" + +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" +WLD_DRIVERS+= intel +.endif + +WLD_DRIVERS+= nouveau + +MAKE_FLAGS+= DRM_DRIVERS=${WLD_DRIVERS:Q} + PKGCONFIG_OVERRIDE+= wld.pc.in .include "../../devel/wayland/buildlink3.mk" Index: pkgsrc/graphics/wld/distinfo diff -u pkgsrc/graphics/wld/distinfo:1.1 pkgsrc/graphics/wld/distinfo:1.2 --- pkgsrc/graphics/wld/distinfo:1.1 Wed Dec 11 21:15:10 2019 +++ pkgsrc/graphics/wld/distinfo Mon Feb 24 11:25:44 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/12/11 21:15:10 nia Exp $ +$NetBSD: distinfo,v 1.2 2020/02/24 11:25:44 nia Exp $ -SHA1 (wld-0.0.0.20191211-cf05d2bdcb418a686258bf02538136077dc1ace7.tar.gz) = 9d1d1d63bd02a7da14c962041b009353a8ff5dc6 -RMD160 (wld-0.0.0.20191211-cf05d2bdcb418a686258bf02538136077dc1ace7.tar.gz) = cfbffd5ca9a4916dd503b08858bdb56f5452238b -SHA512 (wld-0.0.0.20191211-cf05d2bdcb418a686258bf02538136077dc1ace7.tar.gz) = a67be16c9d075083fbc7e843138153e4cd10a5ae90ef98e197657ae9dfb6c6622b5007ebd5371884c457e25f6f65f8cbc68f4c451b9819f7e3348f9a522ce5d5 -Size (wld-0.0.0.20191211-cf05d2bdcb418a686258bf02538136077dc1ace7.tar.gz) = 49869 bytes +SHA1 (wld-0.0.0.20200220-ea4eccb64cfcfc508b029a530fc434d6e6695af5.tar.gz) = 907e43069a03b06b8a3a62628876f5933c139539 +RMD160 (wld-0.0.0.20200220-ea4eccb64cfcfc508b029a530fc434d6e6695af5.tar.gz) = 04d6ff75df8adaa4182487a492d5fe4f5b6c0698 +SHA512 (wld-0.0.0.20200220-ea4eccb64cfcfc508b029a530fc434d6e6695af5.tar.gz) = 379f5edd61666c301d84d42b13859917c77f9474866efcc636d127bb70d61fe173344d1ac075d1382c98615e5d6fc6c16b27406ff105faa909aada9cd2948fef +Size (wld-0.0.0.20200220-ea4eccb64cfcfc508b029a530fc434d6e6695af5.tar.gz) = 49842 bytes --_----------=_158254354498860--