From owner-cvs-ports@FreeBSD.ORG Thu Feb 2 00:30:38 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA6EF16A420; Thu, 2 Feb 2006 00:30:38 +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 A170F43D45; Thu, 2 Feb 2006 00:30:38 +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 k120UcA8014367; Thu, 2 Feb 2006 00:30:38 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k120UcCK014366; Thu, 2 Feb 2006 00:30:38 GMT (envelope-from lioux) Message-Id: <200602020030.k120UcCK014366@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 2 Feb 2006 00:30:38 +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/sysutils/vobcopy Makefile ports/sysutils/vobcopy/files patch-dvd.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 00:30:39 -0000 lioux 2006-02-02 00:30:38 UTC FreeBSD ports repository Modified files: sysutils/vobcopy Makefile Added files: sysutils/vobcopy/files patch-dvd.c Log: o vobcopy tries to determine the size of the VOBs to be copied by checking for both video_ts/foo.vob and VIDEO_TS/FOO.VOB. However, due to the nature of the cd9660 driver, both files exist. Therefore, avoid checking for "video_ts/foo.vob". o Bump PORTREVISION PR: 92258 Submitted by: edwin Revision Changes Path 1.20 +1 -0 ports/sysutils/vobcopy/Makefile 1.1 +31 -0 ports/sysutils/vobcopy/files/patch-dvd.c (new)