USyC4t0TDVBfEtWhqqrc+ dQenwtDtNOijQcGGRrPhosH3IZbAycN5kcyCa9WAT9yLdUB0qg0eJ5b4yGh7LQaZYm90GN t7rQIGsx2sgnOoegKV79mJFn+G14x7X9tngyIprCzSbnLdsA4oVm7WpNHr11RLiI6jemtH Ar5zqINws07iLOvQlI3uFIKwsKn1pSZ9JZSGQrob/6oGZG0NEio8d0UmLJCIwQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4VY6yR6hb0z14gw; Mon, 6 May 2024 16:57:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.17.1/8.17.1) with ESMTP id 446Gv37W089544; Mon, 6 May 2024 16:57:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 446Gv3Qh089541; Mon, 6 May 2024 16:57:03 GMT (envelope-from git) Date: Mon, 6 May 2024 16:57:03 GMT Message-Id: <202405061657.446Gv3Qh089541@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dmitry Marakasov Subject: git: d5becafc85c4 - main - games/warzone2100: switch to USES=sqlite List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d5becafc85c46a4795127e6a31f8da2d03e47e63 Auto-Submitted: auto-generated The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5becafc85c46a4795127e6a31f8da2d03e47e63 commit d5becafc85c46a4795127e6a31f8da2d03e47e63 Author: Dmitry Marakasov AuthorDate: 2024-05-06 16:29:28 +0000 Commit: Dmitry Marakasov CommitDate: 2024-05-06 16:56:59 +0000 games/warzone2100: switch to USES=sqlite PR: 278752 Submitted by: diizzy --- games/warzone2100/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 7042b8350dcf..523cd009c8b8 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -23,14 +23,13 @@ LIB_DEPENDS= libphysfs.so:devel/physfs \ libharfbuzz.so:print/harfbuzz \ libsodium.so:security/libsodium \ libcurl.so:ftp/curl \ - libsqlite3.so:databases/sqlite3 \ libminiupnpc.so:net/miniupnpc \ libopusfile.so:audio/opusfile \ libopus.so:audio/opus RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu USES= cmake bison compiler:c++11-lib gl openal:al pkgconfig \ - sdl tar:xz + sdl sqlite tar:xz USE_GL= gl USE_SDL= sdl2 CMAKE_ARGS= -DWZ_DISTRIBUTOR="FreeBSD ports" \