[MacPorts] #56283: new portfile: hashcat
MacPorts
noreply at macports.org
Sat Apr 14 23:39:00 UTC 2018
#56283: new portfile: hashcat
----------------------------+--------------------
Reporter: gaming-hacker | Owner: (none)
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.4.2
Resolution: | Keywords:
Port: hashcat |
----------------------------+--------------------
Comment (by kencu):
It's best practice to invoke `gmake` only on the system versions that need
it -- a bit of testing involved.
We shouldn't hardcode `/opt/local`, you have to set the PREFIX instead to
${prefix} in case someone wants to use a prefix other than `/opt/local`.
Instead of patching in this case, you just set the PREFIX like I've done.
That's very commonly needed in ports that don't use configure.
if you set this:
{{{
build.target
}}}
then it removes all the build targets, which is what you want and is the
right way to do what you're trying to do there.
--
Ticket URL: <https://trac.macports.org/ticket/56283#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list