summaryrefslogtreecommitdiff
path: root/sysutils/vobcopy/files/patch-dvd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed broken REINPLACE_CMD regexp in MakefileGreg Larkin2008-08-111-3/+20
| | | | | | | | | | | | | | - Fixed dvd.c patch file to support FreeBSD /etc/fstab delimiters and avoid core dump - Minor stylistic fixes in Makefile PR: ports/125579 Submitted by: Fabian Keil <fk@fabiankeil.de> Reviewed by: Josh Paetzel <josh@tcbug.org> (maintainer) Approved by: beech (mentor, implicit) Notes: svn path=/head/; revision=218421
* Update to 1.0.1Mario Sergio Fujikawa Ferreira2006-12-101-17/+10
| | | | Notes: svn path=/head/; revision=179394
* o vobcopy tries to determine the size of the VOBs to be copied byMario Sergio Fujikawa Ferreira2006-02-021-0/+31
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 Notes: svn path=/head/; revision=155037