Opened 15 years ago
Closed 15 years ago
#21677 closed enhancement (fixed)
testdisk 6.11: add variants to reduce dependencies and add libewf support
Reported by: | mklein-de (Michael Klein) | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | testdisk |
Description
Here's a patch for testdisk's Portfile that makes support for ext2 and NTFS a variant. To use these file systems, use +with_ext2 resp. +with_ntfs.
Thereis also a new variant with_libewf to enable support for EWF compression format.
Attachments (1)
Change History (5)
Changed 15 years ago by mklein-de (Michael Klein)
Attachment: | testdisk.diff added |
---|
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to snc@… |
---|
comment:2 follow-up: 3 Changed 15 years ago by nerdling (Jeremy Lavergne)
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by mklein-de (Michael Klein)
Replying to snc@…:
Is there a particular reason we can't just have these enabled all the time?
Nothing particular, it' just to save a little disk space and build time. I doubt that many users have any ext2 file systems on their Mac, thus no use for ext2 specific utilities. Granted, with the advent of Intel Macs, NTFS is probably not that uncommon.
Or are you asking why they are not enabled by default? That would be fine with me.
comment:4 Changed 15 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
All of these enabled in r62132 without variants.
Is there a particular reason we can't just have these enabled all the time?