Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  6 Feb 2002 22:18:40 +0100 (CET)
From:      Miguel Mendez <flynn@energyhq.homeip.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34674: www/skipstone fails to compile 
Message-ID:  <20020206211840.05AE73FC56@energyhq.homeip.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020206211840.05AE73FC56>