Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2002 11:48:11 -0700 (PDT)
From:      Skye Poier <skye@ffwd.cx>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/41909: libtool substitution in bsd.port.mk breaks with trailing slash
Message-ID:  <200208221848.g7MImBMK069264@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         41909
>Category:       ports
>Synopsis:       libtool substitution in bsd.port.mk breaks with trailing slash
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 22 11:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Skye Poier
>Release:        4.6.2-RELEASE
>Organization:
>Environment:
>Description:
If you set path = (/usr/local/bin/ $path) and try to install a port that depends on libtool, bsd.port.mk will fail during libtool path substitution:

LIBTOOLDIR=`${WHICH} ${LIBTOOL} | ${SED} -e 's^/bin/libtool^/share/libtool^'` ||
+${LOCALBASE}/share/libtool; \

because 'which libtool' returns /usr/local/bin//libtool

>How-To-Repeat:
     
>Fix:
Pattern should be fixed in bsd.port.mk
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208221848.g7MImBMK069264>