From owner-freebsd-ports Sun Oct 20 3:10: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C18B537B401 for ; Sun, 20 Oct 2002 03:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897F543E9C for ; Sun, 20 Oct 2002 03:10:02 -0700 (PDT) (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 g9KAA2x3068329 for ; Sun, 20 Oct 2002 03:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9KAA2KY068328; Sun, 20 Oct 2002 03:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D6E637B401 for ; 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 ; 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 ; 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 Reply-To: Olivier Tharan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44300: [maintainer update] net/nload fix bento build for -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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