NetBSD / pkgsrc

Automatic conversion of the NetBSD pkgsrc CVS module, use with care
https://www.pkgsrc.org
308 stars 164 forks source link

Add sqlite dependancy to mitmproxy. #84

Closed AustinWise closed 3 years ago

AustinWise commented 3 years ago

On both macOS and SmartOS, mitmproxy crashes on startup due to the missing dependency on py-sqlite.

AustinWise commented 3 years ago

I tested this fix on SmartOS.

iamleot commented 3 years ago

Thanks @AustinWise I will take a look to it!

iamleot commented 3 years ago

I have applied it (I have only changed the >=0, to -[0-9]*, they are equivalent but I think the latter is more common in pkgsrc) and also bumped PKGREVISION (this will be in pkgsrc/net/mitmproxy/Makefile,-r1.34 and mitmproxy-6.0.2nb1).

Thank you again @AustinWise for spotting and fixing it!

AustinWise commented 3 years ago

Thanks @iamleot , I tested it out on SmartOS and it works great. Thanks so accepting the fix and maintaining this very useful project!