pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-mitmproxy_rs
Module Name: pkgsrc
Committed By: pin
Date: Fri Apr 11 09:11:02 UTC 2025
Modified Files:
pkgsrc/net/py-mitmproxy_rs: Makefile
Log Message:
net/py-mitmproxy_rs: needs sse2
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-mitmproxy_rs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-mitmproxy_rs/Makefile
diff -u pkgsrc/net/py-mitmproxy_rs/Makefile:1.8 pkgsrc/net/py-mitmproxy_rs/Makefile:1.9
--- pkgsrc/net/py-mitmproxy_rs/Makefile:1.8 Thu Feb 6 13:28:12 2025
+++ pkgsrc/net/py-mitmproxy_rs/Makefile Fri Apr 11 09:11:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/02/06 13:28:12 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/11 09:11:02 pin Exp $
#
# When updating this, make sure that net/mitmproxy still
# works - usually it also needs to be updated.
@@ -13,6 +13,9 @@ HOMEPAGE= https://github.com/mitmproxy/m
COMMENT= Mitmproxy's Rust bits
LICENSE= mit
+# See, https://github.com/briansmith/ring/issues/1999
+.include "../../mk/compiler/i386-sse2.mk"
+
MAKE_ENV+= CARGO_NET_OFFLINE=true
PYTHON_VERSIONS_INCOMPATIBLE= 39
Home |
Main Index |
Thread Index |
Old Index