Date: Wed, 22 Jul 2020 20:08:21 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542891 - head/graphics/Coin Message-ID: <202007222008.06MK8L9K026994@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Wed Jul 22 20:08:21 2020 New Revision: 542891 URL: https://svnweb.freebsd.org/changeset/ports/542891 Log: graphics/Coin: Fix GLX glue trying to use non-GLX display this is said to make Coin usable on Wayland and the likes PR: 248154 Submitted by: Greg V Obtained from: https://github.com/coin3d/coin/pull/404 Modified: head/graphics/Coin/Makefile head/graphics/Coin/distinfo Modified: head/graphics/Coin/Makefile ============================================================================== --- head/graphics/Coin/Makefile Wed Jul 22 19:46:00 2020 (r542890) +++ head/graphics/Coin/Makefile Wed Jul 22 20:08:21 2020 (r542891) @@ -4,7 +4,11 @@ PORTNAME= Coin PORTVERSION= 4.0.0 DISTVERSIONPREFIX= Coin- +PORTREVISION= 1 CATEGORIES= graphics + +PATCH_SITES= https://github.com/myfreeweb/coin/commit/ +PATCHFILES+= 3053d28b74d.patch:-p1 # Unbreak non-X11 MAINTAINER= cmt@FreeBSD.org COMMENT= C++ 3D graphics library based on the Open Inventor API Modified: head/graphics/Coin/distinfo ============================================================================== --- head/graphics/Coin/distinfo Wed Jul 22 19:46:00 2020 (r542890) +++ head/graphics/Coin/distinfo Wed Jul 22 20:08:21 2020 (r542891) @@ -1,3 +1,5 @@ -TIMESTAMP = 1583241959 +TIMESTAMP = 1595369132 SHA256 (coin3d-coin-Coin-4.0.0_GH0.tar.gz) = b00d2a8e9d962397cf9bf0d9baa81bcecfbd16eef675a98c792f5cf49eb6e805 SIZE (coin3d-coin-Coin-4.0.0_GH0.tar.gz) = 6788294 +SHA256 (3053d28b74d.patch) = 0fad01632d6a50d63f6d846ba45571b497261aec122def5d42d64025ac37582a +SIZE (3053d28b74d.patch) = 1408
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007222008.06MK8L9K026994>