[Bug 233941] [NEW PORT] net/microsocks: multithreaded, small, efficient SOCKS5 server

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 25 07:08:36 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233941

Tobias Kortkamp <tobik at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
           Keywords|needs-qa                    |
             Status|Open                        |Closed
           Severity|Affects Many People         |Affects Only Me
           Assignee|ports-bugs at FreeBSD.org      |tobik at freebsd.org

--- Comment #4 from Tobias Kortkamp <tobik at freebsd.org> ---
Committed with some changes. Thanks!

I took the liberty of also updating it to 1.0.1, which had two small
bug fixes: https://github.com/rofl0r/microsocks/compare/v1.0.0...v1.0.1

Using LOCALBASE here is wrong.  LOCALBASE is were dependencies come
from, PREFIX is were the port is installed into.

The `prefix` variable in microsock's Makefile is never used since
we roll our own do-install target here, so there is little point
in even patching it.  In fact patching it here is never necessary.
If we had to change it something like

MAKE_ARGS=      prefix=${PREFIX}

to override it would get the job done in a cleaner way.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list