Date: Wed, 13 Mar 2002 10:39:24 +0300 (MSK) From: spn <spn@g0v.ru> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/35814: Update port: x11-wm/fluxbox fix bugs Message-ID: <200203130739.g2D7dOE11289@robinzlobin.g0v.ru>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203130739.g2D7dOE11289>