Summary: | security/obfsproxy: fails to run | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Hadi <rezaee.hadi> | ||||
Component: | Individual Port(s) | Assignee: | Carlos J. Puga Medina <cpm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | Cayden_109, cpm, cs | ||||
Priority: | --- | Keywords: | patch, patch-ready | ||||
Version: | Latest | Flags: | cpm:
maintainer-feedback?
(cs) |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Hadi
2017-10-30 08:41:16 UTC
I'm not familiar with obfsproxy port structure, but i want to know if obfs4 will be supported with this port ? or it has to be done with another port ? *** Bug 223332 has been marked as a duplicate of this bug. *** Created attachment 187690 [details]
patch
- Make argparse a conditional dependency
- Pet portlint, USE_* comes before USES
- Bump PORTREVISION
A commit references this bug: Author: cpm Date: Sat Nov 18 12:41:18 UTC 2017 New revision: 454427 URL: https://svnweb.freebsd.org/changeset/ports/454427 Log: security/obfsproxy: Make argparse a conditional dependency Backport a patch to setup.py making argparse a conditional dependency to fix the following error at runtime: pkg_resources.DistributionNotFound: The 'argparse' distribution was not found and is required by obfsproxy While I'm here, pet portlint, USE_* comes before USES. Bump PORTREVISION. PR: 223320 Submitted by: cpm Reported by: Hadi <rezaee.hadi@gmail.com> Approved by: cs (maintainer timeout, 2 weeks) Changes: head/security/obfsproxy/Makefile head/security/obfsproxy/files/patch-setup.py |