Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/hfsplus/Makefile,v
retrieving revision 1.34
diff -u -p -u -p -r1.34 Makefile
--- Makefile	26 Jan 2020 11:14:32 -0000	1.34
+++ Makefile	6 Feb 2021 10:51:43 -0000
@@ -5,7 +5,7 @@ COMMENT=	hfsplus filesystem access tool
 VERSION=	1.0.4
 DISTNAME=	hfsplus_${VERSION}
 PKGNAME=	hfsplus-${VERSION}
-REVISION=	6
+REVISION=	7
 SHARED_LIBS=	hfsp	0.0
 
 CATEGORIES=	misc 
Index: patches/patch-libhfsp_src_fscheck_h
===================================================================
RCS file: patches/patch-libhfsp_src_fscheck_h
diff -N patches/patch-libhfsp_src_fscheck_h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-libhfsp_src_fscheck_h	6 Feb 2021 10:51:43 -0000
@@ -0,0 +1,11 @@
+--- libhfsp/src/fscheck.h.orig
++++ libhfsp/src/fscheck.h
+@@ -100,7 +100,7 @@ int fscheck_btree(btree *bt);
+ int fscheck_files(volume* vol);
+ 
+ /** global data used during fsck */
+-struct {
++static struct {
+     UInt32  maxCnid;
+     UInt32  macNow; // current date in mac-offset
+     int	    verbose;
