From stijn@pcwin002.win.tue.nl  Mon Jan 28 11:08:29 2002
Return-Path: <stijn@pcwin002.win.tue.nl>
Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72])
	by hub.freebsd.org (Postfix) with ESMTP id 39E7F37B420
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Jan 2002 11:08:27 -0800 (PST)
Received: (from stijn@localhost)
	by pcwin002.win.tue.nl (8.11.6/8.11.4) id g0SJ8PF07745;
	Mon, 28 Jan 2002 20:08:25 +0100 (CET)
	(envelope-from stijn)
Message-Id: <200201281908.g0SJ8PF07745@pcwin002.win.tue.nl>
Date: Mon, 28 Jan 2002 20:08:25 +0100 (CET)
From: stijn@win.tue.nl
Reply-To: stijn@win.tue.nl
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER UPDATE]: x11-wm/blackbox
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         34387
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: x11-wm/blackbox
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 28 11:10:00 PST 2002
>Closed-Date:    Mon Jan 28 14:04:06 PST 2002
>Last-Modified:  Mon Jan 28 14:04:20 PST 2002
>Originator:     Stijn Hoop
>Release:        FreeBSD 4.5-RC i386
>Organization:
>Environment:

System: FreeBSD 4.5-RC #0: Wed Jan 16 04:30:08 CET 2002

>Description:

- Add a patch to allow bsetbg to work. It uses a non-existant tempfile(1).
  Patch it to use mktemp(1) instead.

Submitted by:	The Anarcat <anarcat@anarcat.dyndns.org>

>How-To-Repeat:

- Add the following patch to the port as files/patch-util::bsetbg

>Fix:

--- util/bsetbg.orig	Thu Sep 13 14:09:38 2001
+++ util/bsetbg	Mon Jan 28 13:03:11 2002
@@ -602,7 +602,7 @@
 VERSION=1.12
 MORE="(C) 2000 by lordzork industries (http://lordzork.com/)"
 PATH=$PATH:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/X11/bin
-TMPFILE=`tempfile --prefix=bsetbg`
+TMPFILE=`mktemp -t bsetbg`
 ARGUMENT=$1
 
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Mon Jan 28 14:04:06 PST 2002 
State-Changed-Why:  
Fixed, Thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34387 
>Unformatted:
