From owner-svn-ports-head@freebsd.org Mon Feb 17 21:23:51 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77B0D247895; Mon, 17 Feb 2020 21:23:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Lxn31rN0z49Tc; Mon, 17 Feb 2020 21:23:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC936D68D; Mon, 17 Feb 2020 21:23:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01HLNoYt014815; Mon, 17 Feb 2020 21:23:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HLNoFX014813; Mon, 17 Feb 2020 21:23:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002172123.01HLNoFX014813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 17 Feb 2020 21:23:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526432 - head/x11-toolkits/wlroots X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-toolkits/wlroots X-SVN-Commit-Revision: 526432 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2020 21:23:51 -0000 Author: jbeich Date: Mon Feb 17 21:23:49 2020 New Revision: 526432 URL: https://svnweb.freebsd.org/changeset/ports/526432 Log: x11-toolkits/wlroots: don't hardcode /dev/drm/0 Test independently from the next update to catch regressions early. Modified: head/x11-toolkits/wlroots/Makefile (contents, props changed) head/x11-toolkits/wlroots/distinfo (contents, props changed) Modified: head/x11-toolkits/wlroots/Makefile ============================================================================== --- head/x11-toolkits/wlroots/Makefile Mon Feb 17 20:46:22 2020 (r526431) +++ head/x11-toolkits/wlroots/Makefile Mon Feb 17 21:23:49 2020 (r526432) @@ -2,11 +2,12 @@ PORTNAME= wlroots DISTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= f0594fb73225.patch:-p1 144d2041adfb.patch:-p1 +PATCHFILES+= 2bad34e02423.patch:-p1 MAINTAINER= jbeich@FreeBSD.org COMMENT= Modular Wayland compositor library @@ -21,6 +22,7 @@ LIB_DEPENDS= libudev.so:devel/libudev-devd \ libwayland-egl.so:graphics/wayland \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon +RUN_DEPENDS= libudev-devd>=0.4.1:devel/libudev-devd USES= compiler:c11 gl meson pkgconfig xorg USE_GITHUB= yes Modified: head/x11-toolkits/wlroots/distinfo ============================================================================== --- head/x11-toolkits/wlroots/distinfo Mon Feb 17 20:46:22 2020 (r526431) +++ head/x11-toolkits/wlroots/distinfo Mon Feb 17 21:23:49 2020 (r526432) @@ -5,5 +5,7 @@ SHA256 (f0594fb73225.patch) = 18bf269fcd6831246604654d SIZE (f0594fb73225.patch) = 2971 SHA256 (144d2041adfb.patch) = e76603d04d24063182e05876313f1ac697a132771e32c50ae7cf1d962a866c40 SIZE (144d2041adfb.patch) = 1838 +SHA256 (2bad34e02423.patch) = b37db858d0caaf205f35f14c23417ea411c3cd94fe78e6b185869c61919326c7 +SIZE (2bad34e02423.patch) = 1116 SHA256 (e8cc137111bc.patch) = e0b686193a6925eedb09298e0f300aa93d4910c41dbe788a47a2699df34cfafe SIZE (e8cc137111bc.patch) = 27737