Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Aug 2021 08:03:47 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 69fef1a5a441 - main - archivers/innoextract: drop runtime dependency on boost-libs
Message-ID:  <202108090803.17983lEN021752@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69fef1a5a4417da990c81910f78c5055f0ca0b28

commit 69fef1a5a4417da990c81910f78c5055f0ca0b28
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-08-09 08:00:39 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-08-09 08:03:42 +0000

    archivers/innoextract: 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.
---
 archivers/innoextract/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile
index 9cbaa957e694..7d80e447d2e0 100644
--- a/archivers/innoextract/Makefile
+++ b/archivers/innoextract/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	innoextract
 PORTVERSION=	1.9
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://constexpr.org/innoextract/files/
 
@@ -11,12 +12,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_sparc64=		Does not build: undefined reference to std::ctype<char>::_M_widen_init()
 
-LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs \
-		libboost_filesystem.so:devel/boost-libs \
-		libboost_system.so:devel/boost-libs \
-		libboost_program_options.so:devel/boost-libs
+BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
 
 USES=		cmake compiler:c++11-lang iconv
+CMAKE_ON=	Boost_USE_STATIC_LIBS
 
 PLIST_FILES=	bin/innoextract \
 		man/man1/innoextract.1.gz



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