Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2003 21:35:13 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48716: fix build on -current for textproc/pdftohtml 
Message-ID:  <20030226203513.A2EAD8226@grizzly.droso.dk>

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

>Number:         48716
>Category:       ports
>Synopsis:       fix build on -current for textproc/pdftohtml
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 26 12:40:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD grizzly.droso.net 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Sat Feb 1 17:56:04 CET 2003 root@grizzly.droso.net:/usr/src/sys/i386/compile/GRIZZLY i386


	
>Description:

this patch fixes the build on 5.x

Submitted by: Mikhail Teterin <mi+mx@aldan.algebra.com>

>How-To-Repeat:
	
>Fix:

add the following patch into files/


--- patch-HtmlOutputDev begins here ---
--- src/HtmlOutputDev.cc	Sun Jan 12 19:09:52 2003
+++ src/HtmlOutputDev.cc	Wed Feb 26 13:47:52 2003
@@ -789,5 +789,5 @@
 HtmlOutputDev::HtmlOutputDev(char *fileName, char *title, 
 	char *author, char *keywords, char *subject, char *date,
-	GBool rawOrder, int firstPage = 1) 
+	GBool rawOrder, int firstPage /* default value is 1 */) 
 {
   char *htmlEncoding;
--- patch-HtmlOutputDev ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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