From 21a9ece01504904aa17fd8bb6a673994e503def1 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 20 Aug 2004 09:21:12 +0000 Subject: - Update to 0.4.5 PR: ports/70581 Submitted by: Lewis Thompson (maintainer) --- multimedia/mmpython/files/patch-disc_lsdvd.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 multimedia/mmpython/files/patch-disc_lsdvd.py (limited to 'multimedia/mmpython/files/patch-disc_lsdvd.py') diff --git a/multimedia/mmpython/files/patch-disc_lsdvd.py b/multimedia/mmpython/files/patch-disc_lsdvd.py deleted file mode 100644 index e8071fbabebc..000000000000 --- a/multimedia/mmpython/files/patch-disc_lsdvd.py +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- disc/lsdvd.py.orig Thu Jun 10 20:55:34 2004 -+++ disc/lsdvd.py Thu Jun 10 20:58:14 2004 -@@ -173,8 +173,8 @@ - - # brute force reading of the device to find out if it is a DVD - f = open(device,'rb') -- f.seek(32808, 0) -- buffer = f.read(50000) -+ f.seek(32768, 0) # FreeBSD requires seeking to a 2048 multiple boundary. -+ buffer = f.read(50040) # Read 40 more to compensate for above seek. - - if buffer.find('UDF') == -1: - f.close() -- cgit v1.2.3