git: 6427c88f3749 - main - www/py-autobahn: Fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 22:46:58 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6427c88f3749de61c66f2d7bb7e93ae2390a6e3a
commit 6427c88f3749de61c66f2d7bb7e93ae2390a6e3a
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-12 11:52:53 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-12 22:37:12 +0000
www/py-autobahn: Fix build on armv7
- Switch to DISTVERSION
---
www/py-autobahn/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index 4f925790b201..0419396493ae 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -1,7 +1,7 @@
PORTNAME= autobahn
-PORTVERSION= 23.6.2
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+DISTVERSION= 23.6.2
+PORTREVISION= 1
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -64,7 +64,7 @@ COMPLETE_OPTIONS_LIST:= ${COMPLETE_OPTIONS_LIST:NASYNCIO}
PORT_OPTIONS:= ${PORT_OPTIONS:NASYNCIO}
post-stage:
-.if exists(${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_nvx_utf8validator.abi3.so)
+.if ${ARCH} != armv7
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_nvx_utf8validator.abi3.so
.endif