[MacPorts] #37396: jq 1.1
#37396: jq 1.1 -----------------------------+-------------------------------- Reporter: robsonpeixoto@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: jq -----------------------------+-------------------------------- JQ is a lightweight and flexible command-line JSON processor. -- Ticket URL: <https://trac.macports.org/ticket/37396> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37396: jq 1.1 ------------------------------+-------------------------------- Reporter: robsonpeixoto@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: jq | ------------------------------+-------------------------------- Comment (by 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. * Are bison and flex really need at runtime? Often they're only needed at build time. * 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. * 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". -- Ticket URL: <https://trac.macports.org/ticket/37396#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37396: NEW: jq 1.1 ------------------------------+-------------------------------- Reporter: robsonpeixoto@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: jq | ------------------------------+-------------------------------- Changes (by jmr@…): * version: 2.1.2 => -- Ticket URL: <https://trac.macports.org/ticket/37396#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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
participants (1)
-
MacPorts