Opened 7 years ago

Last modified 7 years ago

#53237 closed defect

apache24-devel @ 2.4.25: LIBTOOLS path incorrect in config_vars.mk — at Version 2

Reported by: josephsacco Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.5
Keywords: haspatch Cc: pixilla (Bradley Giesbrecht), macintosh@…
Port: apache24-devel

Description (last modified by mf2k (Frank Schima))

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

Change History (3)

Changed 7 years ago by josephsacco

Attachment: Portfile.diff added

Portfile diff

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Cc: pixilla macintosh@… added; ryandesign removed
Keywords: haspatch added
Owner: set to ryandesign
Status: newassigned

Thank you. In the future, please use WikiFormatting.

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.