Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2019 07:08:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233941] [NEW PORT] net/microsocks: multithreaded, small, efficient SOCKS5 server
Message-ID:  <bug-233941-7788-7tuBtIoY4w@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233941-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233941-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233941

Tobias Kortkamp <tobik@freebsd.org> changed:

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

--- Comment #4 from Tobias Kortkamp <tobik@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=3D      prefix=3D${PREFIX}

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233941-7788-7tuBtIoY4w>