From rainer@valfenda.ibest.com.br  Thu Dec 29 02:43:33 2005
Return-Path: <rainer@valfenda.ibest.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4CE0716A41F
	for <freebsd-gnats-submit@freebsd.org>; Thu, 29 Dec 2005 02:43:33 +0000 (GMT)
	(envelope-from rainer@valfenda.ibest.com.br)
Received: from valfenda.ibest.com.br (valfenda.ibest.com.br [200.181.68.248])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C415643D5E
	for <freebsd-gnats-submit@freebsd.org>; Thu, 29 Dec 2005 02:43:32 +0000 (GMT)
	(envelope-from rainer@valfenda.ibest.com.br)
Received: from valfenda.ibest.com.br (valfenda.ibest.com.br [127.0.0.1])
	by valfenda.ibest.com.br (Postfix) with ESMTP id 435F93E8D8C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Dec 2005 00:43:29 -0200 (BRDT)
Received: (from root@localhost)
	by valfenda.ibest.com.br (8.13.3/8.13.3/Submit) id jBT2hSFc023145;
	Thu, 29 Dec 2005 00:43:28 -0200 (BRDT)
	(envelope-from rainer)
Message-Id: <200512290243.jBT2hSFc023145@valfenda.ibest.com.br>
Date: Thu, 29 Dec 2005 00:43:28 -0200 (BRDT)
From: Rainer Alves <rainer.alves@gmail.com>
Reply-To: Rainer Alves <rainer.alves@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UNBREAK] www/nvu (fix build error)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         91040
>Category:       ports
>Synopsis:       [UNBREAK] www/nvu (fix build error)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ahze
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 29 02:50:06 GMT 2005
>Closed-Date:    Thu Dec 29 22:37:04 GMT 2005
>Last-Modified:  Thu Dec 29 22:37:04 GMT 2005
>Originator:     Rainer Alves
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
>Description:

Unbreak the port by disabling the Venkman extension. This avoids the compilation error while building Nvu.

>How-To-Repeat:
>Fix:

--- nvu-fix-venkman.diff begins here ---
diff -ruN www/nvu.orig/files/patch-venkman www/nvu/files/patch-venkman
--- www/nvu.orig/files/patch-venkman	Wed Dec 31 21:00:00 1969
+++ www/nvu/files/patch-venkman	Thu Dec 29 00:21:27 2005
@@ -0,0 +1,30 @@
+--- configure.orig	Thu Dec 29 00:16:56 2005
++++ configure	Thu Dec 29 00:17:37 2005
+@@ -12674,10 +12674,8 @@
+     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|gnomevfs||'`
+ fi
+ 
+-if test -z "$MOZ_JSDEBUGGER" && test `echo "$MOZ_EXTENSIONS" | grep -c venkman` -ne 0; then
+-    echo "configure: warning: Cannot build venkman without JavaScript debug library. Removing venkman from MOZ_EXTENSIONS." 1>&2
+-    MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|venkman||'`
+-fi
++echo "configure: warning: Removing venkman from MOZ_EXTENSIONS." 1>&2
++MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|venkman||'`
+ 
+ if test `echo "$MOZ_EXTENSIONS" | grep -c tridentprofile` -ne 0 && test "$OS_ARCH" != "WINNT"; then
+     echo "configure: warning: tridentprofile extension works only on Windows at this time. Removing tridentprofile from MOZ_EXTENSIONS." 1>&2
+--- configure.in.orig	Thu Dec 29 00:17:05 2005
++++ configure.in	Thu Dec 29 00:18:39 2005
+@@ -3841,10 +3841,8 @@
+     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|gnomevfs||'`
+ fi
+ 
+-if test -z "$MOZ_JSDEBUGGER" && test `echo "$MOZ_EXTENSIONS" | grep -c venkman` -ne 0; then
+-    AC_MSG_WARN([Cannot build venkman without JavaScript debug library. Removing venkman from MOZ_EXTENSIONS.])
+-    MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|venkman||'`
+-fi
++AC_MSG_WARN([Removing venkman from MOZ_EXTENSIONS.])
++MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|venkman||'`
+ 
+ dnl This might be temporary: build tridentprofile only on Windows
+ if test `echo "$MOZ_EXTENSIONS" | grep -c tridentprofile` -ne 0 && test "$OS_ARCH" != "WINNT"; then
--- nvu-fix-venkman.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ahze 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 29 02:53:56 UTC 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91040 
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Thu Dec 29 22:36:28 UTC 2005 
State-Changed-Why:  
Committed, Thanks! 

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