From 0632411f36343a59f15f16bbfda53e774ab2943b Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 30 May 2007 20:20:09 +0000 Subject: Make sure we only read in sector-sized chunks from the disk to avoid EINVAL errors. This will fix problems detecting FAT file systems on certain media that does not use a 512-byte sector size. Reported by: James Snyder Tested by: James Snyder --- devel/libvolume_id/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/libvolume_id/Makefile') diff --git a/devel/libvolume_id/Makefile b/devel/libvolume_id/Makefile index 1d041338f293..0658217f5806 100644 --- a/devel/libvolume_id/Makefile +++ b/devel/libvolume_id/Makefile @@ -6,6 +6,7 @@ PORTNAME= libvolume_id PORTVERSION= 0.75.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.marcuscom.com/downloads/ -- cgit v1.2.3