View | Details | Raw Unified | Return to bug 125579
Collapse All | Expand All

(-)sysutils/vobcopy/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	vobcopy
8
PORTNAME=	vobcopy
9
PORTVERSION=	1.1.1
9
PORTVERSION=	1.1.1
10
PORTREVISION=	1
10
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
11
MASTER_SITES=	http://vobcopy.org/download/ \
12
MASTER_SITES=	http://vobcopy.org/download/ \
12
		CRITICAL
13
		CRITICAL
(-)sysutils/vobcopy/files/patch-vobcopy.h
Lines 1-5 Link Here
(-)vobcopy.h.orig 2008-04-13 14:01:03.000000000 +0000 (-1 / +2 lines)
Lines 9-15 Link Here
9
        ( defined( __NetBSD__) && ( __NetBSD_Version__ < 200040000 ) )
9
        ( defined( __NetBSD__) && ( __NetBSD_Version__ < 200040000 ) )
10
 #include <sys/mount.h>
10
 #include <sys/mount.h>
11
 #define USE_STATFS 1
11
 #define USE_STATFS 1
12
@@ -87,12 +87,13 @@
12
@@ -87,12 +87,14 @@
13
 #define GETMNTINFO_USES_STATVFS
13
 #define GETMNTINFO_USES_STATVFS
14
14
15
 #    endif
15
 #    endif
Lines 18-23 Link Here
18
-#  else
18
-#  else
19
-
19
-
20
+#if defined(__FreeBSD__)
20
+#if defined(__FreeBSD__)
21
+#define USE_STATFS_FOR_DEV
21
+#include <sys/statvfs.h>
22
+#include <sys/statvfs.h>
22
+#else
23
+#else
23
 #include <sys/vfs.h>
24
 #include <sys/vfs.h>

Return to bug 125579