From nobody@FreeBSD.org  Tue Sep 10 10:03:43 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DEE6737B400
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Sep 2002 10:03:43 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7DBC543E42
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Sep 2002 10:03:43 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g8AH3gOT041243
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Sep 2002 10:03:42 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g8AH3gfk041242;
	Tue, 10 Sep 2002 10:03:42 -0700 (PDT)
Message-Id: <200209101703.g8AH3gfk041242@www.freebsd.org>
Date: Tue, 10 Sep 2002 10:03:42 -0700 (PDT)
From: Hendrik Scholz <hendrik@scholz.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: maintainer update: x11-wm/fluxbox (urgent deadlock vendor patch)
X-Send-Pr-Version: www-1.0

>Number:         42644
>Category:       ports
>Synopsis:       maintainer update: x11-wm/fluxbox (urgent deadlock vendor patch)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 10 10:10:05 PDT 2002
>Closed-Date:    Tue Sep 10 10:44:22 PDT 2002
>Last-Modified:  Tue Sep 10 10:44:22 PDT 2002
>Originator:     Hendrik Scholz
>Release:        4.6 -stable x86
>Organization:
NetUSE AG
>Environment:
FreeBSD goanna.lan.raisdorf.net 4.6-STABLE FreeBSD 4.6-STABLE #2: Sat Aug 31 13:11:47 CEST 2002     hscholz@goanna.lan.raisdorf.net:/usr/src/sys/compile/GOANNA  i386

>Description:
fluxbox-0.1.11-bugfix1.patch from the vendor website introducted into
the FreeBSD ports tree some hours ago has a deadlock problem
(see website) which is fixed in the bugfix2 patch.

changes:
 - Makefile update
 - distinfo
 - pkg-descr update (independent of bugfix)

As Galeon seems to have problems pasting tabs from xterm please use
download the patch: http://www.raisdorf.net/files/FreeBSD/fluxbox-0.1.11-bugfix2.patch
>How-To-Repeat:
See fluxbox.sf.net for problem report
>Fix:
diff -ur fluxbox-0.1.11p1/Makefile fluxbox/Makefile
--- fluxbox-0.1.11p1/Makefile   Tue Sep 10 18:54:36 2002
+++ fluxbox/Makefile    Tue Sep 10 18:56:07 2002
@@ -13,7 +13,7 @@
 MASTER_SITE_SUBDIR=    ${PORTNAME}
 
 PATCH_SITES=   http://fluxbox.sourceforge.net/download/patches/
-PATCHFILES=    fluxbox-0.1.11-bugfix1.patch
+PATCHFILES=    fluxbox-0.1.11-bugfix2.patch
 PATCH_DIST_STRIP=      -p1
 
 MAINTAINER=    hendrik@scholz.net
diff -ur fluxbox-0.1.11p1/distinfo fluxbox/distinfo
--- fluxbox-0.1.11p1/distinfo   Tue Sep 10 18:54:36 2002
+++ fluxbox/distinfo    Tue Sep 10 18:56:11 2002
@@ -1,2 +1,2 @@
 MD5 (fluxbox-0.1.11.tar.gz) = 41f10c899ff47f2f5eb9e34a9302fd89
-MD5 (fluxbox-0.1.11-bugfix1.patch) = ce9ae070ee635cb517790a665bf12251
+MD5 (fluxbox-0.1.11-bugfix2.patch) = eec58c869c161f2ed1da9591b68a813a
diff -ur fluxbox-0.1.11p1/pkg-descr fluxbox/pkg-descr
--- fluxbox-0.1.11p1/pkg-descr  Tue Sep 10 18:54:36 2002
+++ fluxbox/pkg-descr   Tue Sep 10 18:55:54 2002
@@ -4,8 +4,10 @@
  o Iconbar
  o Configurable titlebar
  o Windows tabs
+ o Wheel scroll changes workspace
+ o KDE and partial Gnome support
  
 WWW: http://fluxbox.sourceforge.net/
 
-- spn
-spn@g0v.ru
+- Hendrik Scholz
+hendrik@scholz.net

>Release-Note:
>Audit-Trail:

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: Hendrik Scholz <hendrik@scholz.net>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/42644: maintainer update: x11-wm/fluxbox (urgent deadlock vendor patch)
Date: Tue, 10 Sep 2002 19:22:24 +0200

 > diff -ur fluxbox-0.1.11p1/Makefile fluxbox/Makefile
 > --- fluxbox-0.1.11p1/Makefile   Tue Sep 10 18:54:36 2002
 > +++ fluxbox/Makefile    Tue Sep 10 18:56:07 2002
 > @@ -13,7 +13,7 @@
 >  MASTER_SITE_SUBDIR=    ${PORTNAME}
 
 >  PATCH_SITES=   http://fluxbox.sourceforge.net/download/patches/
 > -PATCHFILES=    fluxbox-0.1.11-bugfix1.patch
 > +PATCHFILES=    fluxbox-0.1.11-bugfix2.patch
 >  PATCH_DIST_STRIP=      -p1
 
 Again, please please please please send a correct patch in the future!!!
 
 I assume you have copy-and-pasted in X or something. Your patch does not
 contain TABs were TABs are. This results in:
 
 |diff -ur fluxbox-0.1.11p1/Makefile fluxbox/Makefile
 |--- fluxbox-0.1.11p1/Makefile   Tue Sep 10 18:54:36 2002
 |+++ fluxbox/Makefile    Tue Sep 10 18:56:07 2002
 --------------------------
 Patching file Makefile using Plan A...
 Hunk #1 failed at 13.
 1 out of 1 hunks failed--saving rejects to Makefile.rej
 
 Thanks, Olli
 -- 
 {- IST & IIS _ INF _ UniBwM :: obraun@informatik.unibw-muenchen.de -}
 {- Tele-Consulting GmbH     :: obraun@Tele-Consulting.com          -}
 {- FreeBSD Commmitter       :: obraun@FreeBSD.org                  -}

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: Hendrik Scholz <hendrik@scholz.net>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/42644: maintainer update: x11-wm/fluxbox (urgent deadlock vendor patch)
Date: Tue, 10 Sep 2002 19:26:22 +0200

 * Hendrik Scholz <hendrik@scholz.net> [2002-09-10 10:03 -0700]:
 > As Galeon seems to have problems pasting tabs from xterm please use
 > download the patch: http://www.raisdorf.net/files/FreeBSD/fluxbox-0.1.11-=
 bugfix2.patch
 
 Hmpf, grr, sorry, I was to fast. I have not read your complete PR before
 sending my previous mail.
 
 BTW, not pasting tabs is a X problem IMO. Fix: use send-pr -a <difffile>.
 
 Apologies, Olli
 --=20
 {- IST & IIS _ INF _ UniBwM :: obraun@informatik.unibw-muenchen.de -}
 {- Tele-Consulting GmbH     :: obraun@Tele-Consulting.com          -}
 {- FreeBSD Commmitter       :: obraun@FreeBSD.org                  -}
State-Changed-From-To: open->closed 
State-Changed-By: obraun 
State-Changed-When: Tue Sep 10 10:43:57 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

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