Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Mar 2004 21:56:08 +0100
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63944: bsd.port.mk: use LIBTOOL from ports
Message-ID:  <404CDDE8.9000509@fillmore-labs.com>
Resent-Message-ID: <200403082100.i28L0Yqw087838@freefall.freebsd.org>

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

>Number:         63944
>Category:       ports
>Synopsis:       bsd.port.mk: use LIBTOOL from ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 08 13:00:34 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.9-STABLE

>Description:

Even when USE_LIBTOOL is set, most ports use their own libtool, not
the one provided by ports.

Typically, those ports contain the following lines:
  # Always use our own libtool.
  LIBTOOL='$(SHELL) $(top_builddir)/libtool'

See security/heimdal or net/openldap*

>How-To-Repeat:
>Fix:

Add
  -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g'
to the sed expression in the patch-libtool target in bsd.port.mk

Not sure if this will break some ports, though. At least the
pkg-plist of ports the have USE_LIBTOOL and install .la files
will be incorrect after this patch.
>Release-Note:
>Audit-Trail:
>Unformatted:



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