From scott@nts.umn.edu  Mon Feb 23 08:25:11 2004
Return-Path: <scott@nts.umn.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9576016A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Feb 2004 08:25:11 -0800 (PST)
Received: from nts.nts.umn.edu (nts.nts.umn.edu [128.101.4.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 577B043D31
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Feb 2004 08:25:11 -0800 (PST)
	(envelope-from scott@nts.umn.edu)
Received: from ssb2.nts.umn.edu (ssb2.nts.umn.edu [160.94.7.1])
	by nts.nts.umn.edu (8.9.3p2/8.9.1) with ESMTP id KAA08271;
	Mon, 23 Feb 2004 10:25:07 -0600 (CST)
Received: (from scott@localhost)
	by ssb2.nts.umn.edu (8.11.6/8.10.2) id i1NGP6c63791;
	Mon, 23 Feb 2004 10:25:06 -0600 (CST)
Message-Id: <200402231625.i1NGP6c63791@ssb2.nts.umn.edu>
Date: Mon, 23 Feb 2004 10:25:06 -0600 (CST)
From: Scott Bertilson <scott@nts.umn.edu>
Reply-To: Scott Bertilson <scott@nts.umn.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Scott Bertilson <scott@nts.umn.edu>
Subject: possible fix for "marked as broken: unknown LIBTOOL version: ."
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         63272
>Category:       ports
>Synopsis:       possible fix for "marked as broken: unknown LIBTOOL version: ."
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ade
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 23 08:30:34 PST 2004
>Closed-Date:    Wed Jun 09 19:45:12 GMT 2004
>Last-Modified:  Wed Jun 09 19:45:12 GMT 2004
>Originator:     Scott Bertilson
>Release:        FreeBSD 4.4-RELEASE-p27 i386
>Organization:
University of Minnesota / OIT
>Environment:
>Description:
	bsd.port.mk has:
	  BROKEN="unknown LIBTOOL version: ${USE_LIBTOOL_VER}"
	I'm thinking it should say:
	  BROKEN="unknown LIBTOOL version: ${WANT_LIBTOOL_VER}"
	since "USE_LIBTOOL_VER" can be unset when the code
	that generates the "BROKEN" gets executed.  "WANT_LIBTOOL_VER"
	_is_ set and would have the value of "USE_LIBTOOL_VER"
	if the latter had been set, but otherwise has the default.
	This would allow the error to actually show a version
	instead of nothing.

	I would be tempted to go a step farther to change it to:
	  BROKEN="missing LIBTOOL version: devel/libtool${LIBTOOL_VERSION}"
	since that would exactly point to the problem.

>How-To-Repeat:
	I ran into this as a result of a ports tree which
	was not consistently up to date.  Evoke the problem
	by:
	  go into <ports>/devel and hide "libtool*"
	  ("mkdir xx && mv libtool* xx")
	  go into <ports>/x11-fonts/fontconfig and "make"
	"fontconfig" has "USE_LIBTOOL=    yes" without
	specifying "USE_LIBTOOL_VER" which causes
	"WANT_LIBTOOL_VER" to be set, activating the
	code in "bsd.port.mk" while "USE_LIBTOOL_VER"
	remains unset.

>Fix:

	See 2 suggestions in "Description" above.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Feb 23 18:00:04 PST 2004 
Responsible-Changed-Why:  
bsd.port.mk is owned by portmgr. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63272 
Responsible-Changed-From-To: portmgr->ade 
Responsible-Changed-By: kris 
Responsible-Changed-When: Sat Jun 5 21:26:13 PDT 2004 
Responsible-Changed-Why:  
Assign to libtools maintainer for evaluation 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63272 
State-Changed-From-To: open->feedback 
State-Changed-By: ade 
State-Changed-When: Tue Jun 8 17:02:16 GMT 2004 
State-Changed-Why:  
Please see the changes in rev 1.2 of ports/Mk/bsd.autotools.mk. 
I believe this covers your concerns.  Please let me know. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63272 
State-Changed-From-To: feedback->closed 
State-Changed-By: ade 
State-Changed-When: Wed Jun 9 19:44:51 GMT 2004 
State-Changed-Why:  
Submitter happy with the new world order. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63272 
>Unformatted:
