Date: Fri, 29 Jul 2022 17:56:50 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: c48e66300bd9 - 2022Q3 - sysutils/keyd: strip non-debug symbols by default Message-ID: <202207291756.26THuoVY055184@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c48e66300bd9759f864daa6ffe2d653053f6f8cd commit c48e66300bd9759f864daa6ffe2d653053f6f8cd Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-07-29 17:53:15 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-07-29 17:56:30 +0000 sysutils/keyd: strip non-debug symbols by default ====> Running Q/A tests (stage-qa) Warning: 'bin/keyd' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} (cherry picked from commit 49f2f609dc4039a1b96b3fc563212ea9c701d220) --- sysutils/keyd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/keyd/Makefile b/sysutils/keyd/Makefile index 54ce63bceb17..643615ba0b92 100644 --- a/sysutils/keyd/Makefile +++ b/sysutils/keyd/Makefile @@ -54,4 +54,7 @@ post-patch: @${REINPLACE_CMD} -e 's,__FreeBSD,&_disabled,' \ ${WRKSRC}/src/vkbd/uinput.c +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207291756.26THuoVY055184>