FreeBSD Bugzilla – Attachment 227041 Details for
Bug 257706
games/bastet: drop runtime dependency on boost-libs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1 (apply via "git am")
bug257706.diff (text/plain), 1.24 KB, created by
Jan Beich
on 2021-08-09 10:14:16 UTC
(
hide
)
Description:
v1 (apply via "git am")
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2021-08-09 10:14:16 UTC
Size:
1.24 KB
patch
obsolete
>From 7cca06a06d864cde31ecbeec83e39f703c4a8e10 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Mon, 9 Aug 2021 10:08:49 +0000 >Subject: [PATCH] games/bastet: 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. > >PR: 257706 >Approved by: amdmi3 (maintainer) >--- > games/bastet/Makefile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/games/bastet/Makefile b/games/bastet/Makefile >index 206d7203e8e2..5584506e308f 100644 >--- a/games/bastet/Makefile >+++ b/games/bastet/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= bastet > PORTVERSION= 0.43.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= games > MASTER_SITES= http://fph.altervista.org/prog/files/ > >@@ -12,12 +12,13 @@ COMMENT= Ncurses Tetris clone which is harder than every other Tetris > LICENSE= GPLv3+ > LICENSE_FILE= ${WRKSRC}/LICENSE > >-LIB_DEPENDS= libboost_program_options.so:devel/boost-libs >+BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_program_options.a:devel/boost-libs > > USE_GITHUB= yes > GH_ACCOUNT= fph > > USES= compiler:c++11-lang gmake localbase:ldflags ncurses tar:tgz >+MAKE_ENV= BOOST_PO="${BUILD_DEPENDS:M*boost*:S/:/ /:[1]}" > > PORTDOCS= AUTHORS README NEWS >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 257706
: 227041