From olive@oban.frmug.org  Sun Oct 20 03:00:16 2002
Return-Path: <olive@oban.frmug.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2D6E637B401
	for <freebsd-gnats-submit@freebsd.org>; Sun, 20 Oct 2002 03:00:16 -0700 (PDT)
Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AF8DC43EA3
	for <freebsd-gnats-submit@freebsd.org>; Sun, 20 Oct 2002 03:00:14 -0700 (PDT)
	(envelope-from olive@oban.frmug.org)
Received: (from uucp@localhost)
	by frmug.org (8.11.3/8.11.3/frmug-2.7/nospam) with UUCP id g9KA05V82761
	for freebsd-gnats-submit@freebsd.org; Sun, 20 Oct 2002 12:00:05 +0200 (CEST)
	(envelope-from olive@oban.frmug.org)
Received: from suzie.oban.frmug.org (suzie.oban.frmug.org [192.168.1.2])
	by weirdos.oban.frmug.org (Postfix) with ESMTP id 2D0458C0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Oct 2002 11:55:38 +0200 (CEST)
Received: by suzie.oban.frmug.org (Postfix, from userid 1001)
	id BA1B15A77; Sun, 20 Oct 2002 11:55:37 +0200 (CEST)
Message-Id: <20021020095537.BA1B15A77@suzie.oban.frmug.org>
Date: Sun, 20 Oct 2002 11:55:37 +0200 (CEST)
From: Olivier Tharan <olive@oban.frmug.org>
Reply-To: Olivier Tharan <olive@oban.frmug.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update] net/nload fix bento build for -CURRENT
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44300
>Category:       ports
>Synopsis:       [maintainer update] net/nload fix bento build for -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 20 03:10:01 PDT 2002
>Closed-Date:    Mon Oct 21 07:41:48 PDT 2002
>Last-Modified:  Mon Oct 21 07:41:48 PDT 2002
>Originator:     Olivier Tharan
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD suzie.oban.frmug.org 4.7-STABLE FreeBSD 4.7-STABLE #11: Sat Oct 19 12:01:37 CEST 2002 root@suzie.oban.frmug.org:/usr/obj/usr/src/sys/SUZIE i386


	
>Description:

To fix bento build failing on -CURRENT, please apply the following patch. As
it is a simple build fix, PORTREVISION does not change.

There was previously a patch-aa in the CVS, unrelated to this, it was removed
since upstream applied the patch. Will this be a problem here? I can call the
patch patch-ab if needed.

>How-To-Repeat:
http://bento.freebsd.org/errorlogs/5-latest/nload-0.5.0.log

>Fix:

diff -urN /usr/ports/net/nload/files/patch-aa nload/files/patch-aa
--- /usr/ports/net/nload/files/patch-aa	Thu Jan  1 01:00:00 1970
+++ nload/files/patch-aa	Sun Oct 20 11:37:11 2002
@@ -0,0 +1,12 @@
+diff -urN src/form_field.cpp src/form_field.cpp
+--- src/form_field.cpp	Sun Oct 20 11:35:27 2002
++++ src/form_field.cpp	Sun Oct 20 11:35:39 2002
+@@ -133,7 +133,7 @@
+ }
+ 
+ 
+-Form::Form( Slots* slots = 0 ) : m_slots( slots ), m_form(0), m_visible( false )
++Form::Form( Slots* slots ) : m_slots( slots ), m_form(0), m_visible( false )
+ {
+ 	m_instances.push_back( this );
+ }
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Mon Oct 21 07:41:38 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44300 
>Unformatted:
