From nobody@FreeBSD.org  Mon Nov 14 15:20:36 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0EA0216A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Nov 2005 15:20:36 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 96E0443D49
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Nov 2005 15:20:35 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jAEFKZkI072574
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Nov 2005 15:20:35 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id jAEFKYRQ072572;
	Mon, 14 Nov 2005 15:20:35 GMT
	(envelope-from nobody)
Message-Id: <200511141520.jAEFKYRQ072572@www.freebsd.org>
Date: Mon, 14 Nov 2005 15:20:35 GMT
From: Vladimir Guzma <vladimir.guzma@tut.fi>
To: freebsd-gnats-submit@FreeBSD.org
Subject: boost-1.33.0 depends on icu-3.2 and install icu-3.4
X-Send-Pr-Version: www-2.3

>Number:         89009
>Category:       ports
>Synopsis:       boost-1.33.0 depends on icu-3.2 and install icu-3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    barner
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 14 15:30:10 GMT 2005
>Closed-Date:    Mon Nov 14 18:26:37 GMT 2005
>Last-Modified:  Mon Nov 14 18:26:37 GMT 2005
>Originator:     Vladimir Guzma
>Release:        6.0
>Organization:
>Environment:
6.0-RELEASE FreeBSD 6.0-RELEASE 
>Description:
The latest version of icu is 3.4. But when boost searches for libs it looks for:
 LIB_DEPENDS+=   icuuc.32:${PORTSDIR}/devel/icu.
So if the icu3.2 is found, it will be upgraded to 3.4 and then boost fails, not finding icuuc.32 - which is from version 3.2.

>How-To-Repeat:
Deinstall icu, deinstall boost and do portinstall boost.
>Fix:
Change Makefile to
LIB_DEPENDS+=   icuuc.34:${PORTSDIR}/devel/icu
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->barner 
Responsible-Changed-By: barner 
Responsible-Changed-When: Mon Nov 14 16:07:25 GMT 2005 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89009 
State-Changed-From-To: open->closed 
State-Changed-By: barner 
State-Changed-When: Mon Nov 14 18:26:36 GMT 2005 
State-Changed-Why:  
Committed. Thanks for reporting! 

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