Package: hfsprogs / 540.1.linux3-5

Metadata

Package Version Patches format
hfsprogs 540.1.linux3-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove usage of the Blocks C language extension to e.patch | (download)

Makefile | 7 3 + 4 - 0 !
fsck_hfs.tproj/Makefile.lnx | 2 1 + 1 - 0 !
fsck_hfs.tproj/dfalib/SControl.c | 29 17 + 12 - 0 !
fsck_hfs.tproj/fsck_messages.c | 21 2 + 19 - 0 !
fsck_hfs.tproj/fsck_messages.h | 2 1 + 1 - 0 !
5 files changed, 24 insertions(+), 37 deletions(-)

 remove usage of the blocks c language extension to enable gcc builds


0002 Fix usage of stdarg to fix FTBFS on ARM.patch | (download)

fsck_hfs.tproj/utilities.c | 48 21 + 27 - 0 !
1 file changed, 21 insertions(+), 27 deletions(-)

 fix usage of stdarg to fix ftbfs on arm


0003 Use sysctl.h from the Linux kernel headers instead o.patch | (download)

fsck_hfs.tproj/dfalib/Scavenger.h | 2 1 + 1 - 0 !
fsck_hfs.tproj/fsck_hfs.c | 2 1 + 1 - 0 !
fsck_hfs.tproj/utilities.c | 2 1 + 1 - 0 !
newfs_hfs.tproj/makehfs.c | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 use sysctl.h from the linux kernel headers instead of glibc


0004 Replace PWD with CURDIR in Makefile.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 replace $(pwd) with $(curdir) in makefile


0005 Re add support for creating legacy HFS filesystems.patch | (download)

newfs_hfs.tproj/Makefile | 4 4 + 0 - 0 !
newfs_hfs.tproj/makehfs.c | 878 865 + 13 - 0 !
newfs_hfs.tproj/newfs_hfs.c | 303 269 + 34 - 0 !
newfs_hfs.tproj/newfs_hfs.h | 4 4 + 0 - 0 !
newfs_hfs.tproj/readme.h | 67 67 + 0 - 0 !
5 files changed, 1209 insertions(+), 47 deletions(-)

 re-add support for creating legacy hfs filesystems


0006 Create legacy HFS filesytems when newfs_hfs is invok.patch | (download)

newfs_hfs.tproj/newfs_hfs.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 create legacy hfs filesytems when newfs_hfs is invoked as mkfs.hfs