From owner-dev-commits-ports-all@freebsd.org Mon Aug 9 05:23:54 2021 Return-Path: Delivered-To: dev-commits-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 6102466DEF5; Mon, 9 Aug 2021 05:23:54 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gjkyf19C8z3Cgw; Mon, 9 Aug 2021 05:23:54 +0000 (UTC) (envelope-from git@FreeBSD.org) 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 0F23B22720; Mon, 9 Aug 2021 05:23:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1795NreT008421; Mon, 9 Aug 2021 05:23:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1795Nrpo008420; Mon, 9 Aug 2021 05:23:53 GMT (envelope-from git) Date: Mon, 9 Aug 2021 05:23:53 GMT Message-Id: <202108090523.1795Nrpo008420@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 2bf5e3b002ea - 2021Q3 - games/blockattack: drop runtime dependency on boost-libs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 2bf5e3b002ea3a8bb1703b5304646f6bbd609073 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 05:23:54 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bf5e3b002ea3a8bb1703b5304646f6bbd609073 commit 2bf5e3b002ea3a8bb1703b5304646f6bbd609073 Author: Jan Beich AuthorDate: 2021-08-09 04:43:27 +0000 Commit: Jan Beich CommitDate: 2021-08-09 05:23:47 +0000 games/blockattack: drop runtime dependency on boost-libs Until subpackaging arrives to bsd.port.mk and boost-libs is split into smaller packages this shaves ~166 MiB of install size. (cherry picked from commit 08509d6e0f59e0d364a01362fe861a5578198593) --- games/blockattack/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/blockattack/Makefile b/games/blockattack/Makefile index 7c881356f33c..e1095c3d8da8 100644 --- a/games/blockattack/Makefile +++ b/games/blockattack/Makefile @@ -11,9 +11,9 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= zip:archivers/zip \ + boost-libs>0:devel/boost-libs \ ${LOCALBASE}/include/utf8cpp/utf8.h:devel/utf8cpp -LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ - libphysfs.so:devel/physfs +LIB_DEPENDS= libphysfs.so:devel/physfs USES= cmake compiler:c++11-lib gettext localbase:ldflags \ pkgconfig sdl shebangfix @@ -22,6 +22,7 @@ USE_SDL= image2 mixer2 ttf2 GH_PROJECT= ${PORTNAME}-game SHEBANG_FILES= packdata.sh source/misc/translation/*.sh bash_CMD= /bin/sh +CMAKE_ON= Boost_USE_STATIC_LIBS CFLAGS+= -I${LOCALBASE}/include/utf8cpp LDFLAGS+= -lintl