Date: Sat, 21 Dec 2019 15:35:48 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520568 - head/net/waypipe Message-ID: <201912211535.xBLFZmvF042760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Dec 21 15:35:48 2019 New Revision: 520568 URL: https://svnweb.freebsd.org/changeset/ports/520568 Log: net/waypipe: backport DMABUF crashfix for OPENGL=on Modified: head/net/waypipe/Makefile (contents, props changed) head/net/waypipe/distinfo (contents, props changed) Modified: head/net/waypipe/Makefile ============================================================================== --- head/net/waypipe/Makefile Sat Dec 21 14:54:13 2019 (r520567) +++ head/net/waypipe/Makefile Sat Dec 21 15:35:48 2019 (r520568) @@ -3,8 +3,11 @@ PORTNAME= waypipe DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net + +PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/commit/ +PATCHFILES+= 9f0b9f2e8929.patch:-p1 MAINTAINER= jbeich@FreeBSD.org COMMENT= Network transparency with Wayland Modified: head/net/waypipe/distinfo ============================================================================== --- head/net/waypipe/distinfo Sat Dec 21 14:54:13 2019 (r520567) +++ head/net/waypipe/distinfo Sat Dec 21 15:35:48 2019 (r520568) @@ -1,3 +1,5 @@ TIMESTAMP = 1566861480 SHA256 (mstoeckl-waypipe-f78ad85b04ef95daa9a1671aa0375d0e77d19b2f_GL0.tar.gz) = 4bbfcc046ebde67e210433ab7efbb2d92cea62d7088fc2a95405caf8d93d5593 SIZE (mstoeckl-waypipe-f78ad85b04ef95daa9a1671aa0375d0e77d19b2f_GL0.tar.gz) = 143440 +SHA256 (9f0b9f2e8929.patch) = 2b7f91adb331cbf6e9efea220e8435795372888d2016533e4d31d7553fa39082 +SIZE (9f0b9f2e8929.patch) = 2774
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912211535.xBLFZmvF042760>