From owner-freebsd-ports Wed Feb 6 13:20:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAAB337B443 for ; Wed, 6 Feb 2002 13:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g16LK0052857; Wed, 6 Feb 2002 13:20:00 -0800 (PST) (envelope-from gnats) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by hub.freebsd.org (Postfix) with ESMTP id 1562537B426 for ; Wed, 6 Feb 2002 13:18:39 -0800 (PST) Received: by energyhq.homeip.net (Postfix, from userid 1001) id 05AE73FC56; Wed, 6 Feb 2002 22:18:40 +0100 (CET) Message-Id: <20020206211840.05AE73FC56@energyhq.homeip.net> Date: Wed, 6 Feb 2002 22:18:40 +0100 (CET) From: Miguel Mendez Reply-To: Miguel Mendez To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34674: www/skipstone fails to compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34674 >Category: ports >Synopsis: www/skipstone fails to compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 06 13:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD energyhq.homeip.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Jan 30 19:35:41 CET 2002 root@energyhq.homeip.net:/storage2/obj/storage2/src/sys/ENERGYHQ i386 >Description: Line 402 of ${WRKSRC}/src/mozilla.cpp is errneous and fails to compile. Looking at the relevant prototype: NS_IMETHOD SaveDocument(nsIDOMDocument *aDocument, nsISupports *aFile, nsISupports *aDataPath, const char *aOutputContentType, PRUint32 aEncodingFlags, PRUint32 aWrapColumn); while the call in mozilla.cpp is: if (file) persist->SaveDocument(domDoc,file,relative); Commenting out this line makes it compile but has the side effect that downloads stop working (you get -1% all the time). >How-To-Repeat: cd /usr/ports/www/skipstone && make >Fix: line 402 needs to be changed, haven't figured yet exactly which value it should take. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message