mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
- Use libtool (instead of jumping from .11 to .12, we go back to .10) - Include a patch which allows python bindings to work correctly (obtained from Joachim Metz) Update pytsk to 2014-02-09: - Remove DOCS/EXAMPLES conditionals - Don't override DOCSDIR and EXAMPLESDIR, mva's patch will do it soon
11 lines
434 B
C
11 lines
434 B
C
--- ./tsk/img/tsk_img.h.orig 2014-01-27 03:27:03.000000000 +0000
|
|
+++ ./tsk/img/tsk_img.h 2014-02-09 16:25:08.000000000 +0000
|
|
@@ -66,6 +66,8 @@
|
|
|
|
TSK_IMG_TYPE_EWF_EWF = 0x0040, ///< EWF version
|
|
|
|
+ TSK_IMG_TYPE_EXTERNAL = 0x1000, ///< external defined format which at least implements TSK_IMG_INFO, used by pytsk
|
|
+
|
|
TSK_IMG_TYPE_UNSUPP = 0xffff, ///< Unsupported disk image type
|
|
} TSK_IMG_TYPE_ENUM;
|
|
|