svn commit: r520568 - head/net/waypipe

Jan Beich jbeich at FreeBSD.org
Sat Dec 21 15:35:49 UTC 2019


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 at 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


More information about the svn-ports-all mailing list