From owner-freebsd-ports Mon Mar 11 23:51: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED55437B8BF for ; Mon, 11 Mar 2002 23:50:12 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2C7o2W50826; Mon, 11 Mar 2002 23:50:02 -0800 (PST) (envelope-from gnats) Received: from robinzlobin.g0v.ru (solncevo.rmt.ru [194.67.128.206]) by hub.freebsd.org (Postfix) with ESMTP id E58E937B402 for ; Mon, 11 Mar 2002 23:40:19 -0800 (PST) Received: (from delta@localhost) by robinzlobin.g0v.ru (8.11.6/8.11.6) id g2D7dOE11289; Wed, 13 Mar 2002 10:39:24 +0300 (MSK) (envelope-from delta) Message-Id: <200203130739.g2D7dOE11289@robinzlobin.g0v.ru> Date: Wed, 13 Mar 2002 10:39:24 +0300 (MSK) From: spn Reply-To: spn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35814: Update port: x11-wm/fluxbox fix bugs 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: 35814 >Category: ports >Synopsis: Update port: x11-wm/fluxbox fix bugs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 11 23:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: spn >Release: FreeBSD 4.4-RELEASE i386 >Organization: none >Environment: System: FreeBSD robinzlobin.g0v.ru 4.4-RELEASE FreeBSD 4.4-RELEASE #10: Fri Dec 14 23:45:51 MSK 2001 delta@robinzlobin.g0v.ru:/usr/src/sys/compile/GOLEM666 i386 >Description: - Fix bugs (patches from author) >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # files/patch-aa # echo x - files/patch-aa sed 's/^X//' >files/patch-aa << 'END-of-files/patch-aa' X--- src/Screen.cc.orig Thu Feb 28 16:46:01 2002 X+++ src/Screen.cc Fri Mar 8 12:19:20 2002 X@@ -879,4 +879,5 @@ X if ((*it)->getWindowID() == w) { X- Netizen *n = *netizenList.erase(it); X+ Netizen *n = *it; X delete n; X+ netizenList.erase(it); X break; END-of-files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message