From owner-svn-ports-all@freebsd.org Wed Jul 1 22:22:08 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 D0CCF35D48C; Wed, 1 Jul 2020 22:22:08 +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) 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 49xwh059zPz3d85; Wed, 1 Jul 2020 22:22:08 +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 95C39106B3; Wed, 1 Jul 2020 22:22:08 +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 061MM8Af050045; Wed, 1 Jul 2020 22:22:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 061MM8aY050043; Wed, 1 Jul 2020 22:22:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007012222.061MM8aY050043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 1 Jul 2020 22:22:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540999 - head/emulators/yuzu X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/yuzu X-SVN-Commit-Revision: 540999 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, 01 Jul 2020 22:22:08 -0000 Author: jbeich Date: Wed Jul 1 22:22:07 2020 New Revision: 540999 URL: https://svnweb.freebsd.org/changeset/ports/540999 Log: emulators/yuzu: drop Qt5OpenGL runtime dependency https://github.com/yuzu-emu/yuzu/commit/c6a0ab979239 --- ENABLE_QT + YUZU_USE_QT_WEB_ENGINE +++ -Wl,--as-needed @@ -1,28 +1,19 @@ - 0x0000000000000001 (NEEDED) Shared library: [libQt5OpenGL.so.5] 0x0000000000000001 (NEEDED) Shared library: [libQt5WebEngineWidgets.so.5] 0x0000000000000001 (NEEDED) Shared library: [libopus.so.0] 0x0000000000000001 (NEEDED) Shared library: [libzip.so.5] 0x0000000000000001 (NEEDED) Shared library: [libssl.so.111] 0x0000000000000001 (NEEDED) Shared library: [libcrypto.so.111] 0x0000000000000001 (NEEDED) Shared library: [libboost_context.so.1.73.0] 0x0000000000000001 (NEEDED) Shared library: [libfmt.so.6] 0x0000000000000001 (NEEDED) Shared library: [liblz4.so.1] 0x0000000000000001 (NEEDED) Shared library: [libzstd.so.1] 0x0000000000000001 (NEEDED) Shared library: [libthr.so.3] 0x0000000000000001 (NEEDED) Shared library: [libSDL2-2.0.so.0] - 0x0000000000000001 (NEEDED) Shared library: [libQt5WebEngineCore.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5WebChannel.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5Positioning.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5Quick.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5QmlModels.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5Qml.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5PrintSupport.so.5] 0x0000000000000001 (NEEDED) Shared library: [libQt5Widgets.so.5] 0x0000000000000001 (NEEDED) Shared library: [libQt5Gui.so.5] - 0x0000000000000001 (NEEDED) Shared library: [libQt5Network.so.5] 0x0000000000000001 (NEEDED) Shared library: [libQt5Core.so.5] 0x0000000000000001 (NEEDED) Shared library: [libc++.so.1] 0x0000000000000001 (NEEDED) Shared library: [libcxxrt.so.1] 0x0000000000000001 (NEEDED) Shared library: [libm.so.5] 0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1] 0x0000000000000001 (NEEDED) Shared library: [libc.so.7] Modified: head/emulators/yuzu/Makefile (contents, props changed) head/emulators/yuzu/distinfo (contents, props changed) Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Wed Jul 1 22:21:52 2020 (r540998) +++ head/emulators/yuzu/Makefile Wed Jul 1 22:22:07 2020 (r540999) @@ -12,6 +12,7 @@ PATCHFILES+= 1adf640d3725.patch:-p1 # https://github.c PATCHFILES+= e6085ea35f0b.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4208 PATCHFILES+= 3b1683a15261.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4208 PATCHFILES+= dda90ce1c249.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4209 +PATCHFILES+= b1b1ed7597cb.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4221 MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo Switch emulator/debugger @@ -83,7 +84,7 @@ SDL_PLIST_FILES=bin/${PORTNAME}-cmd \ bin/${PORTNAME}-tester QT5_USES= desktop-file-utils qt:5 shared-mime-info -QT5_USE= QT=qmake_build,buildtools_build,concurrent_build,core,gui,opengl,webengine,widgets +QT5_USE= QT=qmake_build,buildtools_build,concurrent_build,core,gui,webengine,widgets QT5_CMAKE_BOOL= ENABLE_QT YUZU_USE_QT_WEB_ENGINE QT5_PLIST_FILES=bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ Modified: head/emulators/yuzu/distinfo ============================================================================== --- head/emulators/yuzu/distinfo Wed Jul 1 22:21:52 2020 (r540998) +++ head/emulators/yuzu/distinfo Wed Jul 1 22:22:07 2020 (r540999) @@ -35,3 +35,5 @@ SHA256 (3b1683a15261.patch) = dbc7f2c628527b487ff3cfa9 SIZE (3b1683a15261.patch) = 1709 SHA256 (dda90ce1c249.patch) = 7664619a899860339dec98dceb27b1beb5ca0faafb996a469dd096c55cf87da3 SIZE (dda90ce1c249.patch) = 1029 +SHA256 (b1b1ed7597cb.patch) = 1f8e5d73deebceebf0a34c846e271d25d708ea5c139d3b1b2c0ab1165accd027 +SIZE (b1b1ed7597cb.patch) = 2346