Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 01:32:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532245 - head/emulators/yuzu
Message-ID:  <202004210132.03L1WGUq020956@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Apr 21 01:32:16 2020
New Revision: 532245
URL: https://svnweb.freebsd.org/changeset/ports/532245

Log:
  emulators/yuzu-qt5: switch bundled libzip to OpenSSL
  
  Error: /usr/local/bin/yuzu is linked to /usr/local/lib/libgnutls.so.30 from security/gnutls but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libgnutls.so:security/gnutls
  Error: /usr/local/bin/yuzu is linked to /usr/local/lib/libnettle.so.7 from security/nettle but it is not declared as a dependency
  Warning: you need LIB_DEPENDS+=libnettle.so:security/nettle

Modified:
  head/emulators/yuzu/Makefile   (contents, props changed)

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Tue Apr 21 01:12:38 2020	(r532244)
+++ head/emulators/yuzu/Makefile	Tue Apr 21 01:32:16 2020	(r532245)
@@ -52,6 +52,7 @@ GH_TUPLE=	yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn
 USES=		cmake compiler:c++17-lang iconv localbase:ldflags \
 		python:build sdl ssl
 USE_SDL=	sdl2
+CMAKE_OFF=	ENABLE_GNUTLS ENABLE_MBEDTLS
 CXXFLAGS+=	-Wno-narrowing # https://github.com/yuzu-emu/yuzu/issues/3407
 LDFLAGS+=	-Wl,--as-needed # Qt5Network
 TEST_TARGET=	test



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004210132.03L1WGUq020956>