Date: Sun, 20 Oct 2002 11:55:37 +0200 (CEST) From: Olivier Tharan <olive@oban.frmug.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44300: [maintainer update] net/nload fix bento build for -CURRENT Message-ID: <20021020095537.BA1B15A77@suzie.oban.frmug.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 20 03:10:01 PDT 2002 >Closed-Date: >Last-Modified: >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: >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?20021020095537.BA1B15A77>