[MacPorts] #41478: php55-apache2handler not working with apache24-devel
#41478: php55-apache2handler not working with apache24-devel ------------------------+---------------------------------- Reporter: dlambert@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: php55-apache2handler ------------------------+---------------------------------- It appears php55-apache2handler has a fixed dependency on the Apache 2.2 package. In the process of upgrading my development environment to PHP 5.5 and Apache 2.4 I found that installing php55-apache2handler reactivated my Apache 2.2 port. I worked around this by modifying the local portfile: {{{ 321c321 < depends_lib-append port:apache24-devel ---
depends_lib-append port:apache2
323,325c323,325 < set apxs ${prefix}/bin/apxs < set confdir ${prefix}/etc/apache2 < set moduledir ${prefix}/lib/apache2/modules ---
set apxs ${prefix}/apache2/bin/apxs set confdir ${prefix}/apache2/conf set moduledir ${prefix}/apache2/modules
}}} Unfortunately apache24-devel uses different (though more consistent with other ports) file locations. It would be great if php55-apache2handler supported both versions/ports. Even better would be unifying the two versions into one port like php, but that's another thing entirely. -- Ticket URL: <https://trac.macports.org/ticket/41478> MacPorts <http://www.macports.org/> Ports system for OS X
#41478: php55-apache2handler not working with apache24-devel -----------------------------------+-------------------------- Reporter: dlambert@… | Owner: ryandesign@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: php55-apache2handler | -----------------------------------+-------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (removed) * owner: macports-tickets@… => ryandesign@… Comment: I'm not planning on making any changes to the php5x-apache2handler ports until apache24-devel is renamed to (merged into) the apache2 port. -- Ticket URL: <https://trac.macports.org/ticket/41478#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#41478: php55-apache2handler not working with apache24-devel -----------------------------------+-------------------------- Reporter: dlambert@… | Owner: ryandesign@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: php55-apache2handler | -----------------------------------+-------------------------- Comment (by dlambert@…): Fair enough. I'll continue to use a work-around until the apache2 port maintainer(s) have a chance to merge them ;) -- Ticket URL: <https://trac.macports.org/ticket/41478#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#41478: php55-apache2handler not working with apache24-devel -----------------------------------+-------------------------- Reporter: dlambert@… | Owner: ryandesign@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: php55-apache2handler | -----------------------------------+-------------------------- Comment (by ryandesign@…): I am the maintainer of the apache2 port, however apache isn't very exciting to me these days and I haven't worked on merging these changes. The port is openmaintainer and if anyone else wants to merge the changes, and be responsible for checking and updating all ports that use apache2 to account for the new file layout, they're welcome to do so. The ticket for that is #35824. -- Ticket URL: <https://trac.macports.org/ticket/41478#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#41478: php55-apache2handler not working with apache24-devel -----------------------------------+-------------------------- Reporter: dlambert@… | Owner: ryandesign@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: php55-apache2handler | -----------------------------------+-------------------------- Comment (by matthew.g.russell@…): May just be inexperience, but how exactly did you do this? I created a local Portfile and made those modifications, but now I have checksum issues. -- Ticket URL: <https://trac.macports.org/ticket/41478#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#41478: php55-apache2handler not working with apache24-devel -----------------------------------+-------------------------- Reporter: dlambert@… | Owner: ryandesign@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: php55-apache2handler | -----------------------------------+-------------------------- Changes (by ryandesign@…): * cc: mschamschula@… (added) Comment: Duplicate #44116 has a patch. -- Ticket URL: <https://trac.macports.org/ticket/41478#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts