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 Initial Version

Reported by: josephsacco Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.3.5
Keywords: haspatch Cc: ryandesign (Ryan Carsten Schmidt)
Port: apache24-devel

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

Change History (1)

Changed 7 years ago by josephsacco

Attachment: Portfile.diff added

Portfile diff

Note: See TracTickets for help on using tickets.