[MacPorts] #38212: openssl: cleanup
#38212: openssl: cleanup --------------------------+--------------------- Reporter: ryandesign@… | Owner: mww@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: haspatch | Port: openssl --------------------------+--------------------- Here's a patch that simplifies the openssl portfile a little. Instead of setting configure.cmd to ./config and then in all cases replacing it with ./Configure later, just set it to ./Configure in the first place. And there's no need to remove `--disable-dependency-tracking` from configure.args because there is no circumstance in which it would be in there to begin with. -- Ticket URL: <https://trac.macports.org/ticket/38212> MacPorts <http://www.macports.org/> Ports system for Mac OS
#38212: openssl: cleanup ---------------------------+---------------------- Reporter: ryandesign@… | Owner: mww@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: haspatch Port: openssl | ---------------------------+---------------------- Comment (by egall@…):
And there's no need to remove `--disable-dependency-tracking` from configure.args because there is no circumstance in which it would be in there to begin with.
Sometimes it randomly ends up in my configure.args even when it's not supposed to be there. -- Ticket URL: <https://trac.macports.org/ticket/38212#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#38212: openssl: cleanup ---------------------------+---------------------- Reporter: ryandesign@… | Owner: mww@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: haspatch Port: openssl | ---------------------------+---------------------- Comment (by larryv@…): Replying to [comment:1 egall@…]:
And there's no need to remove `--disable-dependency-tracking` from configure.args because there is no circumstance in which it would be in there to begin with.
Sometimes it randomly ends up in my configure.args even when it's not supposed to be there.
It is [[source:tags/release_2_1_2/base/src/port1.0/portconfigure.tcl#L789|appended to configure.pre_args]] when building `+universal`. -- Ticket URL: <https://trac.macports.org/ticket/38212#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#38212: openssl: cleanup ---------------------------+---------------------- Reporter: ryandesign@… | Owner: mww@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: haspatch Port: openssl | ---------------------------+---------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: So the correct solution, which the port already does, is to remove it from configure.universal_args. It does not need to be removed from configure.args because it is never in configure.args. r103623 -- Ticket URL: <https://trac.macports.org/ticket/38212#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts