Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2002 20:08:25 +0100 (CET)
From:      stijn@win.tue.nl
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34387: [MAINTAINER UPDATE]: x11-wm/blackbox
Message-ID:  <200201281908.g0SJ8PF07745@pcwin002.win.tue.nl>

next in thread | raw e-mail | index | archive | help

>Number:         34387
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: x11-wm/blackbox
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 28 11:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>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?200201281908.g0SJ8PF07745>