#37396: NEW: jq 1.1 ------------------------------+-------------------------------- Reporter: robsonpeixoto@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: jq | ------------------------------+-------------------------------- Comment (by robsonpeixoto@…): Replying to [comment:1 ryandesign@…]:
Thanks. Some comments:
* The line "file mkdir ${destroot}${prefix}/bin" can be removed; MacPorts makes standard directories for you before the destroot phase runs.
Done !
* Are bison and flex really need at runtime? Often they're only needed at build time.
Are you right. Done =D
* You declare a python27 dependency, but I don't see anything that tells the port to actually use the python installed by the python27 port.
It's only need of python binary to compile. Maybe use the official apple's python ?
* You use "use_configure no" but I don't see anything that tells the port how to build with the right architectures. Or is this software not architecture-specific? In that case, add "supported_archs noarch".
JQ don't support configure file. In this case the Makefile compile to the current architecture. Attaching a new version -- Ticket URL: <https://trac.macports.org/ticket/37396#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS