From owner-svn-ports-all@freebsd.org Wed Jul 22 20:08:22 2020 Return-Path: Delivered-To: svn-ports-all@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 18D1035F242; Wed, 22 Jul 2020 20:08:22 +0000 (UTC) (envelope-from cmt@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBmjx6yfvz4hG9; Wed, 22 Jul 2020 20:08:21 +0000 (UTC) (envelope-from cmt@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 D3AC5D104; Wed, 22 Jul 2020 20:08:21 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06MK8Lae026997; Wed, 22 Jul 2020 20:08:21 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MK8L9K026994; Wed, 22 Jul 2020 20:08:21 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202007222008.06MK8L9K026994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Wed, 22 Jul 2020 20:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542891 - head/graphics/Coin X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/graphics/Coin X-SVN-Commit-Revision: 542891 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2020 20:08:22 -0000 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