git: 7c8e5db9b6d9 - main - converters/libiconv: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Nov 2025 16:43:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7c8e5db9b6d9ed6ae31d6c3d61fa02093e677c88
commit 7c8e5db9b6d9ed6ae31d6c3d61fa02093e677c88
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-09 16:27:06 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-09 16:32:45 +0000
converters/libiconv: Strip shared library
- Bump PORTREVISION for package change
PR: 290586
Approved by: arrowd
---
converters/libiconv/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index 83f8f0aaf507..0623fd95391f 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libiconv
PORTVERSION= 1.18
+PORTREVISION= 1
CATEGORIES= converters devel
MASTER_SITES= GNU
@@ -32,4 +33,7 @@ post-patch:
@${REINPLACE_CMD} -e 's:gawk:awk:g' ${WRKSRC}/configure \
${WRKSRC}/libcharset/configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so
+
.include <bsd.port.mk>