git: 70e6e5d77501 - 2024Q4 - devel/py-donut-shellcode: only for amd64/i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 09:39:25 UTC
The branch 2024Q4 has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=70e6e5d77501c21f0a267c479f0e1856e2810c82
commit 70e6e5d77501c21f0a267c479f0e1856e2810c82
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-10-11 18:47:23 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-10-21 09:38:50 +0000
devel/py-donut-shellcode: only for amd64/i386
Approved by: portmgr (build fix blanket)
(cherry picked from commit 6d288b511b3c08d2c7f7d5d814ee0b392b8d2210)
---
devel/py-donut-shellcode/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/py-donut-shellcode/Makefile b/devel/py-donut-shellcode/Makefile
index 644f0d586c9b..295d4755e93c 100644
--- a/devel/py-donut-shellcode/Makefile
+++ b/devel/py-donut-shellcode/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/TheWover/donut
LICENSE= BSD3CLAUSE
+ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS_REASON= ships precompiled libraries for these two only
+
USES= dos2unix python
USE_PYTHON= distutils autoplist