From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 24 07:10:08 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BDB4106564A for ; Fri, 24 Apr 2009 07:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7A4D98FC17 for ; Fri, 24 Apr 2009 07:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3O7A8fu025502 for ; Fri, 24 Apr 2009 07:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3O7A8LP025501; Fri, 24 Apr 2009 07:10:08 GMT (envelope-from gnats) Date: Fri, 24 Apr 2009 07:10:08 GMT Message-Id: <200904240710.n3O7A8LP025501@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Pav Lucistnik Cc: Subject: Re: ports/132407: [patch] multimedia/ffmpeg: respect TMPDIR passed from make.conf X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pav Lucistnik List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2009 07:10:08 -0000 The following reply was made to PR ports/132407; it has been noted by GNATS. From: Pav Lucistnik To: rea-fbsd@codelabs.ru Cc: ahze@FreeBSD.org, marcus@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: ports/132407: [patch] multimedia/ffmpeg: respect TMPDIR passed from make.conf Date: Fri, 24 Apr 2009 09:08:47 +0200 > Could you, please, glance at this PR and tell if the patch can be > committed. It is useful for people with non-executable /tmp and > should not harm anything else. This is not a good patch. All ./configure using ports have the same issue. I don't see why we should address this is ffmpeg port. Either you fix this generally in bsd.port.mk (and I see bsd.kde.mk already have the proposed fix), or you should put CONFIGURE_ENV="TMPDIR=/var/tmp" to your /etc/make.conf instead. -- Pav Lucistnik > With a 10 MHz 386 the downloading speed would most likely drop > to a crawl or stop with the decoding process etc. I think most 10MHz 386 users are quite accustomed to things dropping to a crawl.