git: 50574aaea8db - 2021Q3 - archivers/innoextract: drop runtime dependency on boost-libs
Jan Beich
jbeich at FreeBSD.org
Mon Aug 9 08:04:10 UTC 2021
The branch 2021Q3 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=50574aaea8db588b7115bf9fff6b444d7285a121
commit 50574aaea8db588b7115bf9fff6b444d7285a121
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-09 08:00:39 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-08-09 08:04:07 +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.
(cherry picked from commit 69fef1a5a4417da990c81910f78c5055f0ca0b28)
---
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
More information about the dev-commits-ports-all
mailing list