From owner-cvs-all@FreeBSD.ORG Thu Dec 29 13:30:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A931E16A41F; Thu, 29 Dec 2005 13:30:31 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E5A43D5E; Thu, 29 Dec 2005 13:30:29 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTDUS9e048328; Thu, 29 Dec 2005 13:30:28 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTDUSF2048327; Thu, 29 Dec 2005 13:30:28 GMT (envelope-from lioux) Message-Id: <200512291330.jBTDUSF2048327@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 29 Dec 2005 13:30:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/tovid Makefile ports/multimedia/tovid/files patch-src__tovid.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 13:30:31 -0000 lioux 2005-12-29 13:30:28 UTC FreeBSD ports repository Modified files: multimedia/tovid Makefile multimedia/tovid/files patch-src__tovid.sh Log: o df(1) output should be on 1Megabyte scale rather than on 512-byte one. Confunsion created by different interpretations of df(1) parameter's -P amongst Linux and FreeBSD. o Do not process audio in any circunstances when dumping video streams. Tipped by mplayer warning o Bump PORTREVISION Revision Changes Path 1.5 +3 -1 ports/multimedia/tovid/Makefile 1.2 +9 -0 ports/multimedia/tovid/files/patch-src__tovid.sh