git: db3135574211 - main - comms/hamlib: Fixed incorrect strip of Hamlib.so
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 13:05:43 UTC
The branch main has been updated by db:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db3135574211f4ffd389cd4b3116ed5e2f791551
commit db3135574211f4ffd389cd4b3116ed5e2f791551
Author: Diane Bruce <db@FreeBSD.org>
AuthorDate: 2022-06-08 13:02:45 +0000
Commit: Diane Bruce <db@FreeBSD.org>
CommitDate: 2022-06-08 13:02:45 +0000
comms/hamlib: Fixed incorrect strip of Hamlib.so
Fixed a bug that was hidden during the migration to staging.
STRIP(1) in the PERL library.
PR: ports/264533
Reported by: takefu@airport.fm
---
comms/hamlib/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index 33330ccab3ac..ff0e8917dde7 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -2,7 +2,7 @@
PORTNAME= hamlib
PORTVERSION= 4.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= SF
@@ -40,9 +40,10 @@ post-patch:
${WRKSRC}/macros/ax_python_devel.m4
post-build:
${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' \
- ${STAGEDIR}${WRKSRC}/bindings/Hamlib-pl.mk
-
+ ${WRKSRC}/bindings/Hamlib-pl.mk
+
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Hamlib/Hamlib.so
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for d in ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB \
${WRKSRC}/ChangeLog ${WRKSRC}/INSTALL ${WRKSRC}/LICENSE \