From owner-svn-ports-head@freebsd.org Sat Dec 21 15:35:49 2019 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 1A62C1D6968; Sat, 21 Dec 2019 15:35:49 +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 47g8pD6vKkz4N95; Sat, 21 Dec 2019 15:35:48 +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 E3481196E4; Sat, 21 Dec 2019 15:35:48 +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 xBLFZm0I042762; Sat, 21 Dec 2019 15:35:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBLFZmvF042760; Sat, 21 Dec 2019 15:35:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201912211535.xBLFZmvF042760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 21 Dec 2019 15:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520568 - head/net/waypipe X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/net/waypipe X-SVN-Commit-Revision: 520568 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: Sat, 21 Dec 2019 15:35:49 -0000 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