From nobody@FreeBSD.org  Mon Feb  8 23:33:52 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1AEA11065672
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Feb 2010 23:33:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0B6318FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Feb 2010 23:33:52 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o18NXpti093611
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 8 Feb 2010 23:33:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o18NXpBo093610;
	Mon, 8 Feb 2010 23:33:51 GMT
	(envelope-from nobody)
Message-Id: <201002082333.o18NXpBo093610@www.freebsd.org>
Date: Mon, 8 Feb 2010 23:33:51 GMT
From: Paride Legovini <pl@ninthfloor.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/weave does not compile with firefox-3.6
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143684
>Category:       ports
>Synopsis:       www/weave does not compile with firefox-3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 08 23:40:01 UTC 2010
>Closed-Date:    Thu Feb 11 16:13:41 UTC 2010
>Last-Modified:  Thu Feb 11 16:13:41 UTC 2010
>Originator:     Paride Legovini
>Release:        8.0-STABLE
>Organization:
>Environment:
FreeBSD helix.lan 8.0-STABLE FreeBSD 8.0-STABLE #1: Mon Feb  8 03:23:00 CET 2010     root@helix.lan:/usr/obj/usr/src/sys/ANTANI  amd64
>Description:
The Mozilla weave port does not compile with firefox-3.6 is installed. Here is the relevant error:

/usr/local/lib/libxul/xpidl -I/usr/local/share/idl/firefox3/stable -m header -I/usr/local/lib/firefox3/sdk/idl IWeaveCrypto.idl
./IWeaveCrypto.idl:42: can't open included file nsISupports.idl for reading

The problem is that the /usr/local/share/idl/firefox3/stable and /usr/local/share/idl/firefox3/unstable directories don't exist anymore in firefox-3.6, and nsISupports.idl in simply in /usr/local/share/idl/firefox3/.
>How-To-Repeat:
Just try to compile the port when (only) firefox-3.6 is installed.
>Fix:
I managed to compile the port by modifying ./weave-1.0/crypto/src/Makefile and replacing occurrences of

/usr/local/share/idl/firefox3/[un]stable

with

/usr/local/share/idl/firefox3


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Feb 9 00:41:41 UTC 2010 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143684 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Feb 9 06:13:09 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143684 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Feb 11 16:13:40 UTC 2010 
State-Changed-Why:  
fixed now 

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