From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 30 13:40:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 250A416A407 for ; Sat, 30 Sep 2006 13:40:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CA0143D46 for ; Sat, 30 Sep 2006 13:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8UDeOMY033792 for ; Sat, 30 Sep 2006 13:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8UDeOxi033791; Sat, 30 Sep 2006 13:40:24 GMT (envelope-from gnats) Resent-Date: Sat, 30 Sep 2006 13:40:24 GMT Resent-Message-Id: <200609301340.k8UDeOxi033791@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christopher Sean Hilton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F3116A403 for ; Sat, 30 Sep 2006 13:34:45 +0000 (UTC) (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 7F12D43D46 for ; Sat, 30 Sep 2006 13:34:45 +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 k8UDYjA4067466 for ; Sat, 30 Sep 2006 13:34:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8UDYjm8067465; Sat, 30 Sep 2006 13:34:45 GMT (envelope-from nobody) Message-Id: <200609301334.k8UDYjm8067465@www.freebsd.org> Date: Sat, 30 Sep 2006 13:34:45 GMT From: Christopher Sean Hilton To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/103850: ports: www/nvu does not build the editor/cascades extension. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2006 13:40:25 -0000 >Number: 103850 >Category: ports >Synopsis: ports: www/nvu does not build the editor/cascades extension. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 30 13:40:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Christopher Sean Hilton >Release: 6.1 STABLE >Organization: >Environment: FreeBSD dagobah.vindaloo.com 6.1-STABLE FreeBSD 6.1-STABLE #3: Sun Sep 3 14:32:32 EDT 2006 root@dagobah:/usr/obj/usr/src/sys/HP6230 i386 >Description: The www/nvu port does not enable the editor/cascades extension. The reason for this is because the configuration script contains a line which initially enables the extension but then a line later in the file disables it. >How-To-Repeat: Build the www/nvu port. Start the application. Pullup the "Tools" menu. Note the lack of an entry for the CSS Editor which is documented at the nvu project site. >Fix: --- work/mozilla/.mozconfig.orig Fri Sep 29 12:41:03 2006 +++ work/mozilla/.mozconfig Fri Sep 29 12:47:47 2006 @@ -92,7 +92,7 @@ ac_add_options --with-pthreads ac_add_options --x-includes=/usr/X11R6/include ac_add_options --x-libraries=/usr/X11R6/lib -ac_add_options --enable-extensions=default +# ac_add_options --enable-extensions=default ac_add_options --enable-image-decoders=default ac_add_options --enable-necko-protocols=default ac_add_options --with-system-jpeg=/usr/local Please take note that the mozilla build system is complex and I certainly am no expert. I have verified that this patch at least configures nvu to build with cascades. I'm not sure if this is the right fix to the problem. The configuration script setup process for the port appears to be borked. The problem appears to be that the port specifies a mozconfig script: PORT_MOZCONFIG= ${WRKSRC}/composer/config/mozconfig.linux but the Build process ignores it choosing to use: ${WRKSRC}/.mozconfig instead >Release-Note: >Audit-Trail: >Unformatted: