From owner-freebsd-ports-bugs Wed Feb 26 12:40: 7 2003 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 7661437B401 for ; Wed, 26 Feb 2003 12:40:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DA043FBF for ; Wed, 26 Feb 2003 12:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1QKe4NS093799 for ; Wed, 26 Feb 2003 12:40:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1QKe4w7093798; Wed, 26 Feb 2003 12:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD27437B409 for ; Wed, 26 Feb 2003 12:35:21 -0800 (PST) Received: from grizzly.droso.dk (grizzly.droso.dk [62.79.38.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CC1543FA3 for ; Wed, 26 Feb 2003 12:35:20 -0800 (PST) (envelope-from erwin@grizzly.droso.dk) Received: by grizzly.droso.dk (Postfix, from userid 1000) id A2EAD8226; Wed, 26 Feb 2003 21:35:13 +0100 (CET) Message-Id: <20030226203513.A2EAD8226@grizzly.droso.dk> Date: Wed, 26 Feb 2003 21:35:13 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48716: fix build on -current for textproc/pdftohtml Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >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