[MacPorts] #53237: apache24-devel @ 2.4.25: LIBTOOLS path incorrect in config_vars.mk
MacPorts
noreply at macports.org
Fri Jan 6 22:57:59 UTC 2017
#53237: apache24-devel @ 2.4.25: LIBTOOLS path incorrect in config_vars.mk
-----------------------------+------------------------
Reporter: josephsacco | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.3.5
Resolution: | Keywords: haspatch
Port: apache24-devel |
-----------------------------+------------------------
Description changed by mf2k:
Old description:
> The LIBTOOLS path in /opt/local/www/apache2/build/config_vars.mk is
> incorrrect:
>
> LIBTOOL = /opt/local/share/apr-1/share/apr-1/build/libtool --silent
>
> It should be
>
> LIBTOOL = /opt/local/share/apr-1/build/libtool --silent
>
> The problem arises from a libtool path correction in the Portfile that is
> not required. A unified diff for the corrected Portfile is attached.
>
> -Joseph
New description:
The LIBTOOLS path in /opt/local/www/apache2/build/config_vars.mk is
incorrrect:
{{{
LIBTOOL = /opt/local/share/apr-1/share/apr-1/build/libtool --silent
}}}
It should be
{{{
LIBTOOL = /opt/local/share/apr-1/build/libtool --silent
}}}
The problem arises from a libtool path correction in the Portfile that is
not required. A unified diff for the corrected Portfile is attached.
-Joseph
--
--
Ticket URL: <https://trac.macports.org/ticket/53237#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list