systils/vobcopy tries to determine the size of the VOBs to be copied by checking for video_ts/foo.vob and VIDEO_TS/FOO.VOB. Due to the nature of the cd9660 driver, both files exist: $ ls -al /cdrom/video_ts/vts_04_1.vob -r-xr-xr-x 1 root wheel 13312000 Jan 24 2005 /cdrom/video_ts/vts_04_1.vob $ ls -al /cdrom/video_ts/VTS_04_1.VOB -r-xr-xr-x 1 root wheel 13312000 Jan 24 2005 /cdrom/video_ts/VTS_04_1.VOB This will thus generate a double size of the VOB copied: Copying finished! Let's see if the sizes match (roughly) Combined size of title-vobs: 26624000 (25 MB) Copied size (size on disk): 13312000 (13 MB) [Error] Hmm, the sizes differ by more than 2000 Fix: Add this patch patch-dvd.c:
Responsible Changed From-To: freebsd-ports-bugs->lioux Over to maintainer
State Changed From-To: open->closed Committed. Thanks!